File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# crypto-browserify
2
2
3
- A (partial) port of node's ` crypto ` module to the browser.
3
+ A port of node's ` crypto ` module to the browser.
4
4
5
5
[ ![ travis] ( https://secure.travis-ci.org/dominictarr/crypto-browserify.png?branch=master )] ( https://travis-ci.org/dominictarr/crypto-browserify )
6
6
7
- [ ![ browser support] ( http://ci.testling.com/dominictarr/crypto-browserify.png )] ( http://ci.testling.com/dominictarr/crypto-browserify )
8
-
9
7
The goal of this module is to reimplement node's crypto module,
10
8
in pure javascript so that it can run in the browser.
11
9
@@ -16,6 +14,7 @@ Here is the subset that is currently implemented:
16
14
* pbkdf2
17
15
* pbkdf2Sync
18
16
* randomBytes
17
+ * pseudoRandomBytes
19
18
* createCipher (aes)
20
19
* createDecipher (aes)
21
20
* createDiffieHellman
You can’t perform that action at this time.
0 commit comments