Be the first to rate this file! 14 Downloads (last 30 days) File Size: 2.87 KB File ID: #29989

Shamir's Secret Sharing

by Yue Wu

 

10 Jan 2011

Shamir's Secret Sharing scheme, which is also known as (k,n) threshold is implemented in this file.

| Watch this File

File Information
Description

Shamir's Secret Sharing is an algorithm in cryptography. It is a form of secret sharing, where a secret is divided into parts, giving each participant its own unique part, where some of the parts or all of them are needed in order to reconstruct the secret.
Counting on all participants to combine together the secret might be impractical, and therefore we sometimes use the threshold scheme where any k of the parts are sufficient to reconstruct the original secret.

Three M files are contained in the zip file.
1. Demo.m: a demo of showing how Shamir's scheme sharing secret among people
2. ShamirSharing.m : the function to share secret info
3. ShamirReconstruction.m: the function to reconstruct info from parts

Any problems please send me email.

MATLAB release MATLAB 7.6 (R2008a)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
secret sharing Yue Wu 14 Jan 2011 17:01:23
encryption Yue Wu 14 Jan 2011 17:01:23
security Yue Wu 14 Jan 2011 17:01:23
k Yue Wu 14 Jan 2011 17:01:23
n threshold Yue Wu 14 Jan 2011 17:01:23

Contact us at files@mathworks.com