You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
When scanning the passwords this causes the program to crash, with either of the following crashes, depending upon the exact password used:
Traceback (most recent call last):
File "/home/cieper/bin/kdbxpasswordpwned.py", line 51, in <module>
main()
File "/home/cieper/bin/kdbxpasswordpwned.py", line 40, in main
r = check_hash(kv['Password'])
File "/home/cieper/bin/kdbxpasswordpwned.py", line 22, in check_hash
h = hashlib.sha1(password).hexdigest().upper()
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf7' in position 1: ordinal not in range(128)
Traceback (most recent call last):
File "/home/cieper/bin/kdbxpasswordpwned.py", line 51, in <module>
main()
File "/home/cieper/bin/kdbxpasswordpwned.py", line 40, in main
r = check_hash(kv['Password'])
File "/home/cieper/bin/kdbxpasswordpwned.py", line 22, in check_hash
h = hashlib.sha1(password).hexdigest().upper()
UnicodeEncodeError: 'ascii' codec can't encode characters in position 1-2: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
I generated a password using KeePassXC's password generator, and enabled the "Extended ASCII" option, generating the following password:
When scanning the passwords this causes the program to crash, with either of the following crashes, depending upon the exact password used:
The text was updated successfully, but these errors were encountered: