hidenc is a simple cli tool can be used to encrypt and decrypt any file using a password.
npm install -g hidenc
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>
Copyright (c) 2019 Nikos Kapraras