Xref: alice comp.databases.oracle.server:22134
Path: alice!news-feed.fnsi.net!newspump.monmouth.com!newspeer.monmouth.com!newsfeed.sovam.com!sovam!demos!carrier.kiev.ua!post.percombank.kiev.ua!newsmaster@percombank.kiev.ua
From: "Andrew Protasov" <protasov@percombank.kiev.ua>
Newsgroups: comp.databases.oracle.server
Subject: Re: Can you encrypt a column value in Oracle?
Date: Thu, 4 Jun 1998 13:58:52 +0300
Organization: Percombank
Lines: 20
Message-ID: <6l622k$4m1@post.percombank.kiev.ua>
References: <dolans.896926427@stripe.Colorado.EDU>
X-Newsreader: Microsoft Outlook Express 4.71.1712.3
X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3


Hi Sean,

You can easily encrypt application passwords in OCI or Pro C application.
We use MD5 to encrypt PIN codes to non-decryptable form. Use encryption
algorithm you want.

Andrew Protasov

Sean Dolan wrote in message ...
>    I am trying to put a user's password in a table called USER_INFO in a
column called PASSWORD... is there a way to have that value encrypted so
that I can;t see the user's password? (but rather an encrypted garble)... I
am on Oracle 7.3.4.
>
>Thanks,
>Sean Dolan
>Senior Systems Engineer


