Documentation ¶
Index ¶
- func DecryptDESECB(src []byte, key []byte) []byte
- func DecryptDesECBBase64(data, key string) string
- func EncryptDESECB(src []byte, key []byte) []byte
- func EntryptDesECBBase64(data, key string) string
- func PKCS5Padding(ciphertext []byte, blockSize int) []byte
- func PKCS5UnPadding(origData []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptDesECBBase64 ¶
DecryptDesECBBase64 ...
func EntryptDesECBBase64 ¶
EntryptDesECBBase64 ...
func PKCS5Padding ¶
func PKCS5UnPadding ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.