Strong Random Password Generator
[Gabrielle Beranger, Mykola Mykhailytskyi]
[Data Analytics, Paris, 10/01/2020]
Content
Project Description
For our first project we chose password generation challenge, in order to get experience with multitude of functions, user inputs and basic security.
App purpose
Select your options and get randomly generated, complex password. Possibilities to store your passwords together with domain and username, search function for stored data.
Workflow
We went over basic needs that one would expect from pw generator. Evaluated examples of password apps, such ass LastPass, KeyPass, online websites, etc. Mapped core functions, user flow, package structure, created gut repository for combined work.
Organization
Tools used: git, trello, jupyter, mspaint to map possible basic GUI.
Project repo holds readme file for basic overview, python files functions.py, password-directory.py and password-generator.py. Each one holds corresponding parts of the code.