Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 507 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 507 Bytes

Secret Sharing - Chinese Remainder Theorem

This is a python proof of concept of Mignotte's secret sharing algorithm using Chinese Remainder Theorem.[1]

To be implemented in C, soon.

Disclaimer: Do not use this script to actually share secrets. They probably won't actaully be all that secret. The selected parameters are too small to prevent a brute force attack.

[1]: Mignotte, Maurice. "How to share a secret." Workshop on Cryptography. Springer Berlin Heidelberg, 1982.