From 8f1cf4acd8bbc86aefce1f8ad5d11b434ca7a9d4 Mon Sep 17 00:00:00 2001 From: ANISH M <58029804+Anish-M-code@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:50:33 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aeaf88a..664d5f0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # share_secrets A Simple crossplatform Secret sharing Tool using python3 . Initially Project Idea was Inspired by Samir Secret Sharing Scheme ssss debian package. This tool Can also be used as offline Password Backup System. + + Working:- 1) Converts your secret/password to random unguessable backup codes. Limitations currently only maximum 10 shares/codes and minimum 2 shares is allowed.