Files @ cc4182acd584
Branch filter:

Location: Shamira/readme.md - annotation

Laman
reformatted whitespace with more respect for PEP-8
1
2
3
4
5
6
7
# Shamira #

Implements Shamir's secret sharing algorithm. Splits a string or a byte sequence byte-per-byte into n<255 shares, with any k of them sufficient for reconstruction of the original input.

Outputs the shares as hexadecimal, Base32 or Base64 encoded strings.

Can be used on its own from the command line by invoking shamira.py or as a library by importing shamira.py.