Add a message telling how to proceed when hash matches

This commit is contained in:
Juhani Krekelä 2020-01-05 13:46:53 +02:00
parent 13e39316ed
commit cc8c546054
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ def verify(client_pubkey, server_pubkey):
continue
if secrets.compare_digest(own_hash, other_hash):
print('Hash matches. You can now type \'yes\' on the other end')
return
else:
error('Could not transfer the keys')