We have APEX 20.1.0.0013.
How do I encrypt the data from a textbox page item in an APEX application before it is sent over the wire?
This needs to be a client side solution.
i.e.: after the user clicks the Submit button but before the data is actually sent from the client to the server.
As far as I can tell, the post-click processes defined in an APEX application actually occur after the data has been sent to the server and that is too late.
Can't call DBMS_CRYPTO or other Oracle packages for the same reason.
Thank you.