0% found this document useful (0 votes)
84 views7 pages

Password Management

This document presents a password management system project. It includes an introduction explaining that passwords provide security for accounts but are difficult to remember, so a password manager allows storing multiple passwords securely with one master password. It lists modules for adding, viewing, and displaying passwords. It also provides details on the software and hardware used, including Python 3.6 and Windows 10 Pro. The project aims to help users organize passwords securely and access them easily.

Uploaded by

Neerav Krishna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
84 views7 pages

Password Management

This document presents a password management system project. It includes an introduction explaining that passwords provide security for accounts but are difficult to remember, so a password manager allows storing multiple passwords securely with one master password. It lists modules for adding, viewing, and displaying passwords. It also provides details on the software and hardware used, including Python 3.6 and Windows 10 Pro. The project aims to help users organize passwords securely and access them easily.

Uploaded by

Neerav Krishna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

COMPUTER SCIENCE

INVESTIGATORY PROJECT
2022-23

PASSWORD
MANAGEMENT SYSTEM

PRESENTED BY:

GRADE: XII-B
ROLL NO:
VYASA INTERNATIONAL SCHOOL

1
2
ACKNOWLEDGEMENT

I would like to express my special thanks of gratitude to


my computer teacher Mr Gautam Doddamani sir as well
as our principal Mrs Hema Nagarajan who gave me the
golden opportunity to do this wonderful project on the
topic which also helped me in doing a lot of research
and I came to know about so many new things I am
really thankful to them.
Secondly I would also like to thank my parents and
friends who helped me a lot in finalizing the project
within the limited time frame.

3
INDEX

Sl Pg
No. No.
1. Certificate 2

2. Acknowledgement 3

3. Introduction 5

4. Functionality and Modules 6

5. Hardware and Software used 7

7. Algorithm 8

8. Flow Chart 9

9. Source Code 10

10. Output 13

11. Bibliography 21

4
INTRODUCTION

Passwords provide the first line of defence against unauthorised


access to your computer and personal information. The stronger
your password, the more protected your computer will be from
hackers and malicious software. You should maintain strong
passwords for all the accounts on your computer.

To help keep your passwords safe, the Password Management


System allows a user to store usernames, passwords in a
database protected by one master password. Its strongest
feature is simplicity.

Objective:
The Password Management System, helps an user to organise
his/her passwords in a secure way, using this application user
can put all his passwords into single database which protected
with a single master key.

Features:
 Time efficient
 Safe to use
 Intuitive experience
 Free to use

Need:
As we move towards a world that is completely online. Managing
different passwords of various accounts becomes a rather
difficult task. A password management system solves this issue
by providing safe and convenient way to store the keys to all our
digital accounts, from social media to digital banks.

5
FUNCTIONALITY AND MODULES

Functionality:
To store the passwords safely so that the people
can have stronger passwords which are hard to
remember but using the program they can access
it any time.

Modules:
 Adding new passwords
 Viewing the existing passwords
 Displaying the accounts along with the
passwords associated to them

6
HARDWARE AND SOFTWARE USED

Hardware: 
 Processor: - Intel(R) Core(TM) i3-4130 CPU @ 3.40GHz
3.40 GHz
 Ram: - 4.00 GB 
 Printer (To print the report): -
 System type: - 64-bit operating system, x64-based
processor

Software: 
 Operating System: - Windows 10 Pro
 Python 3.6 64-bit 
 Microsoft word (For presenting the project work): - MS word
Student 2019

You might also like