Skip to content

iamsenorespana/password-encrypt-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Encrypt and Decrypt Plain Text Password with AES

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published