ernissmal / Password-generator

Password generator library
0 stars 0 forks source link

Version-1.1 #4

Closed ernissmal closed 10 months ago

ernissmal commented 10 months ago

feat: Implement password generator app with database interaction

This commit adds a simple password generator application with a graphical user interface (GUI) using Tkinter. The application includes two tabs: one for generating and saving passwords and another for fetching and displaying stored passwords. Passwords are stored in a SQLite database, and the generated passwords are hashed using SHA-256 for security. The app allows users to configure password options, generate passwords, save them to the database, and fetch/display stored passwords.