https://github.com/atshakil/hide
Simply encrypt any file!
https://github.com/atshakil/hide
aes cipher cli data-security encrypt hide ruby-cli utility
Last synced: 6 months ago
JSON representation
Simply encrypt any file!
- Host: GitHub
- URL: https://github.com/atshakil/hide
- Owner: atshakil
- License: mit
- Created: 2016-08-01T09:54:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T19:11:15.000Z (almost 6 years ago)
- Last Synced: 2025-07-27T21:42:08.500Z (7 months ago)
- Topics: aes, cipher, cli, data-security, encrypt, hide, ruby-cli, utility
- Language: Ruby
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Hide
[](https://travis-ci.org/atshakil/hide)
[](https://badge.fury.io/rb/hide)
[](https://codeclimate.com/github/atshakil/hide/coverage)
[](http://inch-ci.org/github/atshakil/hide)
[](https://codeclimate.com/github/atshakil/hide)
[](https://codeclimate.com/github/atshakil/hide)
## 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,
```sh
gem install hide
```
## Usage
Once installed, you can invoke encryption (`hide`) and decryption
(`reveal`) tools from anywhere.
```sh
hide data_file.pdf
```
```sh
reveal data_file.pdf
```
It's that simple.
## Contributing
If you are interested in contributing, please [submit a pull request](https://help.github.com/articles/about-pull-requests/).
## License
[MIT](http://opensource.org/licenses/MIT)