I found some plain text passwords in my code, plsql in oracle 19c
I'd like to avoid it if possible.
Mostly they are calls to services with apex_web_service.make_request
Also have some sftp login, and a passwords, and a wallet password , which I believe I can avoid if the wallet is autologin.
Is there something easy which I can call and give me back a password to put in a plsql call?
Thanks