mirror of
https://github.com/iancoleman/shamir.git
synced 2025-11-18 00:50:59 +00:00
Merge pull request #4 from bangpound/feature/grempe
Use the maintained secrets.js library from @grempe
This commit is contained in:
commit
4c36ecd84c
3 changed files with 1901 additions and 1014 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -57,7 +57,7 @@
|
|||
<p><a href="https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing">Wikipedia entry</a> for shamir secret sharing scheme.</p>
|
||||
<p>This project is 100% open-source code.</p>
|
||||
<p><a href="https://github.com/iancoleman/shamir">Project source code</a></p>
|
||||
<p><a href="https://github.com/amper5and/secrets.js">SSSS javascript library by amper5and</a></p>
|
||||
<p><a href="https://github.com/grempe/secrets.js">SSSS javascript library by amper5and and Glenn Rempe</a></p>
|
||||
<p><a href="https://getbootstrap.com/">Bootstrap stylesheet</a></p>
|
||||
<h2>Offline Usage</h2>
|
||||
<p>This tool has been designed to be used offline.</p>
|
||||
|
|
|
|||
1507
src/js/secrets.js
1507
src/js/secrets.js
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue