Hiss
Hiss is a toy implementation of Shamir's Secret Sharing
DO NOT use it for anything critical: it's based on a cryptographically secure algorithm, but my implementation may have inadvertently introduced a weakness.
However, feel free to have fun with it!
Installation
- Clone this repository
- Install ruby
- Install bundler: Open a terminal and run the command
gem install bundler
- Run
bundle install
from thehiss
directory
Usage
- Run
bundle exec exe/hiss