boughtonp / cfpassphrase

MOVED TO https://codeberg.org/boughtonp/cfpassphrase
https://www.sorcerersisle.com/software/cfpassphrase
GNU Lesser General Public License v3.0
17 stars 2 forks source link

Allow instance of SecureRandom to be passed to PassphraseHash #15

Open boughtonp opened 9 years ago

boughtonp commented 9 years ago

Related to #14 - allow user to provide their own SecureRandom instance.

Passing in a SecureRandom instance is supported by jbcrypt; investigate for pbkdf2 and scrypt implementations.