Skip to content

Commit

Permalink
modify README to markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gwjjeff committed Jan 13, 2012
1 parent cda32a9 commit e8056e3
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
@@ -1,14 +1,17 @@
* with little modification, converted from googlecode project "crypto-js":http://code.google.com/p/crypto-js/ cryptojs
* source code worked in both browser engines and node scripts. see also: "https://github.com/gwjjeff/crypto-js-npm-conv":https://github.com/gwjjeff/crypto-js-npm-conv --------
* inspiration comes from "ezcrypto":https://github.com/ElmerZhang/ezcrypto , but my tests cannot pass with his version ( ECB/pkcs7 mode ), so I made it myself


h3. install * with little modification, converted from googlecode project [crypto-js](http://code.google.com/p/crypto-js/), and keep the source code structure of the origin project on googlecode
* source code worked in both browser engines and node scripts. see also: [https://github.com/gwjjeff/crypto-js-npm-conv](https://github.com/gwjjeff/crypto-js-npm-conv)
* inspiration comes from [ezcrypto](https://github.com/ElmerZhang/ezcrypto), but my tests cannot pass with his version ( ECB/pkcs7 mode ), so I made it myself

### install


<pre> <pre>
npm install cryptojs npm install cryptojs
</pre> </pre>


h3. usage ( example with "coffee-script":http://coffeescript.org/ ) ### usage (example with [coffee-script](http://coffeescript.org/))


<pre> <pre>
Crypto = (require 'cryptojs').Crypto Crypto = (require 'cryptojs').Crypto
Expand Down

0 comments on commit e8056e3

Please sign in to comment.