Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CryptoAes ¶
type CryptoAes struct {
// contains filtered or unexported fields
}
CryptoAes represents AES encryption struct
func NewCryptoAes ¶
NewCryptoAes create CryptoAes struct
func (*CryptoAes) DecryptWithBase64 ¶
DecryptWithBase64 decrypts a input data to base64 string
func (*CryptoAes) EncryptWithBase64 ¶
EncryptWithBase64 encrypts a input data to base64 string
type CryptoRsa ¶
type CryptoRsa struct {
// contains filtered or unexported fields
}
CryptoRsa represents Rsa encryption struct
func NewCryptoRsa ¶
NewCryptoRsa create CryptoRsa struct
func (*CryptoRsa) DecryptWithBase64 ¶
DecryptWithBase64 decrypts a input data to base64 string
Click to show internal directories.
Click to hide internal directories.