I want to create a database for user-account-Management.
I want the user to save his username and optionally his password in a database. Only the user itself should see the data in realtext on the website.
If User 1 type in passwort 123456 the encryptet string for user 1 is o92f2323 for example. If User 2 type in passwort 123456 too the encryptet string for user 2 is 0r90fg2f3.
So every encryption is user-specified. I dont know what i should look for. Can you please tell me some tags that i should look for to work with.
Thank you in advance!