Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Calculating hash value from input of any length

Calculating hash value from input of any length

From: Alexander Miroshnikov <alexander_miroshnikov_at_hotmail.com>
Date: Thu, 23 Jan 2003 22:38:22 -0000
Message-Id: <1043361606.88140.0@damia.uk.clara.net>


Hi,

I am looking for PLSQL implementation of MD5 algorithm that would work on input of any length, and not just on one varchar2 input string (as dbms_obfuscation_toolkit implementation does).

I need something like this -

create or replace package MD5 as
  procedure initialise;

Can anyone give me some help with writing it?

Many Thanks,
Alex Received on Thu Jan 23 2003 - 16:38:22 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US