Documentation
¶
Index ¶
- func DesDecryption(key, iv, cipherText []byte) ([]byte, error)
- func DesEncryption(key, iv, plainText []byte) ([]byte, error)
- func PKCS5Padding(ciphertext []byte, blockSize int) []byte
- func PKCS5UnPadding(origData []byte) []byte
- func TripleDesDecrypt(data, key []byte) ([]byte, error)
- func TripleDesEncrypt(data, key []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DesDecryption ¶
func DesEncryption ¶
func PKCS5Padding ¶
func PKCS5UnPadding ¶
func TripleDesDecrypt ¶
func TripleDesEncrypt ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.