Documentation
¶
Index ¶
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AES128Decrypt ¶
func AES128Encrypt ¶
func AES192Decrypt ¶
func AES192Encrypt ¶
func AES256Decrypt ¶
func AES256Encrypt ¶
func RandomBytes ¶ added in v0.2.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.