bip32 / bip32.github.io

BIP32 is a Brainwallet-based implementation for BIP0032 deterministic wallet generation
Other
111 stars 71 forks source link

Rounds number #2

Open kirillkovalenko opened 10 years ago

kirillkovalenko commented 10 years ago

It would be nice to have the ability to specify number of rounds to use when creating a key from a password.

sarchar commented 10 years ago

Would a radio box selection work better?

[ ] 2,500 rounds (Weak) [x] 50,000 rounds (Strong) [ ] 250,000 rounds (Very Strong)

kirillkovalenko commented 10 years ago

@sarchar In my case I wanted to use some 'magic' rounds number as a second security factor.

sarchar commented 10 years ago

@kirillkovalenko I think in that case, you're better off forking, changing the constant in the code, and running it locally.

keeshux commented 10 years ago

I'd also add 0 rounds for the sole purpose of testing key derivation.