borisd / PySSSS

Python Shamir Secret Sharing Scheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSSS

Python implementation of Shamir's Secret Sharing Scheme.

Uses polynomials on GF256.

Usage

Encode

python encode "string"

Decode

python decode key1 key2 ...

License

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

About

Python Shamir Secret Sharing Scheme


Languages

Language:Python 100.0%