Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Password encryption package
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
![]() |
![]() |