Wei Lu
|
d063b166a8
|
Merge pull request #19 from hankhero/master
Fix failing example in README and made testcase for samples in readme
|
2015-04-08 22:50:11 +08:00 |
Wei Lu
|
3beea7b121
|
bump version
|
2015-04-08 22:34:48 +08:00 |
Wei Lu
|
0152f89ea5
|
Merge pull request #20 from weilu/packdirect
Use browserify packages directly
|
2015-04-08 10:32:17 +08:00 |
Daniel Cousens
|
1e2eb62cff
|
adds test for randombytes
|
2015-04-08 12:26:14 +10:00 |
Daniel Cousens
|
d99ec8630f
|
index: use utf8 explicitly
|
2015-03-27 14:42:47 +11:00 |
Wei Lu
|
38d1ae21c2
|
remove sinon as a dev dependency
|
2015-03-18 23:50:05 +08:00 |
Daniel Cousens
|
ff287164d1
|
index: use createHash/pbkdf2 directly
|
2015-03-18 19:23:26 +11:00 |
Daniel Cousens
|
1fc0b204ac
|
bip39: use randombytes package
|
2015-03-17 15:53:12 +11:00 |
Daniel Cousens
|
1eade4d465
|
tests: use camelCase always
|
2015-03-17 15:11:36 +11:00 |
Daniel Cousens
|
6974208f6b
|
package: remove testling
|
2015-03-17 15:00:53 +11:00 |
Daniel Cousens
|
ab566ae1bf
|
package: latest devDependencies
|
2015-01-09 14:11:12 +11:00 |
Daniel Cousens
|
02b7875388
|
package: use pbkdf2-compat ^2.0.1
|
2015-01-09 14:11:12 +11:00 |
Henrik Hjelte
|
2c962e7735
|
add testcases mimicing the examples in README
|
2014-12-09 20:23:15 +01:00 |
Henrik Hjelte
|
7c720e2b53
|
fix example in README
First example failed with AssertionError: Invalid mnemonic
|
2014-12-09 20:21:28 +01:00 |
Wei Lu
|
c6bf0495cb
|
Merge pull request #18 from weilu/bip39
Use bip39 over BIP39
|
2014-11-23 10:43:00 +08:00 |
Daniel Cousens
|
8a2d98f363
|
use bip39 over BIP39
|
2014-11-23 13:41:12 +11:00 |
Wei Lu
|
6946ff08ca
|
Test for already normalized password
|
2014-09-28 19:56:36 +08:00 |
Wei Lu
|
69c0e2b665
|
bump version
|
2014-09-28 15:14:49 +08:00 |
Wei Lu
|
84dca8ccf6
|
Revert "package: specify reliance on latest browserify"
This reverts commit 3168f1e3ca .
|
2014-09-28 15:08:41 +08:00 |
Wei Lu
|
03df78070f
|
add travis
|
2014-09-28 15:06:29 +08:00 |
Wei Lu
|
3491c3d13e
|
fix string uniform test
[#15]
|
2014-09-28 15:01:22 +08:00 |
Wei Lu
|
7c7815b960
|
use unorm for string normalization
[#15]
|
2014-09-28 15:01:22 +08:00 |
Wei Lu
|
10b30d9042
|
Merge pull request #15 from iancoleman/utf8_passwords
Utf8 passwords
|
2014-09-28 14:45:43 +08:00 |
Ian Coleman
|
232945faa2
|
UTF8 passwords work.
The test suite 'browser' does not support string normalization, so the
normalized string has been included in the tests manually.
|
2014-09-28 02:15:26 +10:00 |
Ian Coleman
|
dca4f3f5d1
|
UTF8 passwords test
|
2014-09-28 02:08:00 +10:00 |
Daniel Cousens
|
adccfe8cbd
|
package: use pbkdf2-compat 2.0.1
|
2014-09-25 12:35:17 +10:00 |
Daniel Cousens
|
3168f1e3ca
|
package: specify reliance on latest browserify
|
2014-09-25 12:29:19 +10:00 |
Wei Lu
|
1e60a65062
|
bump version
|
2014-09-24 21:02:13 +08:00 |
Wei Lu
|
64dfc73d56
|
Upgrade browserify to include sha512 & add testling
|
2014-09-24 20:58:26 +08:00 |
Wei Lu
|
f6a379589d
|
update readme to include all exported functions
|
2014-09-24 20:54:37 +08:00 |
Wei Lu
|
dea9bf2b0b
|
Merge pull request #12 from dcousens/pbkdf2
package: upgrade pbkdf2-compat to 2.0.0
|
2014-09-24 20:32:13 +08:00 |
Daniel Cousens
|
d433b12495
|
package: upgrade pbkdf2-compat to 2.0.0
|
2014-09-24 12:07:42 +10:00 |
Wei Lu
|
913e26211a
|
Merge pull request #10 from dcousens/pbkdf2
index: use pbkdf2-compat instead of cryptojs
|
2014-09-22 20:14:58 +08:00 |
Daniel Cousens
|
46bc463637
|
package: move sinon to dev dependencies
|
2014-09-22 18:15:27 +10:00 |
Daniel Cousens
|
98ff2ac316
|
index: use pbkdf2-compat instead of cryptojs
|
2014-09-22 18:15:09 +10:00 |
Wei Lu
|
6341c9b55e
|
Merge pull request #11 from dcousens/rand
tests: add verification of use of crypto.randomBytes
|
2014-09-22 14:57:08 +08:00 |
Daniel Cousens
|
65d54896c5
|
tests: add verification of use of crypto.randomBytes
|
2014-09-22 16:52:09 +10:00 |
Daniel Cousens
|
f5208f9a09
|
README: fixes invalid package name
|
2014-08-18 19:25:54 +10:00 |
Wei Lu
|
bd5416be9b
|
bump version
|
2014-08-17 11:48:37 +08:00 |
Wei Lu
|
7745389772
|
Andd dcousens as a contributor
|
2014-08-17 10:37:49 +08:00 |
Wei Lu
|
ec3f4e16b2
|
Replace secure-random with crypto.randomBytes
https://github.com/dominictarr/crypto-browserify/pull/45
|
2014-08-17 10:37:38 +08:00 |
Daniel Cousens
|
0f053f7795
|
LICENSE: add self
As per @weilu's suggestion :)
|
2014-08-17 12:18:47 +10:00 |
Wei Lu
|
4976ee9ee3
|
Merge pull request #9 from dcousens/backwards
index: add mnemonicToEntropy backwards function
|
2014-08-17 10:04:09 +08:00 |
Daniel Cousens
|
40737046ab
|
index: add mnemonicToEntropy backwards function
|
2014-08-17 11:20:30 +10:00 |
Daniel Cousens
|
f14d8757f1
|
README: updates to current API
|
2014-08-17 11:19:42 +10:00 |
Daniel Cousens
|
7d3f636c36
|
package: add ISC license text
|
2014-08-17 10:59:40 +10:00 |
Daniel Cousens
|
8272cb62f6
|
index: rename mnemonicToSeed to mnemonicToSeedHex
|
2014-08-17 10:46:04 +10:00 |
Daniel Cousens
|
713e5c107d
|
index: avoid BIP39 instantiation
|
2014-08-17 10:37:14 +10:00 |
Daniel Cousens
|
fda008ad25
|
index: rename validate to validateMnemonic
|
2014-08-17 10:25:25 +10:00 |
Daniel Cousens
|
bc26fc740d
|
README: remove excessive linebreak
|
2014-08-13 21:17:59 +10:00 |