This app let you save encrypted secret in the FLO blockchain and produces a number of keys that must be combined to be able to decrypt the secret.
The creation of the master key and shared keys and the encryption of the secret with the main key happens in your browser. SharedSecret then sends the encrypted information to be posted in the FLO blockchain. This is the only information sent to our servers. The server reply with the hash of the transaction and ask your browser to produce the pdf containing information about the shares.
Currently, we are only supporting messages typed or copied to a text area. Click in POST, select the number of total shares and the number of required shares, type or paste the information and click GO.
Click in GET, type the number of minimum required shares and the hash of the transaction and press Find secret. Then insert the hash of each share and click decrypt. If everything is ok, you should be able to see the decrypted information.
SharedSecret asks your browser to generate a random 4096-bit key using secrets.js-grempe module (an implementation of Shamir's threshold secret sharing scheme) and encrypt the message using aes-256 from the node crypto package.
Pull request changes from the git repository https://github.com/Flosecret/flosecret
Donate FLO to: FDN6xPX3RgvWCjtXpBLQLsEgTiCkQduENR
Donate BTC to: 13scVVoHsYk6fgbXdSbSzAuCdSHSc26i7T
Donate RVN to: RYRSNJW5VxmR7Nk8viQKchryDpyWoEUYuX
Donate LTC to: We don't accept LTC anymore.
To donate in other coins, just let me know.