I’ve got myself in a pickle.
I have a database where I store user’s passwords. I used the simple password(“$password”) that I found on some website to encrypt my passwords into the database. That worked fine until I decided to create a form to send user’s their passwords via email.
I’m sure we can all guess what my question is now, eh. How do I decrypt those stored passwords for my email form?
Second question, is there a better way to do this?
I have a database where I store user’s passwords. I used the simple password(“$password”) that I found on some website to encrypt my passwords into the database. That worked fine until I decided to create a form to send user’s their passwords via email.
I’m sure we can all guess what my question is now, eh. How do I decrypt those stored passwords for my email form?
Second question, is there a better way to do this?
