Hide is a basic utility to encrypt/decrypt light-weight data files with any extension.
Hide is a command-line utility. Installation can be performed using,
gem install hide
Once installed, you can invoke encryption (hide
) and decryption
(reveal
) tools from anywhere.
hide data_file.pdf
reveal data_file.pdf
It's that simple.
If you are interested in contributing, please submit a pull request.