Skip to content

phvietan/safebox

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published