nithinmanoj10 / password-SHAck

💼 Password Manager Toolkit
0 stars 0 forks source link

🗄️ Create vault functionality #19

Closed nithinmanoj10 closed 1 year ago

nithinmanoj10 commented 1 year ago

Vaults

A vault is where a user's master-key hash and passwords are stored. A new user should be able to create their own vault and access it to view their passwords.

FEATURES TO ADD

nithinmanoj10 commented 1 year ago

How to create a vault

As of now a user can only create a single vault named password_shack. They should be able to create different vaults with different names. To create the vault run the following

python3 vault.py create
nithinmanoj10 commented 1 year ago

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

Follow this article to fix it. The first fix worked directly.