1.0.0 • Published 3 years ago

@rollinginfra/secret-encryption-fake v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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();