@rollinginfra/secret-encryption-fake
v1.0.0
Published
Implements the `ISecretEncryption` interface for encrypting secrets, but **does no real encryption**.
Downloads
2
Readme
Secret Encryption - Fake
Implements the ISecretEncryption
interface for encrypting secrets, but does no real encryption.
This package only base64 encodes secrets. It should never be used to encrypt genuine secrets.
Usage
import SecretEncryptionFake from '@rollinginfra/secret-encryption-fake';
const encryption = new SecretEncryptionFake();