Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Encryptor ¶
type Encryptor struct {
Key string // encryption 256-bits key encoded in hexadecimal
// contains filtered or unexported fields
}
Encryptor allows to encrypt/Decrypt any date with AES tools
func NewEncryptor ¶
NewEncryptor allows to instantiate a new encryptor with an existing key or a new one if no key is provided
Click to show internal directories.
Click to hide internal directories.