Does Oracle support SHA256 hash ??
We have a new client that requires we use SHA256 hash algorithms for any hash value to be passed. I have been using the DBMS_CRYPTO package utilizing the SHA1 hash. Does oracle have any kind of package available to handle the SHA256 or even the SHA512 hash algorithms ?? If not what are my options ??
0