🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

password-encrypt-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

password-encrypt-cli

Encrypt and Decrypt Plain Text Password with AES

1.1.0
latest
Source
npm
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

Password-Encrypt-Cli

Simple CLI Utility to Encrypt and Decrypt Plain Text Password with AES Encryption.

This allows you to setup an encrypted string on one end that can potentially be decryption on the other end once each have the same key.

Great Utility for your producing environment variables for your microservices.

Installation

npm install -g password-encrypt-cli

This will expose a simple command on your CLI.

pass

Examples

  $ pass encrypt mypassword -k oneWordPass
  $ pass encrypt 'mypassword' -k 'Phrase to encrypt words' 

  $ pass decrypt encryptedstring -k oneWordPass
  $ pass decrypt 'encryptedstring' -k 'Phrase to encrypt words' 

If your passsword or string has special characters, please use single quotes around the password and phrase/word

Keywords

encrypt

FAQs

Package last updated on 08 Feb 2019

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