Documentation
¶
Overview ¶
Package encryption provides AES encryption and decryption utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateIV ¶
func GenerateIV() []byte
GenerateIV generates a random 16-byte initialization vector.
func GetAESDecrypted ¶
GetAESDecrypted decrypts input using AES-CBC with the provided key and IV.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.