Documentation ¶
Index ¶
- func AesDecrypt(src []byte, key []byte, iv []byte) []byte
- func AesDecryptBase64(src string, key string, iv string) string
- func AesDecryptHex(src string, key string, iv string) string
- func AesEncrypt(src []byte, key []byte, iv []byte) []byte
- func AesEncryptBase64(src string, key string, iv string) string
- func AesEncryptHex(src string, key string, iv string) string
- func DesDecrypt(src []byte, key []byte, iv []byte) []byte
- func DesDecryptBase64(src string, key string, iv string) string
- func DesDecryptHex(src string, key string, iv string) string
- func DesEncrypt(src []byte, key []byte, iv []byte) []byte
- func DesEncryptBase64(src string, key string, iv string) string
- func DesEncryptHex(src string, key string, iv string) string
- func Pkcs5Padding(src []byte, blocksize int) []byte
- func TripleDesDecrypt(src []byte, key []byte, iv []byte) []byte
- func TripleDesDecryptBase64(src string, key string, iv string) string
- func TripleDesDecryptHex(src string, key string, iv string) string
- func TripleDesEncrypt(src []byte, key []byte, iv []byte) []byte
- func TripleDesEncryptBase64(src string, key string, iv string) string
- func TripleDesEncryptHex(src string, key string, iv string) string
- func UnPkcs5Padding(src []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Pkcs5Padding ¶
func UnPkcs5Padding ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.