package
0.0.0-20240401192516-e75a48ecdf48
Repository: https://github.com/fredjeck/configserver.git
Documentation: pkg.go.dev

# Functions

AesDecrypt attempts to decrypt the provided bytes with the given passPhrase provided that it has been encrypted with AES256-GCM encryption.
AesEncrypt uses AES256GCP to encrypt the provided plainText string using the given passPhrase.
CreateToken creates an encrypted substitution token from the given value.
DecryptToken extracts the payload from the provided substition token and decrypts its value using the given key.
Detokenize replaces all the encoded token by their clear text value.
Tokenize replaces a pre-tokenized file tokens with encrypted tokens.

# Variables

No description provided by the author
No description provided by the author