Probably not, no. ORA_HASH not designed as a particularly reliable hashing algorithm - it is, of course, not something you would use as part of a cryptography library, for example, you would use DBMS_CRYPTO.HASH to select the appropriate algorithm and parameters. ORA_HASH designed to efficiently distribute items in baskets (that is, what happens when you divide a table), and be a relatively easy hash algorithm. It is not intended to protect against attacks.
source share