secret-share
v0.0.0
Published
Split secrets for secure sharing! Pure JavaScript implementation of libgfshare
Downloads
13
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