| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Login page password encription
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 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
![]() |
![]() |