Hello everybody
Can you help with oracle hash functions. I have generic code:
....
encrypted_string := hash_hmac ('sha1', 'pass', '12345678901234567890'); --1 par is a alghoritm, 2 par is a string must be encrypted, 3 par is a key or salt
...
I have to rewrite this in PLSQL. Do you have some idea ?
Regards
Andrzej