Skip to content

atshakil/hide

Repository files navigation

Hide

Build Status Gem Version Test Coverage Inline docs Code Climate Issue Count

Summary

Hide is a basic utility to encrypt/decrypt light-weight data files with any extension.

Installation

Hide is a command-line utility. Installation can be performed using,

gem install hide

Usage

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.

Contributing

If you are interested in contributing, please submit a pull request.

License

MIT