if __name__ == '__main__':
thePass = "Password123!"
theSalt = "12345"
if validate_strong_password(thePass):
print(thePass, " Meets the Criteria")
result, resultingHash = gen_pass_hash(thePass, theSalt)
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter