Documentation
¶
Overview ¶
Package aesdata provide encryption/decryption of JSON data using AES.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptedStorage ¶
type EncryptedStorage struct {
// contains filtered or unexported fields
}
EncryptedStorage represents a private key.
func NewEncryptedStorage ¶
func NewEncryptedStorage(privatekey string) *EncryptedStorage
NewEncryptedStorage returns an encrypted storage object.
Click to show internal directories.
Click to hide internal directories.