joshheinrichs / cmpt436-project

A social web-based debt-tracking application.
0 stars 3 forks source link

Database Encryption #5

Open joshheinrichs opened 8 years ago

joshheinrichs commented 8 years ago

It might be good to look into encrypting user data in the database so that if the database was stolen, purchasing data couldn't be retrieved. I'm not an expert on encryption so maybe someone else could correct me if I'm wrong, but this is my understanding of our situation:

Maybe it's pointless to encrypt the user data, but its probably worth looking into.