Documentation ¶
Index ¶
- func EcbDecrypt(data, key []byte) []byte
- func EcbEncrypt(data, key []byte) []byte
- func Exists(path string) bool
- func IsDir(path string) bool
- func IsFile(path string) bool
- func Mkdir(path string) error
- func PKCS5Padding(ciphertext []byte, blockSize int) []byte
- func PKCS5Unpadding(origData []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EcbDecrypt ¶
func EcbEncrypt ¶
func PKCS5Padding ¶
func PKCS5Unpadding ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.