diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-26 17:38:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-26 17:38:20 +0000 |
commit | 640156187b8d43b00a05f85303babf6df5f7277c (patch) | |
tree | 3ad9bda6652cb9d29d19ab003bc42ab9f6e505cf /security/p5-PBKDF2-Tiny/pkg-descr | |
parent | - Add p5-Authen-SASL-SASLprep 1.01 (diff) |
- Add p5-PBKDF2-Tiny 0.005
PBKDF2::Tiny provides an RFC 2898 compliant PBKDF2 implementation using
HMAC-SHA1 or HMAC-SHA2 in under 100 lines of code.
WWW: http://search.cpan.org/dist/PBKDF2-Tiny/
Notes
Notes:
svn path=/head/; revision=380030
Diffstat (limited to 'security/p5-PBKDF2-Tiny/pkg-descr')
-rw-r--r-- | security/p5-PBKDF2-Tiny/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/p5-PBKDF2-Tiny/pkg-descr b/security/p5-PBKDF2-Tiny/pkg-descr new file mode 100644 index 000000000000..3a4c3630612d --- /dev/null +++ b/security/p5-PBKDF2-Tiny/pkg-descr @@ -0,0 +1,4 @@ +PBKDF2::Tiny provides an RFC 2898 compliant PBKDF2 implementation using +HMAC-SHA1 or HMAC-SHA2 in under 100 lines of code. + +WWW: http://search.cpan.org/dist/PBKDF2-Tiny/ |