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 -> Re: Storing encrypted strings in a password column

Re: Storing encrypted strings in a password column

From: Jurgen Lindt <nospam_at_nospam.com>
Date: Sat, 14 Sep 2002 01:05:38 GMT
Message-ID: <CXvg9.27841$jG2.2033234@bgtnsc05-news.ops.worldnet.att.net>

Thanks Andy. At least I have something to go on here. Our senior DBA showed me that a VARCHAR2 can cope with binary characters. One query he did was:

UPDATE <table> SET PASSWORD = CHR(0)||CHR(255) WHERE <criteria>

Sure enough, it stored it. Although there are likely some characters it wouldn't work with.

I think a change of column type is required here.

Thanks.

JL Received on Fri Sep 13 2002 - 20:05:38 CDT

Original text of this message

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