Greetings! (I think it needs its own topic) I'm having problem with application integration, more precisely OpenSSL and OpenSSL-PHP. How does the Crypt UDF key derivation work? I mean, I noticed that it uses MD5 as a hash, but I didn't understand how to reproduce for example in OpenSSL. I mean, I really need an AES or even 3DES based encryption tool that is PHP/OpenSSL compatible. The command: openssl enc -d -aes-128-cbc -md md5 -k 12345 < file.ext does not decrypt* the comm