Versions in this module Expand all Collapse all v0 v0.10.1 Dec 6, 2024 v0.10.0 Dec 6, 2024 Changes in this version + func AES128Decrypt(cipher, password string) (string, error) + func AES128Encrypt(plain, password string) (string, error) + func AES192Decrypt(cipher, password string) (string, error) + func AES192Encrypt(plain, password string) (string, error) + func AES256Decrypt(cipher, password string) (string, error) + func AES256Encrypt(plain, password string) (string, error) + func AESDecrypt(cipher string, key []byte) (string, error) + func AESEncrypt(plain string, key []byte) (string, error) + func RandomBytes(size int) ([]byte, error)