A Password manger written in c.
Roadmap of our project
Our first display
This is our first page
->Encrypting username and password
->Adding passwords
->Generating password
->Password strength checker
->Two layer security by master password and special key
->Retriving password
->Deleting password
->Changing password
->Changing special key
->We could use it to retrive passwords
->It helps you to set strong passwords
->It provides more security and prevents hacking
->Windows pc
->IDE
->gcc compiler
->.exe file runner
Libraries required-
stdio.h,
stdlib.h,
string.h,
unistd.h,
time.h,
windows.h,
conio.h,
ctype.h
->Clone the repository. you only need the source code and the text files lockey.txt and loki.txt for running the software.
->Compile the code using gcc compiler
->Run it using .exe file runner
->First you have to sign up for it you have to enter master user name and master password and special key
->After signing up you go to sign in and enter correct master user name and master password to sign in succesfully
->There you could add, retrive, delete, change passwords
->First add passwords, enter website,user name, password your user name and password are encrypted and saved
->After that you could retrive passwords by entering your special key and website
This software was made under the capstone project, assigned to first year btech students at IIT Bhubaneswar (2023) under Dr.Devashree Tripathy
Check https://docs.google.com/document/d/1LmqfESrIj16A9_di3_42RP00FZ2Ch6LaYJqlN2KjIzA/edit
{ GUDALA GEETA RAMCHARAN (22CS01039),
BORAGALA LIKHIT YADAV (22EE01013),
VIKAS KUMAR MAURYA (22EE01049),
GHANSHYAM SOMNATH GOHIL (22EE01015) }