Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Does oracle provide encryption function??
The crypto toolkit encryption routines do not work in 8.1.5 (it's a long
story). They work in 8.1.6, but are now in the package
dbms_obfuscation_toolkit. The names of the routines are changed as well.
Rick
javierpf_at_usa.net writes:
> In article <B4188A518787D311BE9700805FE4372712B6FC_at_Manticore.pcb>,
> "Vitek" <victor_at_percombank.kiev.ua> wrote:
> > 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.
> > >
> > >
> > >
> >
> >
>
> Hi all people!!
>
>
> Could you tell me how Oracle stores the passwords?. I mean, what
> encryptation method Oracle uses?. Is there a tool to decrypt the
> passwords?.
>
> Thanks.
>
>
>
>
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
--
Rick Rick Wessman Security and Directory Technologies Server Technologies Oracle Corporation rwessman_at_us.oracle.com The statements and opinions expressed here are my own and do not necessarily represent those of Oracle Corporation.Received on Tue Feb 08 2000 - 08:04:47 CST
![]() |
![]() |