PBKDF2 in Oracle 12c


My blog has moved, the article you are looking for can be found here:
https://seanstuber.com/2017/08/15/pbkdf2-in-oracle-12c/

About Sean D. Stuber
Developer, DBA, Oracle ACE

2 Responses to PBKDF2 in Oracle 12c

  1. rudolf says:

    Hi, thanks a lot for sharing your implementation.
    Unfortunatly it doesn’t compile. The get_raw method has an error at:
    WHILE v_block_iterator <= c_octet_blocks
    AND (v_t_concat IS NULL OR UTL_RAW.LENGTH(v_t_concat)
    c_max_raw_length / 2
    THEN
    raise_application_error(-20001, 'hex representation must be less than 32K characters');
    END IF;

    For sure a problem of wordpress :-)

    Like

    • Thank you for reading and bringing the problem to my attention.
      Your assessment is correct – wordpress was “formatting” my code. I’ve corrected it and the embedded code blocks should be readable and compilable now.

      Thanks again!

      Like

Questions and Comments always welcome