An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

# Hide

[![Build Status](https://travis-ci.org/atshakil/hide.svg?branch=master)](https://travis-ci.org/atshakil/hide)
[![Gem Version](https://badge.fury.io/rb/hide.svg)](https://badge.fury.io/rb/hide)
[![Test Coverage](https://codeclimate.com/github/atshakil/hide/badges/coverage.svg)](https://codeclimate.com/github/atshakil/hide/coverage)
[![Inline docs](http://inch-ci.org/github/atshakil/hide.svg?branch=master)](http://inch-ci.org/github/atshakil/hide)
[![Code Climate](https://codeclimate.com/github/atshakil/hide/badges/gpa.svg)](https://codeclimate.com/github/atshakil/hide)
[![Issue Count](https://codeclimate.com/github/atshakil/hide/badges/issue_count.svg)](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)