2.1.1 • Published 2 years ago

securesecret v2.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

Secure Secret V2

Helper for secure files using native module NodeJS::crypto

installing

nmp install securesecret -g

using

securesecret <param1> <param2> <param3> <param4> <param5>

"param1": Cipher Algorithms (required)

"param2": Password to encript or decript (required)

"param3": 0: to encrypt OR 1: to decrypt (required)

"param4": Input file (path) for to encrypt OR to decrypt (required)

"param5": Encrypted/Decrypted output file (path) (required)

"param6": Output/Input encoding: hex | binary | base64 (optional)

Cipher Algorithms

  • aes-128-cbc
  • aes-128-ecb
  • aes-192-cbc
  • aes-192-ecb
  • aes-256-cbc
  • aes-256-ecb

    Checkout Cipher Class for help

    crypto -> class cipher

    Using others versions

    Add @v{Major_Version} in command line

    Example:

    securesecret @v1 onePassword 1 secret.enc
    securesecret @v2 onePassword 1 secret.enc secret.txt
2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago