Day 71 and Replit db

Hello! I have managed to make it to Day 71 without completely giving in to my frustrations hahaha! My question is what is the difference between the use of quotation marks in the key section referenced below? I assume it has something to do with storing multiple key: value pair data?

db[“user”] = {“password”: newpw, “salt”:salt}

db[user] = {“password”: newpw, “salt”:salt}

----- here is the rest of my code for reference -----

https://replit.com/@kotacoded/Day71100Days#main.py

1 Like
2 Likes

A post was merged into an existing topic: Day 071 - Project 71 : Hashing passwords