We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb7281 commit 3c6da98Copy full SHA for 3c6da98
main.py
@@ -74,7 +74,7 @@ def fingerprint():
74
75
print('[info] verification successful!')
76
77
-# Hash the license key using SHA256
+# Hash the license key and fingerprint using SHA256
78
digest = hashes.Hash(hashes.SHA256())
79
digest.update(args.license.encode())
80
digest.update(args.fingerprint.encode())
0 commit comments