Hi All,
In Apex 23.2
I have a page item where I ask for an email password.
The type of the page item is Password so the entered text is hidden.
How can I save the hashed text into the database when saving the record using APEX_UTIL.HASH_SH256(l_input_text)?
How do I change the entered text to a hash format before the saving occurs so the hashed value get saved into the database?
Am planning to use that password as parameter to call the UTL_SMTP package to send emails.
How do I unhash it or how would use it when calling the ULT_SMTP package?
Thanks for the help!
Javier