@peer-safe/tessera-js
v0.0.5
Published
Tessera is a simple library to handle your private keys using shamir key splitting, where one share is stored on our distributed nodes, and the two other shares are handled by the client.
Downloads
4
Readme
tessera
Tessera is a simple library to handle your private keys using shamir key splitting, where one share is stored on our distributed nodes, and the two other shares are handled by the client.
This allows you to generate a private key, and access it in a nice ux way without the user have to worry about storing the private key while also not worrying about the security of the private key.