Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.09 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.09 KB

Password Generator

Overview

An app where you need to put the length you want in your password as also the subject so you remember what you generated that password for. The program generates a random password using letters, numbers, and punctuation and in the final saves the data in a txt file.

Learn more

"The short answer is that it is safer to have a password generated by an online random password generator than to use a password even a toddler or weak hacking software can figure out. But the longer answer is a little more complicated."

Text from the Best Reviews website. Access the site to learn more about password generators.

Features

  • Generate strong password.
  • Saves password in txt file
  • Saves a password associate with a subject

Running

Go to the project folder (cd .../password-generator/) and execute with:

  • python3 password_generator.py (run with the respective command of your operational system)

Dependencies