Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gregoirehebert/shamirsecretsharingscheme
- Owner: GregoireHebert
- License: mit
- Created: 2020-12-13T15:01:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T22:17:42.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T04:37:16.461Z (7 months ago)
- Topics: cryptography, php, php-library, secret-sharing, secrets
- Language: PHP
- Homepage:
- Size: 40 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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