Add password protection with double hashing (SHA-256 client, bcrypt server)

This commit is contained in:
Johannes
2026-03-13 00:31:19 +01:00
parent 375ca73b9e
commit 51c2e64319
2 changed files with 31 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
flask==3.1.0
flask-cors==5.0.1
gunicorn==23.0.0
bcrypt==4.2.1