marcinlawnik / shamir-secret-sharing-web
A website to share and recover secrets using Shamir's Secret Sharing Scheme (ssss)
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.5.9
- laravel/lumen-framework: 5.2.*
- tq/shamir: dev-master
- vlucas/phpdotenv: ~2.2
Requires (Dev)
- ext-xsl: *
- edgedesign/phpqa: 1.*
- fzaninotto/faker: ~1.4
- phpunit/phpunit: ~5.0
- sebastian/phpcpd: dev-master
This package is not auto-updated.
Last update: 2024-11-09 20:01:46 UTC
README
More important badges:
Less important badges:
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