Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: password encryption during password change
"Joe" <nospam_at_joekaz.net> wrote in message
news:b9c56449.0402030517.143ee940_at_posting.google.com...
> Oracle encrypts passwords during the login process,
It doesn't actually. It hashes them, not encrypts them. A picky distinction, I suppose. But true.
>but I'm looking
> into what happens during a password change. No one at our site uses
> the sqlplus PASSWORD command, all changes are done using utilities
> which issue the ALTER USER IDENTIFIED BY statement. So I believe
> that goes out over the network as plain text just as any other sql
> statement.
>
> Does anyone have any thoughts on how to make this more secure? A few
> complicated solutions come to mind, but I can't think of a simple one
> - hopefully I'm missing something obvious?
Oracle has extensive support for true encryption technologies (RSA, DES, 3DES etc etc). They'll cost you, but are available as part of advanced networking. Configured in the sqlnet.ora.
Regards
HJR
-- ------------------------------------ Oracle insights at www.dizwell.com ------------------------------------Received on Thu Feb 05 2004 - 01:27:49 CST
![]() |
![]() |