@drstrain/safebox
v2.0.0
Published
A CLI tool for password-based file encryption
Readme
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/safeboxUsage
Help:
safebox -hEncrypt:
safebox enc <filename>Decrypt
safebox dec <filename>License
Licensed under MIT
