Skip to content

A simple implementation of the Shamir Secret Sharing Scheme

Notifications You must be signed in to change notification settings

MedadRufus/Crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Crypto

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

About

A simple implementation of the Shamir Secret Sharing Scheme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages