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: Login page password encription

Re: Login page password encription

From: DA Morgan <damorgan_at_psoug.org>
Date: Fri, 11 Nov 2005 07:44:46 -0800
Message-ID: <1131723957.992785@yasure>


PHernandez wrote:
> DA Morgan wrote:
>
>

>>How secure? Something simple like this can work in many situations:
>>
>>SELECT TRANSLATE('this is a secret',
>>'abcdefghijklmnopqrstuvxyz', '0123456789qwertyuiop[kjhbv')
>>FROM dual;
>>
>>SELECT TRANSLATE('p78o 8o 0 o42i4p',
>>'0123456789qwertyuiop[kjhbv', 'abcdefghijklmnopqrstuvxyz')
>>FROM dual;

>
>
> I respect you a lot and all, but OP is asking about passwords. A system
> where passwords are obfuscated in a reversible manner is broken, no
> matter the type of system.
>
> --ph

I agree completely ... Which is why I specifically referred the OP to the OBFUSCATION TOOLKIT and CRYPTO and asked "how much security is required?"

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Fri Nov 11 2005 - 09:44:46 CST

Original text of this message

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