Files
readitlater/generate_password_hash.py
root 1c4aaf18b2 Initial commit
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 03:53:49 +00:00

3 lines
112 B
Python

from werkzeug.security import generate_password_hash
print(generate_password_hash(input("Password to hash: ")))