A simple cli program to encrypt a directory or a file, made with nodejs and typescript.
This program has been deprecated, a new version (in Rust) is in construction...
PLEASE BE CAREFUL, I CAN'T GUARANTEE THERE IS NO VULNERABILITY IN THIS PROGRAM ! USE AT YOUR OWN RISK !
Usage: fencryption [options] [command] A simple cli program to encrypt a file/directory Options: --verbose enable verbose mode --debug enable debug mode -v, --version show version -h, --help display help for command Commands: encrypt|e [options] <paths...> encrypt a file/directory decrypt|d [options] <paths...> decrypt an encrypted file/directory help [command] display help for command You can also get help about commands using fencryption help [command] or fencryption [command] --help
- Encrypt and decrypt one or more file-s or a director-y-ies with the key of your choice
- Use
npm run buildin the project directory to build. - Use
npm run build:binariesto create an executable.
MIT (see LICENSE)