Documentation ¶
Index ¶
- func AESCBCDecrypt(cipherText, key, iv []byte) []byte
- func AESCBCEncrypt(plainText, key, iv []byte) []byte
- func AESECBDecrypt(cipherText, key []byte) []byte
- func AESECBEncrypt(plainText, key []byte) []byte
- func NewECBDecrypter(b cipher.Block) cipher.BlockMode
- func NewECBEncrypter(b cipher.Block) cipher.BlockMode
- func RSAEncrypt(origData []byte, modulus string, exponent int64) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AESCBCDecrypt ¶
func AESCBCEncrypt ¶
func AESECBDecrypt ¶
func AESECBEncrypt ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.