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: Password encryption package

Re: Password encryption package

From: Mark D Powell <markp7832_at_my-deja.com>
Date: Wed, 04 Oct 2000 13:53:37 GMT
Message-ID: <8rfcou$skq$1@nnrp1.deja.com>

In article <8rdmt2$r3$1_at_slb1.atl.mindspring.net>,   "Kevin B" <akil1_at_mindspring.com> wrote:
> I would like to store user password in a table and encrypt them. Is
 there a
> stored procedure or function (or anything else) that can be used for
> encryption?
>
> Kevin
>

Oracle ver 8.1 includes a package for encryption/decryption. See dbms_obfuscation_toolkit. You code a function to perform the encryption and decryption.

--
Mark D. Powell  -- The only advice that counts is the advice that
 you follow so follow your own advice --


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Wed Oct 04 2000 - 08:53:37 CDT

Original text of this message

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