Minoubsiffiny
New Member
I've got a web service (similar to an online store) where users save their data. I need to encrypt that data, so that only managers and users themselves could read that data.Every manager and user has his own password stored hashed in the database.First i've thought to use RSA(public/private keys), but i can't figure out how gain access to the encrypted data using different passwords of managers and users.BTW: i can prompt user and manager to enter his password every time they try to access encrypted data (compare with hashed one in database and decrypt secured data).Please help and excuse me for my poor English.Thanks in advance!