Documentation ¶
Index ¶
- func DecryptBase64(cipherText string, encKey string, iv string) (decryptedString string)
- func DecryptHex(cipherText string, encKey string, iv string) (decryptedString string)
- func DecryptPayload(key string, iv string, cipherText string, payload interface{})
- func EncryptBase64(plaintext string, key string, iv string, blockSize int) string
- func EncryptHex(plaintext string, key string, iv string, blockSize int) string
- func EncryptPayload(key string, iv string, payload interface{}) string
- func PKCS5PaddingX(ciphertext []byte, blockSize int, after int) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptBase64 ¶
func DecryptHex ¶
func DecryptPayload ¶
func EncryptBase64 ¶
func EncryptPayload ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.