2.0.0 • Published 2 years ago

@drstrain/safebox v2.0.0

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

Safebox

Safebox is a CLI tool for easy encrypt / decrypt file with password.

Algorithm Safebox uses: AES-CBC256 with key = \<SHA256 password>

Installation

Install with npm

npm i -g @drstrain/safebox

Usage

Help:

safebox -h

Encrypt:

safebox enc <filename>

Decrypt

safebox dec <filename>

License

Licensed under MIT