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: PHernandez <phph109_at_yahoo.es>
Date: 11 Nov 2005 06:54:40 -0800
Message-ID: <1131720880.365925.66520@g14g2000cwa.googlegroups.com>


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 Received on Fri Nov 11 2005 - 08:54:40 CST

Original text of this message

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