Documentation ¶
Index ¶
- func AesCbcNoSaltDecrypt(encrypted, key []byte, iv []byte) ([]byte, error)
- func AesCbcNoSaltDecryptWithoutUnpadding(encrypted, key []byte, iv []byte) ([]byte, error)
- func AesCbcNoSaltEncrypt(origData, key []byte, iv []byte) ([]byte, error)
- func PKCS5Padding(cipherText []byte, blockSize int) []byte
- func PKCS5UnPadding(origData []byte, blockSize int) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AesCbcNoSaltDecrypt ¶
func AesCbcNoSaltEncrypt ¶
func PKCS5Padding ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.