Documentation ¶
Index ¶
- func AESCBCPKCS5Decrypt(key32, ciphertext []byte) ([]byte, error)
- func AESCBCPKCS5DecryptBase64(key32, ciphertext string) (string, error)
- func AESCBCPKCS5Encrypt(key []byte, vector []byte, data []byte) ([]byte, error)
- func AESCBCPKCS5EncryptBase64(key32 string, data string) (string, error)
- func PKCS5Padding(ciphertext []byte, blockSize int) []byte
- func PKCS5Unpadding(origData []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AESCBCPKCS5Decrypt ¶
func AESCBCPKCS5Encrypt ¶
func PKCS5Padding ¶
func PKCS5Unpadding ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.