Path: dp-news.maxwell.syr.edu!spool.maxwell.syr.edu!drn.maxwell.syr.edu!news.maxwell.syr.edu!nx01.iad01.newshosting.com!newshosting.com!216.196.98.140.MISMATCH!border1.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail
From: "PHernandez" <phph109@yahoo.es>
Newsgroups: comp.databases.oracle.server
Subject: Re: Login page password encription
Date: 11 Nov 2005 06:54:40 -0800
Organization: http://groups.google.com
Lines: 18
Message-ID: <1131720880.365925.66520@g14g2000cwa.googlegroups.com>
References: <572dcee141a15@uwe><1131716192.866770@yasure>
NNTP-Posting-Host: 200.72.209.86
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1131720890 7240 127.0.0.1 (11 Nov 2005 14:54:50 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 11 Nov 2005 14:54:50 +0000 (UTC)
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2,gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: g14g2000cwa.googlegroups.com; posting-host=200.72.209.86;
   posting-account=tN6LSQwAAADuNxH-NPJvJbAFFbyw-1oC
Xref: dp-news.maxwell.syr.edu comp.databases.oracle.server:255224

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

