🔐 Security: Passwords are hashed using PBKDF2 with SHA-256 and 100,000 iterations.
⚠️ Important: Change the default password immediately after first login.
How to change: After login, open browser console (F12) and run:
await setNewPassword('your-new-password')
See README.md for the default password and security information.