Socket
Socket
Sign inDemoInstall

password-encrypt-cli

Package Overview
Dependencies
17
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    password-encrypt-cli

Encrypt and Decrypt Plain Text Password with AES


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 08 Feb 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc