Changeset 36684 in project
- Timestamp:
- 10/07/18 22:03:05 (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/pbkdf2
r36661 r36684 50 50 51 51 ==== Procedures 52 53 ===== {{pbkdf1-md2}} 54 <procedure>(pbkdf1-md2 password salt count dklen #!optional (result-type 'blob))</procedure> 55 56 Derives a key of {{dklen}} bytes from the given {{password}} and {{salt}} using PBKDF1 with MD2. The maximum length of the derived key is bounded by the length of the hash function output which is 16 bytes for MD2. 52 57 53 58 ===== {{pbkdf1-md5}} … … 126 131 127 132 === Version History 133 ; 1.2 : added MD2 support for PBKDF1 128 134 ; 1.1 : added PBKDF1 implementation 129 135 ; 1.0 : initial release
Note: See TracChangeset
for help on using the changeset viewer.