share secrets with ease.
Project description
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:-
-
Converts your secret/password to random unguessable backup codes. Limitations currently only maximum 10 shares/codes and minimum 2 shares is allowed.
-
Reconstructs your secret/password from your backup codes on Demand.
Properties:-
The secret/password cannot be constructed even if one among the backup codes is missing.
Even for the same secret new unguessable codes are generated each time for security reasons.
NOTE: Don't use this program in high risky situations or for any sensitive purpose. DEVELOPER NOT RESPONSIBLE FOR ANY DAMAGES ARISING FROM USE OF THIS SOFTWARE.
Quick Installation
To Install from PyPI:
Run the following commands in Linux terminal / Windows powershell / command prompt to install:-
pip install share-secrets
Then to get started , simply type :-
share-secrets
Contribute to share-secrets
Currently i consider this as a personal project so i dont expect public contributions. Feel free to open issues if something breaks or for feature request.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.