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 -> dbms_obfuscation_toolkit input length

dbms_obfuscation_toolkit input length

From: Hanne Hagedorn <hanne.hagedorn_at_wwl.de>
Date: 18 Feb 2002 07:42:09 -0800
Message-ID: <f356d7a3.0202180742.664e0ad5@posting.google.com>


Hi,

I'm trying to encrypt columns in 8.1.7 using the dbms_obfuscation_toolkit.desencrypt function, which requires a multiple of 8 bytes as input. If the input contains only characters in the US7ASCII charset, I can pad it to the correct length, so there is no problem. But whenever I try to encrypt something containing special characters like the german 'ä,ö,ü', the package complains about invalid input length. This happens with a database charset of iso8859p1 or utf-8. Is there any chance to handle this?

Thanks,
Hanne Received on Mon Feb 18 2002 - 09:42:09 CST

Original text of this message

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