# Functions
Decrypt is alias of DecryptCBC.
DecryptCBC decrypts <cipherText> using CBC mode.
DecryptCFB decrypts <plainText> using CFB mode.
Encrypt is alias of EncryptCBC.
EncryptCBC encrypts <plainText> using CBC mode.
EncryptCFB encrypts <plainText> using CFB mode.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
IVDefaultValue is the default value for IV.