PySSSS icon indicating copy to clipboard operation
PySSSS copied to clipboard

Python Shamir Secret Sharing Scheme

Python implementation of Shamir's Secret Sharing Scheme.

Uses polynomials on GF256.

Check pysss/PySSSS.py for usage.

This work is released under the Apache License, Version 2.