secret-share

Split secrets for secure sharing! Pure JavaScript implementation of libgfshare

Usage no npm install needed!

<script type="module">
  import secretShare from 'https://cdn.skypack.dev/secret-share';
</script>

README

secret-share [WIP]

Split secrets for secure sharing! Pure JavaScript implementation of libgfshare

Install

npm install gfshare

Usage

CLI

secret-split --threshold=3 --shares=5 secret.txt
secret-combine share.001 share.002 share.003

License

Original C implementation by Daniel Silverstone ISC