mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-17 21:25:37 +00:00
updates
This commit is contained in:
parent
b7e97f6cc2
commit
664dd6c04b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user