Umesh-01 / Python-Assistant

Python Assistant (PA) is a voice command based assistant service written in Python 3.9+. It can recognize human speech or voice, talk to user and execute basic commands.
MIT License
79 stars 53 forks source link

Want to add a password manager #36

Closed iamrahulmahato closed 2 years ago

iamrahulmahato commented 2 years ago

want to make a password manager where user can stored and manage password

As a participant of GSsOC '22, I would like to work on it

TheCreaToR-01 commented 2 years ago

Great Idea

Umesh-01 commented 2 years ago

@iamrahulmahato How are you going to implement this feature, can you elaborate??

Phoenix-031 commented 2 years ago

@Umesh-01 I have made a password manager gui with tkinter which uses a sqlit3 database and stores passwords offline in a .db file we can add that to this project which can make this functionality possible

I can work on this as a part of GSSOC 22'

iamrahulmahato commented 2 years ago

@Umesh-01 I will make a console app with the help of python where i use cryptography module of python to encrypt and decrypt password the password

function: password will be encrypt create the password load the existing password create new password file load existing password file add a new password get a new password