Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: compute md5-hash from file
Thomas Peter schrieb:
> Maxim Demenko wrote:
>> I think that will be the most straightforward workaround. I imagine to >> have seen a possible java implementation on asktom, but quick search >> didn't help - maybe you'll have more luck.
>> Alternatively, there are old (under GPL) pl sql implementations for >> md5/bitwise operations , maybe you'll have interest to adjust them to >> handle large objects...
Never used java extensively, but don't have a reason to suspict bad performance (at the end, the algorithm is pure math and seems to be not too complex), but you always can setup a test and compare reasonable high number of calculations with custom java implementation against dbms_obfuscation_toolkit - and then decide, whether performance is suitable for you.
Best regards
Maxim Received on Mon Mar 19 2007 - 16:49:20 CDT
![]() |
![]() |