Secrets Packages

secret-finder

A command-line tool to scan your codebase for sensitive information and secrets that should not be committed to your repository.

1.0.2 • Published 5 months ago

secret-gen-cli

Simple CLI that generates a secure secret for you using the node crypto module.

1.0.2 • Published 3 years ago

secretkeeper

```sh npm i secretkeeper ``` ## Usage ``` js const express=require("express"); const app=express(); const secretkeeper=require("secretkeeper"); const secrets=new secretkeeper.Manager({username:"guest"}); const port=process.env.PORT || 3000; app.use(secret

1.3.1 • Published 4 years ago