dart_pbkdf2 0.1.0 copy "dart_pbkdf2: ^0.1.0" to clipboard
dart_pbkdf2: ^0.1.0 copied to clipboard

outdatedDart 1 only

pbkdf2 description

dart_pbkdf2 #

License: MIT

Dart implementation of the PBKDF2 key derivation function

This current version only implements PBKDF2 HMAC-SHA256. I'll be adding in support for user-defined hashes soon.

Usage: #

var pbkdf2 = new Pbkdf2();

var key = pbkdf2.generate(Password, Salt, iterations, derived_key_length);

Tests: #

dart test/pbkdf2_test.dart
0
likes
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

pbkdf2 description

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, fixnum, sequence_zip, unittest, utf

More

Packages that depend on dart_pbkdf2