Same SHA256 MAC Result in Oracle PL/SQL and .Net
rahulroy
Posts: 2 New member
I'm trying to get the same hashing result between Oracle PL/SQL and .Net using SHA256 MAC with a key. However I'm getting different results. What do i need to modify? Here are the two functions … /JXAD3JMYN1WJC1XDYOZJCFDZE4BWVI2+CGHJMK Oracle PL/SQL Function: CREATE OR REPLACE FUNCTION Hash_Val(p_txt IN VARCHAR2, p_key IN VARCHAR2) RETURN VARCHAR2