hidenc


hidenc
hidenc

A node.js cli tool to easily encrypt and decrypt files

npm dependencies dependencies

About

hidenc is a simple cli tool can be used to encrypt and decrypt any file using a password.

Installation

npm install -g hidenc

Usage

Encrypt a file using the following command:

hidenc e <file> <password>

Decrypt a file using the following command:

hidenc d <file> <password>

Delete a file safely using the following command:

hidenc r <file>

Credits

Logo icon

License

MIT License

Copyright (c) 2019 Nikos Kapraras