/Password-Locker

This is an application that allows users to generate and store passwords for various accounts. It stores users' passwords for their various accounts and allows them to generate random passwords and then stores them.

Primary LanguagePythonMIT LicenseMIT

password-locker

An application that allows users to generate and store passwords for various accounts.

Created by Christine Karimi

Description

An application that allows us to generate and store passwords for various accounts. Password Locker stores a user's password for their various accounts. It also allows the user to generate random password and various credentials and stores them. This ensures that a user's password is strong enough and stored safely for easy retrieval.

User Specifications

  • In order to create an account with a user's details,log in and input password
  • Store user,s login credentials
  • Auto-generate a password for a new account

Behaviours

Behaviour Input Output
Create user account User_name: Mami
Password: flower
Hello mami, your account has been created succesfully
User Login User_name: Mami
Password: flower
Hi mami, Go ahead....Select what you would like to do.
Create a Account name/ Site name: instagram
Site user_name: karimi_kim
Site Password: 7kDzR6^l
New created account:
Account:facebook
User Name:kim
Password: 2F^wb9Ul
Display Credentials DA Site: instagram
User Name: karimi_kim
Password:2F^wb9Ul
Genearate or Enter existing passord ep or gp Ep: None
or
gp: 99rEzR5^j
Exit Application ex It was nice having you.......You're welcome to come again!!!!

Installation

Clone this using the command below:

git clone https://github.com/christinekarimi/password-locker.git

Run the ./run.py script on the terminal to open.

Technologies Used

  • Python 3.6

License

MIT (C) Christine Karimi