Documentation ¶
Index ¶
- func DecryptPasswd(srcIn string) string
- func DesDecrypt(srcData []byte, key []byte) []byte
- func DesEncrypt(srcData []byte, key []byte) []byte
- func EncryptPasswd(src string) string
- func EncryptPasswdEx(src string, salt string) string
- func PKCS5Padding(srcData []byte, blockSize int) []byte
- func PKCS5UnPadding(srcData []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptPasswd ¶
func DesDecrypt ¶
func DesEncrypt ¶
func EncryptPasswd ¶
func EncryptPasswdEx ¶
func PKCS5Padding ¶
func PKCS5UnPadding ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.