Can anyone point me a way to encrypt (using 3DES ECB algo) with plain key? Currently, looking at the documentation, the key must be hashed (when given through .InitStr) by selecting one of the hash classes (md4, md5, sha1, etc.) while I need to use the key plainly.