Skip to content

soohoio/sss-pk-generator

Repository files navigation

sss-pk-generator

Private key maker using shamir secret sharing


install

npm install --save sss-pk-generator

basic usages

generateKey = (passphraseList: string[], threshold: number)
unlockShares = (
  pairs: {
    cipherparams: string | { ct: string; iv: string; s: string };
    secret: string;
  }[],
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published