Documentation ¶
Index ¶
- func AesDecrypt(crypted []byte, key []byte, iv []byte) ([]byte, error)
- func AesDecryptForB64(origDataB64 string, key []byte, iv []byte) ([]byte, error)
- func AesDecryptForB64AndHexKey(origDataB64 string, keyHex string, ivHex string) ([]byte, error)
- func AesEncrypt(origData []byte, key []byte, iv []byte) ([]byte, error)
- func AesEncryptForHexKey(origData []byte, keyHex string, ivHex string) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AesDecryptForB64 ¶ added in v0.0.7
func AesDecryptForB64AndHexKey ¶ added in v0.0.9
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.