| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Encryption of passwords
Hi,
It is easy - encode passwords in your front end application and then store them in the database. When you check password then encode it once again and compare encoded form with stored in the database. There are a lot algorithms for encoding. We use MD5.
Andrew Protasov
mike_andrew_at_usiva.com wrote in message <6lmcsn$s0r$1_at_nnrp1.dejanews.com>...
>I have a table storing names, userids and passwords. I need a way to
encrypt
>the passwords without having to dedicate the names as database users and
>letting Oracle handle the password encryption. The front-end application
>reads this table, but if one were to connect to SQL*Plus they could view
the
>passwords.
>
>Does anyone have any ideas?
>
>Thanks
>
>-----== Posted via Deja News, The Leader in Internet Discussion ==-----
>http://www.dejanews.com/ Now offering spam-free web-based newsreading
Received on Thu Jun 11 1998 - 02:26:46 CDT
![]() |
![]() |