This web app provides secure encrypted authentication, ensuring your online safety. With a custom login dictionary for password storage, all encryption logic is inside the enc.py so check it.
- Custom Dictionary Encryption: Passwords are encoded using a predefined dictionary mapping for enhanced security. This ensures that passwords are not stored in plain text.
- Login: Registered users can log in using their credentials.
- Registration: New users can create an account and details will store in custom encryption
- Session Management: Added simple session management for logout route
- Python
- Flask
- JSON for user data storage
- HTML for frontend templates