Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: encryption of strings

Re: encryption of strings

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: 2000/06/13
Message-ID: <394620B8.5325@yahoo.com>#1/1

Clinique wrote:
>
> Hi everybody,
> I am searching for a possibility to encrypt string data types which serve as
> passwords in a database table for user management.
> Does Oracle offer some kind of procedure for encryption?
> Susanne

Have a look at Thomas's solution...If you require DE-cryption as well as encryption, you can try the following:

Have a (secret) key of (say) 30 chars
For each char in string

The resultant encryted string is relatively difficuly to break. To decrypt, just run encyrption again.

HTH

-- 
===========================================
Connor McDonald
http://www.oracledba.co.uk

We are born naked, wet and hungry...then things get worse
Received on Tue Jun 13 2000 - 00:00:00 CDT

Original text of this message

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