Skip to content

An easy-to-use program using the Shamir Secret Sharing algorithm to securely split a message into n keys where only m keys are required to recreate the original message.

Notifications You must be signed in to change notification settings

KuphJr/SecureSecretSplitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecureSecretSplitter

An easy-to-use program using the Shamir Secret Sharing algorithm to securely split a message into n keys where only m keys are required to recreate the original message.

Tested with Python 3.9.4 on Windows 10 and Mac OS X 10.15.

Instructions

To run this program, dowload all files and run the file "GUI.py" with Python 3.9 or later.

About

An easy-to-use program using the Shamir Secret Sharing algorithm to securely split a message into n keys where only m keys are required to recreate the original message.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages