Documentation
¶
Overview ¶
funcs
Index ¶
- func AesDecrypt(crypted, key []byte) ([]byte, error)
- func AesEncrypt(origData, key []byte) ([]byte, error)
- func EncBinStr(buf []byte) string
- func EqualIgnorecase(s1, s2 string) bool
- func PKCS7Padding(ciphertext []byte, blockSize int) []byte
- func PKCS7UnPadding(origData []byte) []byte
- func SimpleDecrypt(str string) (string, error)
- func SimpleEncrypt(str string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EqualIgnorecase ¶
func PKCS7Padding ¶
func PKCS7UnPadding ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.