I am designing a web app where we require to take some credentials from users to access few websites like (Equfax etc.. )
I know that saving these credentials in plain text is a bad idea. But we need the back end team to get the password for the business process.
How can retrieve the Hashed password and display it as plain text ?
If this doesn't work, then I guess i can use a PDF form to get the details and save the file as a blob in mysql and download it when required. But, still I know this a risk if the database is stolen.
Let me know, If I have a solution for this.
Thank you for reading this.