2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-17 21:25:37 +00:00
This commit is contained in:
quadrismegistus 2020-09-12 22:17:25 +01:00
parent b7e97f6cc2
commit 664dd6c04b

View File

@ -66,7 +66,8 @@ class Persona(Caller):
if SHOW_STATUS and not passphrase:
passphrase = self.cli.status_keymaker_part2(name,passphrase,pubkey,privkey,hasher,self)
else:
if not passphrase: passphrase=getpass('Enter a memorable password to encrypt your private key with: ')
while not passphrase:
passphrase=getpass('Enter a memorable password to encrypt your private key with: ')
self.passphrase=passphrase
## 4) Get hashed password