Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 8

A

Project Presentation
on
Password Management System
Submitted by
Aditya Awaghade
(Div A,21102)

(MCA-l,Sem-l)

Internal Guided by
Sir Ankush Kudale
Introducation

A password manager is a computer program that allows users to store,


generate, and manage their passwords for local applications and online
services. A password manager assists in generating and retrieving
complex passwords, storing such passwords in an encrypted database,
or calculating them on demand.
Existing System
• The password management was done manually. Users had to
remember the list of passwords for different accounts on the internet.
• The user had to manually maintain a list of all usernames and
passwords. This task was very tedious.
• In cases where privacy for user accounts was required, it was difficult
to manually maintain this list of passwords.
• The user had to save password details list in some word format so
that it will help him to remember the username and passwords for
different accounts on the internet.
Proposed System
• This is simple graphical user interface developed using Java FX. It allows the user to
add account information for different accounts he holds on the internet.
• It basically stores the user name and password details in an encrypted format in the
database. The encryption is managed by blowfish algorithm.
• The user has to login to the system. It checks for the validity of the user. The user shall
be able to add account. The user can add user name and password details and save to
the database.
• The list of accounts held by the user is displayed on the left screen. When the user
selects the particular account on the left panel, the details of the account gets
displayed on the right screen.
• The password shall be displayed in encrypted format. Once the user selects unhide
option, he shall be able to view the password on screen.
Modules
• User details: This module shall have the details of the user. It holds
the user name and password details to the interface.
• Account passwordModule: This module will have the details regarding
the different accounts held by the user over the internet. It holds
information about different account names, user names and
passwords. These passwords are stored in encrypted format
Hardware configuration
• Processor Intel dual core
• RAM 128 MD SD EAM
• Monitor 15 inch colour
• Hard disk 20 GB
Software configuration
• Operating system Windows 10
• Environment Eclipse IDE
• Language Java
Objectives of the project:

• The objective of this interface is to manage passwords for different


accounts on the internet. The user shall be able to save all the
username and passwords information of the accounts he holds on the
internet using this application.
• These details shall be saved in the database in encrypted format.
• This will help the user to remember different usernames and
passwords for accounts on the internet
• The tool will allow the user to view all the different accounts he holds
in a list view on the left screen. All the details related to the account
like the user name, password etc shall be displayed on the right screen

You might also like