This mini project helps users create secure passwords using personally significant words, making them both memorable and resistant to guessing attacks.
- Python
- Pytest
- Password Generation: Generates 3 passwords to the user
- Saving generated passwords: Saves generated passwords to a CSV file with an identifier given by the user
- Run the application
- Type in 3 or more words that are familiar or easy to remember
- Either save or quit the program after the passwords are generated
- Python 3.10 or higher
git clone https://github.com/YumethW/CS50P-FinalProject.git
cd CS50P-FinalProjectSpecial thanks to: