secret image sharing scheme

An implementation of secret sharing scheme on image
1K Downloads
Updated 4 Jan 2013

View License

Secret sharing is for distributing a secret among n participants, each of whom is allocated a share of the secret. The secret can be reconstructed only when at least t number of shares are combined together; individual shares are of no use on their own. The security of such scheme depends on the model parameter t (i.e., number of required shares for recovering the whole secret), the size of the secret and how many unique secret shares have been gained by an adversary. For example, a brutal force attack for an 8-bit secret image with size N requires the complexity of 2^{8*N/t}, if the adversary has obtained t-1 shares.

Cite As

Shuang Wang (2024). secret image sharing scheme (https://www.mathworks.com/matlabcentral/fileexchange/39660-secret-image-sharing-scheme), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Secret Image Sharing Schemes/

Version Published Release Notes
1.0.0.0