Socket
Book a DemoInstallSign in
Socket

@rollinginfra/secret-encryption-fake

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollinginfra/secret-encryption-fake

Implements the `ISecretEncryption` interface for encrypting secrets, but **does no real encryption**.

latest
npmnpm
Version
1.0.0
Version published
Maintainers
2
Created
Source

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

FAQs

Package last updated on 05 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts