Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Encryptor ¶
type Encryptor struct {
// contains filtered or unexported fields
}
Encryptor handles AES256-CBC encryption/decryption operations Compatible with OpenSSL command line tools
func NewEncryptor ¶
NewEncryptor creates a new encryptor with the given key The key will be hashed to ensure it's exactly 32 bytes for AES256
Click to show internal directories.
Click to hide internal directories.