A simple implementation of the shamir secret sharing scheme The python 3+ program asks for the inputs n,t and the secret and computes the shares and displays them. It can then also be recovered and shown. The only package used is the inbuilt package,random. Note that this package is not cryptographically secure and should not be assumed to be so. The wiki page for this scheme is https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing
-
Notifications
You must be signed in to change notification settings - Fork 0
MedadRufus/Crypto
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple implementation of the Shamir Secret Sharing Scheme
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published