Password generator
This project allows users to generate secure passwords with customizable options. Users can choose the password length and decide whether to include special characters for added security. The recommended minimum password length is 8-12 characters for standard accounts, with 12 or more characters for higher-security needs, such as corporate or banking systems.
Tech Stack: Python, Django, Bootstrap, HTML, CSS
Generate now!
Demo portal
This project is a functional demo of a user registration and login system. Users can create an account, log in, and update their personal information. The backend is built with Python and Django, and the data is securely stored using PostgreSQL.
Tech Stack: Python, Django, PostgreSQL, HTML, CSS, Bootstrap