# Breakdown for Project Management
Database
* Username & passwords
* Bank details
* Payment cards
* Master user login credentials
* User picked encryption type for stored data
* ACID compliant https://en.wikipedia.org/wiki/ACID
User Interface - localhost web interface (django)
* User Creation/Logon
* View Password in db
* Adding/Removing new passwords
* Display email/username next to password for respective accounts (twitter, bbc)
* Dark mode option
* Some accessibility options (eg. text to speech for blind users, fonts for dyslexics, colours for colour-blind)
* Option to export all user's data to CSV
Encryption
* Option to add different encryption algorithms in the future
* User chooses encryption type to use
Linking the project together
Security
# Task list and Gantt chart needed for next week
Link to Gantt chart: [https://livewarwickac-my.sharepoint.com/:x:/g/personal/u2059749_live_warwick_ac_uk/EQ70HYUI9RtDtVIsdLoJcmcBuO5IrZq4Mcwia-RDSWg6DA?e=Nb9sRv](https://)
* Setup Database
* Setup local-hosted website
* Add support for multiple users and password reset w/ security codes
* Implement user adding usernames/passwords through website
* Program AES encryption algo
* Program other encryption algo (as many as wanted)
* Add user-selected encryption option