Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How should passwords be stored in a database?
In article <9msble$hio_at_dispatch.concentric.net>,
"Philip Koblence" <cybercast99_at_yahoo.com> wrote:
> I have seen in many instances where website customers passwords are stored
> in databases like Oracle. What is a safer way to store passwords in
> databases? If a hacker breaks in to the databases he has access to all the
> passwords.
>
> Also people who use php or asp or perl scripts have passwords in their
> scripts for the database connections. If a hacker breaks in and sees these
> scripts he can easily find that login and password.
Passwords stored in databases aren't usually in clear text but rather encrypted.
man passwd
man crypt
-- Michael Vilain, Certified Advanced Rolfer(r) http://www.vilain.comReceived on Sat Sep 01 2001 - 23:35:16 CDT
![]() |
![]() |