Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Passwords and authentication
<FONT face="Courier New" color=#0000ff
size=2>Label Security = $$$$$$$$$$$$$$$$
size=2>--------------------------------------------------------------------------------Rajendra dot Jamadagni at nospamespn dot com All Views expressed in this email
<FONT face=Tahoma
size=2>-----Original Message-----From: Gogala, Mladen
[mailto:[EMAIL PROTECTED]Sent: Thursday, June 19, 2003 12:45
PMTo: Multiple recipients of list ORACLE-LSubject: RE:
Passwords and authentication
<SPAN
class=375194415-19062003>There is also label security option which is present
on Enterprise Edition CD. That would
<SPAN
class=375194415-19062003>alleviate the need for manual encryption because the
table cannot be seen unless there is
<SPAN
class=375194415-19062003>sufficient security clearance. Also, logging in from
SQL*Plus can be disabled from the USER_PRODUCT_PROFILE. Connected to that, is
anybody on this list using label
<SPAN
class=375194415-19062003>security? Does anybody have experience with it? Arup,
you are writing a book about security
in
Oracle 9.2 and I hope that you will cover label
security.
Mladen Gogala <FONT face=Arial
size=2>Oracle DBA Phone:(203)
459-6855 Email:[EMAIL PROTECTED]
<FONT face=Tahoma
size=2>-----Original Message-----From: Arup Nanda
[mailto:[EMAIL PROTECTED]Sent: Thursday, June 19, 2003 12:15
PMTo: Multiple recipients of list ORACLE-LSubject: Re:
Passwords and authentication
Raj,
My first question will be how you
would want to pass the encrypted password. sqlplus
<username>/<encyptedpass>? But won't the encrypted password be
known before making the connection? If so, then the user who will encrypt
the password will also know how to decrypt them. What's the advantage in
doing that?
Are you concerned someone sniffing the network
uncovers a clear password? If so, have you considered network security with
password encryption by Oracle Net?
If that is not the concern but rather you don't
want the users to know the real password, here is a solution you might be
interested. It's part of a elaborate application security design. Please
read on if you are interested.
You would have user called SECUSER with only
table APP_USERS. The table has two columns - APP_USER and APP_PASS, in
encrypted manner, with Triple DES Encryption. The user also has one function
Is it possible to connect to database using encrypted passwords? Using sqlplus? Thanks <FONT face="Courier New" size=2>Raj <FONT face="Courier New" size=2>-------------------------------------------------------------------------------- Rajendra dot Jamadagni at nospamespn dot com All Views expressed in this email are strictly personal. <FONT face="Courier New" size=2>QOTD: Any clod can have facts, having an opinion is an art ! ********************************************************************This e-mailmessage is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 and delete this e-mail message from your computer, Thank
you.*********************************************************************2Received on Thu Jun 19 2003 - 13:33:49 CDT