tridev_security_hash 1.0.1 copy "tridev_security_hash: ^1.0.1" to clipboard
tridev_security_hash: ^1.0.1 copied to clipboard

PBKDF2 security hashing utility

tridev_security_hash #

Build Status

Implements PBKDF2 algorithm for securely hashing passwords.

Usage:

var generator = PBKDF2();
var salt = generateAsBase64String();
var hash = generator.generateKey("mytopsecretpassword", salt, 1000, 32);
0
likes
140
points
66
downloads

Publisher

verified publisherevilrattechnologies.com

Weekly Downloads

PBKDF2 security hashing utility

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

crypto

More

Packages that depend on tridev_security_hash