From d1e036799c4e74b091a88eb10a3547d32fc1034a Mon Sep 17 00:00:00 2001 From: Akhil Bharti Date: Mon, 25 Jun 2018 17:48:05 +0530 Subject: [PATCH 1/2] updated readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04bb66b..c359dff 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FLO Secret +# FLO-Shared-Secret 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. A shared secret is a way of splitting a secret into n in keys such that m out of n keys are required to decrypt the message. Built using Shamir's shared secret algorithm, this app stores the encrypted secret message on blockchain and splits the key into n shares and any of the m share holders can decrypt the message. Storing secrets on the blockchain makes sure that the file can't be altered and is accessible from anywhere.Also allowing us to use shared secret algorithm for large messages. From 5c40276bfa1d9cc4ac6471f6fdccde13d67cf510 Mon Sep 17 00:00:00 2001 From: saizsassin <39055732+saizsassin@users.noreply.github.com> Date: Mon, 25 Jun 2018 17:48:58 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c359dff..897a50d 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Storing secrets on the blockchain makes sure that the file can't be altered and **WARNING: Currently the app is using the testnet** ## Usage -1. Clone/download this repository. (https://github.com/akhil2015/FLOShamir/) +1. Clone/download this repository. (https://github.com/akhil2015/FLO-shared-secret/) 2. Run the binary file inside bin folder. (bin/FLO_Secret) **To create a shared-secret**