Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gregoirehebert/shamirsecretsharingscheme

PHP Implementation of the Shamir Secret Sharing scheme. It allows you to split a secret into N shares (min 3) and ask a minimum of shares to recompute the original value.
https://github.com/gregoirehebert/shamirsecretsharingscheme

cryptography php php-library secret-sharing secrets

Last synced: about 1 month ago
JSON representation

PHP Implementation of the Shamir Secret Sharing scheme. It allows you to split a secret into N shares (min 3) and ask a minimum of shares to recompute the original value.

Awesome Lists containing this project

README

        

# Shamir's Secret Sharing Scheme for PHP

DO NOT USE IN PRODUCTION, THIS IS AT A POC STATE

basic example is available in the `examples` directory.
```php