package
1.0.7
Repository: https://github.com/zemanta/go-secretcrypt.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
ParseDecryptParams parses the URL encoded parameters into a map.
UnparseDecryptParams parses the URL encoded parameters into a map.

# Variables

CryptersMap contains a mapping to supported crypters.

# Structs

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

# Interfaces

Crypter is an object that knows how to encrypt and decrypt a secret.
KMSAPI wraps kmsiface.KMSAPI so that we can generate mock.

# Type aliases

Ciphertext is the encrypted plaintext.
DecryptParams are parameters used for decrypting a secret.
EncryptParams are parameters used for encrypting a secret.