package
0.7.2
Repository: https://github.com/jcbowen/jcbasego.git
Documentation: pkg.go.dev

# Functions

Decrypt decrypts data using a password or a key.
Encrypt encrypts data using a password or a key.
GenerateRandomBytes generates random bytes of specified length.
PasswordHash generates a hash of the password.
PasswordVerify validates the password against a given hash.

# Variables

DefaultCipherConfig is the default cipher configuration.

# Structs

No description provided by the author
CipherConfig stores the cipher configuration.
No description provided by the author