aayushxrj / Password-Buddy

[IN PROGRESS🛠️]Secure password manager web application that utilizes Firebase Authentication for user login and stores usernames and passwords for various platforms in a database.
https://password-buddy.web.app/
1 stars 0 forks source link

hash the passwords before storing on the firebase-database #12

Open aayushxrj opened 1 year ago

dev-shetty commented 1 year ago

hash the passwords before storing on the firebase-database

You can use hashing library like bcryptjs to hash password

Also, I suggest to store you api_keys and stuff from firebase config in .env file or some config file and gitignore it.

aayushxrj commented 1 year ago

@Deveesh-Shetty Thanks for the help. I will try to implement the hashing library and also store the firebase config in a .json file.

dev-shetty commented 1 year ago

No probs :)

....and also put that file in .gitignore