mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-22 18:52:46 +01:00
pre-commit run --all-files
This commit is contained in:
parent
c6c15122fe
commit
dce5fa3227
@ -5,7 +5,9 @@ This script generated Keyoxide hashed proofs in argon2id and bcrypt
|
||||
|
||||
PROOF = str(input("Enter the proof: "))
|
||||
|
||||
print("$argon2id$v=19$m=64,t=512,p=2$mDejbh8SmFFJPjbjf+u9kQ$yQpomARjYKfgEDAZ1jdgnA")
|
||||
print(
|
||||
"$argon2id$v=19$m=64,t=512,p=2$mDejbh8SmFFJPjbjf+u9kQ$yQpomARjYKfgEDAZ1jdgnA",
|
||||
)
|
||||
|
||||
|
||||
print("$2a$11$kBchZf6QkDDHNhZhd8s7iOcXCuqAz3Qawd5eG5A6RygTtDfeZ9a/y")
|
||||
|
@ -22,7 +22,12 @@ def checkssidlen(givenssidlen):
|
||||
if givenssidlen <= 32:
|
||||
print(givenssid, "is", givenssidlen, "long and thus valid length")
|
||||
else:
|
||||
print(givenssid, "is", givenssidlen, "to long, please select a different SSID")
|
||||
print(
|
||||
givenssid,
|
||||
"is",
|
||||
givenssidlen,
|
||||
"to long, please select a different SSID",
|
||||
)
|
||||
|
||||
|
||||
# Checking the SSID without _nomap
|
||||
|
Loading…
Reference in New Issue
Block a user