Documentation
¶
Overview ¶
Package entomb allows for the encryption and decryption of data using the Fernet symmetric encryption algorithm. It includes additional salting, hashing, and code obfuscation to make it harder for attackers to reverse-engineer the code.
Anything encrypted with this package can only be decrypted by the original user and machine that encrypted it.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tomb ¶
type Tomb struct {
// contains filtered or unexported fields
}
Encryptor/Decryptor
Into the depths we dive, where the secrets lie...
func NewTomb ¶
Creates a new Tomb
The keyPath is the path to the key file. If the key file does not exist, a new key will be generated and saved to the key file. If the key file exists, the key will be read from the file.
Click to show internal directories.
Click to hide internal directories.