conduit_password_hash 1.0.0-b1 copy "conduit_password_hash: ^1.0.0-b1" to clipboard
conduit_password_hash: ^1.0.0-b1 copied to clipboard

outdated

PBKDF2 password hashing utility

conduit_password_hash #

Build Status

Implements PBKDF2 algorithm for securely hashing passwords.

Usage:

var generator = PBKDF2();
var salt = Salt.generateAsBase64String();
var hash = generator.generateKey("mytopsecretpassword", salt, 1000, 32);
4
likes
0
points
1.84k
downloads

Publisher

verified publishertheconduit.dev

Weekly Downloads

PBKDF2 password hashing utility

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto

More

Packages that depend on conduit_password_hash