chickadee » pbkdf2 » pbkdf1-md2

pbkdf1-md2 password salt count dklen #!optional (result-type 'blob)procedure

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.