Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Does oracle provide encryption function??
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
![]() |
![]() |