I have a password conundrum. I need to store an encrypted password in a DB table but in such a manner that would allow me to retrieve the password as plain text afterwards.
Please note that this is a business-driven decision that I have been tasked to find a technical solution for. Could anyone please provide suggestions how this could be accomplished?
I came across these questions which don't seem to provide the solution to my issue.
Storing a user's password in a retrievable manner
Secure storage retrieval of data in a database