Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarcieri/semiprivate
A semiprivate-key encryption system based on RbNaCl
https://github.com/tarcieri/semiprivate
Last synced: about 1 month ago
JSON representation
A semiprivate-key encryption system based on RbNaCl
- Host: GitHub
- URL: https://github.com/tarcieri/semiprivate
- Owner: tarcieri
- License: mit
- Created: 2013-02-12T08:33:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-15T08:57:52.000Z (over 11 years ago)
- Last Synced: 2024-05-01T23:13:28.165Z (7 months ago)
- Language: Ruby
- Size: 230 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Semiprivate
===========A semiprivate-key encryption system system based on RbNaCl. Traditionally there
are symmetric key systems which use only one key, and asymmetric key systems
(also known as "public key systems") which use two keys. Semiprivate key systems
allow for the creation of an unlimited number of subordinate keys from a given
master key.![Diagram](https://raw.github.com/tarcieri/semiprivate/master/diagram.png)
## Installation
Add this line to your application's Gemfile:
gem 'semiprivate'
And then execute:
$ bundle
Or install it yourself as:
$ gem install semiprivate
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request