mirror of
				https://github.com/kevinveenbirkenbach/splitted-secret.git
				synced 2025-11-04 11:18:03 +00:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			07ba9b2164
			...
			a88ca6904a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a88ca6904a | |||
| 5ad38ab566 | |||
| 565c5d0961 | 
@@ -1,4 +1,4 @@
 | 
				
			|||||||
# Splitted Secret
 | 
					# Split Secret
 | 
				
			||||||
The purpose of this software is to splitt a secret over multiple people. Just if a defined amount of this people meet together they can encrypt the secret and have access to it. 
 | 
					The purpose of this software is to splitt a secret over multiple people. Just if a defined amount of this people meet together they can encrypt the secret and have access to it. 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## requirements 
 | 
					## requirements 
 | 
				
			||||||
@@ -70,4 +70,4 @@ To encrypt the master-password file and to create the neccessary encrypted meta
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```bash 
 | 
					```bash 
 | 
				
			||||||
python scripts/main.py --secret-holders-amount "<<amount>>" --quota "<<quota>>" --mode encrypt --add-user-information --master-password "<<master_password>>" --create-meta-data
 | 
					python scripts/main.py --secret-holders-amount "<<amount>>" --quota "<<quota>>" --mode encrypt --add-user-information --master-password "<<master_password>>" --create-meta-data
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -137,7 +137,7 @@ try:
 | 
				
			|||||||
                        print("An unexpected error occured: \n" + traceback.format_exc())
 | 
					                        print("An unexpected error occured: \n" + traceback.format_exc())
 | 
				
			||||||
                print("Decrypting main data.")
 | 
					                print("Decrypting main data.")
 | 
				
			||||||
                decrypt.decryptMainData()
 | 
					                decrypt.decryptMainData()
 | 
				
			||||||
                print("All data decrypted.")
 | 
					                print("The data was decrypted to: " + paths.getDecryptedMainDataStandartFolder())
 | 
				
			||||||
                dirty_exit()
 | 
					                dirty_exit()
 | 
				
			||||||
            print("Decrypting accumulated data.")
 | 
					            print("Decrypting accumulated data.")
 | 
				
			||||||
            decrypt.setUserPassword(args.master_password)
 | 
					            decrypt.setUserPassword(args.master_password)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user