CreateKey
Use this function to create a Key for the Cipher. The Cipher may not be used for encrypting or decrypting until a key has been created.
FUNCTION CreateKey(key as String,IV as String)
key:
The key to encrypt with. The key may not be smaller than the MinKeySize property. You can also use the GetActiveBits to evaluate the KeySize.
IV:
The Initialization vector. On algorithms that dont use IV then this parameter is ignored. If a empty IV is sent to a algorithm that needs IV then that is perfectly valid, it will assume that its IV filled with Zero's.