I am trying to rewrite the Custom Authentication for my app. Currently I am using Oracle's Obfuscation toolkit and md5, I am planning to rewrite using DBMS_CRPTO.
I need suggestions from experts, What is the best hash function I can use with DBMS_CRPTO. ? What is the best random salt generator ( CSPRNG) I am use with Oracle?
Please advice
Thanks in advance
George