marcinlawnik/shamir-secret-sharing-web

A website to share and recover secrets using Shamir's Secret Sharing Scheme (ssss)

dev-master 2016-06-26 20:37 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:20:23 UTC


README

More important badges:

Build Status Latest Stable Version Dependency Status StyleCI Scrutinizer Code Quality Code Climate License

Less important badges:

Total Downloads Monthly Downloads composer.lock available Latest Unstable Version Issue Count

This is a web interface for using the Shamir Secret Sharing Scheme (ssss), based on the teqneers/shamir library.

More info in the Wikipedia article

Installation

Head over to Releases and download an archive. Extract and point your webserver at the /public directory. You can use the built-in php web server lby using this command and navigating to http://localhost:8000:

php -S localhost:8000 -t public public/index.php

Start using.

If you want to use scheduled cron tasks for cache cleaning, add this to your crontab (optional):

* * * * * php /path/to/artisan schedule:run >> /dev/null 2>&1

License

The shamir-secret-sharing-web project is open-sourced software licensed under the MIT license