chickadee » pbkdf2 » pbkdf1-md5

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

Derives a key of dklen bytes from the given password and salt using PBKDF1 with MD5. The maximum length of the derived key is bounded by the length of the hash function output which is 16 bytes for MD5.