package
1.0.2
Repository: https://github.com/ravior/gserver.git
Documentation: pkg.go.dev

# 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.