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

Home -> Community -> Usenet -> c.d.o.server -> Re: Does oracle provide encryption function??

Re: Does oracle provide encryption function??

From: Vitek <victor_at_percombank.kiev.ua>
Date: Thu, 20 Jan 2000 11:20:57 +0200
Message-ID: <B4188A518787D311BE9700805FE4372712B6FC@Manticore.pcb>


you can use dbms_crypto_toolkit package

"A.K SIM" <ak_sim_at_yahoo.com> wrote in message news:860e3f$oih$1_at_newton3.pacific.net.sg...
> Hi All,
>
> I am trying to do the follwing validation in my program....
>
> if (encrypted(entered password) = dba_user.password) then
> valid_password := true;
> else
> valid_password := flase;
> end if;
>
>
> Does oracle provide function to encode the entered password????
>
> Any helps will be appreciated!!!
>
> Thanks.
>
>
>
Received on Thu Jan 20 2000 - 03:20:57 CST

Original text of this message

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