Initial commit

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
root
2026-01-20 03:53:49 +00:00
commit 1c4aaf18b2
17 changed files with 1441 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
from werkzeug.security import generate_password_hash
print(generate_password_hash(input("Password to hash: ")))