Documentation ¶
Overview ¶
Package encryption provides methods to encrypt and decrypt strings using a securely generated secret key
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key []byte
Key represents a secret key used to encrypt/decrypt strings
func (*Key) MarshalYAML ¶
func (*Key) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.