iancoleman / shamir

Shamir Secret Sharing Scheme in single page which can be used offline.
https://iancoleman.io/shamir/
MIT License
221 stars 68 forks source link

Option for binary input #1

Open iancoleman opened 7 years ago

iancoleman commented 7 years ago

Add an option for the input to be interpreted as hex-encoded binary input when being split. Currently all input is assumed to be ascii / unicode.