Admin Panel

πŸ” Secure Sign In

Credentials are SHA-256 hashed β€” never stored as plain text

❌ Incorrect credentials
πŸ”’ SHA-256 encrypted Β· Credentials never exposed in source
πŸ“Š Dashboard
πŸ”’ SHA-256 Auth
Loading websitedata.txt…
🏫0
Total Schools
🌍0
IB Schools
πŸ“š0
CBSE Schools
πŸ”’SHA-256
Auth Method
All Schools
–
SchoolBoardsLocationRatingFees/yr
πŸ” Security: Your login password is hashed with SHA-256 (Web Crypto API) before storing β€” the actual password is never written anywhere in the browser or source code. Inspect tools will only ever see the irreversible hash.
πŸ’Ύ Data flow: Admin fetches websitedata.txt β†’ edit schools in memory β†’ download updated file β†’ replace on your server.
🏫 All Schools (0)
SchoolBoardsLocationRatingFees/yrActions
⚠️ How saving works: After editing schools, click "Download websitedata.txt" and replace the file in your website folder. index.html fetches this file automatically on every page load.
πŸ“„ websitedata.txt β€” Live JSON
Loading…
βš™οΈ Settings
πŸ”‘ Change Password
New password is immediately hashed with SHA-256. Plain text is never stored anywhere.

πŸ” Security Status
βœ… Passwords hashed with SHA-256 (Web Crypto API β€” non-reversible)
βœ… Only the hash is stored in localStorage β€” never the actual password
βœ… Credentials obfuscated in source β€” not visible in browser DevTools
βœ… No plain text usernames or passwords appear anywhere in the HTML/JS source
βœ… Session token clears on logout
βž• Add New School
Fields with * required
πŸ—‘οΈ

Delete this school?

This cannot be undone.