Hi , i am currently learning about mcrypt and all its functions, until i came across the "pack()" function in my ebook. The book hashes the encryption key then packs it .e.g.
$encryptionKey = pack('H*', $md5InputKey)
Then the book says the hash hexadecimal value is converted into binary data...