Documentation
¶
Overview ¶
Package xaes provides useful functions for AES encryption/decryption algorithms, only CBC mode is supported.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decrypt ¶
Decrypt decrypts the cipher text in CBC mode, using the default iv value. Note that the key must be 16/24/32 bit length.
func DecryptWithIV ¶
DecryptWithIV decrypts cipher text with CBC mode. Note that the key must be 16/24/32 bit length.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.