Hi everyone,
I'm looking for a way to perform encryption using ECB/OAEPWithSHA-1AndMGF1Padding directly within Oracle Database, without relying on Java. I've explored DBMS_CRYPTO, but I haven't found a way to achieve this specific encryption mode.
Are there any built-in Oracle functions, packages, or alternative approaches that support this encryption mode?
Any guidance or suggestions would be greatly appreciated.
Thanks!