Add auto reask functionality when using the password prompt

This commit is contained in:
koksnuss 2019-05-12 15:07:03 +02:00
parent d82c6ca962
commit 21651affe9

View File

@ -52,6 +52,9 @@ def query(password):
print(ROW.format(password, hash_searched, password_hash)) print(ROW.format(password, hash_searched, password_hash))
stdout.write(RESET) stdout.write(RESET)
if HIDDEN:
prompt_password()
if __name__ == '__main__': if __name__ == '__main__':
if len(argv) < 2: if len(argv) < 2: