Skip to content

A mini python project that helps users create secure passwords using personally significant words, making them both memorable and resistant to guessing attacks.

Notifications You must be signed in to change notification settings

YumethW/CS50P-FinalProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

This mini project helps users create secure passwords using personally significant words, making them both memorable and resistant to guessing attacks.

Tech Stack

  • Python
  • Pytest

Key Features

  • 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

How It Works

  1. Run the application
  2. Type in 3 or more words that are familiar or easy to remember
  3. Either save or quit the program after the passwords are generated

Getting Started

Prerequisites

  • Python 3.10 or higher

Installation

git clone https://github.com/YumethW/CS50P-FinalProject.git
cd CS50P-FinalProject

Acknowledgments

Special thanks to:

About

A mini python project that helps users create secure passwords using personally significant words, making them both memorable and resistant to guessing attacks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages