Documentation
¶
Index ¶
- func Aes(key string) *aesEncrypt
- func Base64Decode(encoded string) []byte
- func Base64Encode(source []byte) string
- func Md5(s string) string
- func RsaDecrypt(privateKey, cipherText []byte) ([]byte, error)
- func RsaDecryptPkcs1(privateKey, cipherText []byte) ([]byte, error)
- func RsaEncrypt(publicKey, origData []byte) ([]byte, error)
- func Sha1(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RsaDecryptPkcs1 ¶
func RsaEncrypt ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.