![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Passwords are dead - long live passwords | iBot | IT Security RSS | 0 | 06-26-2009 12:15 AM |
| Encrypting a script...... | prashantshukla | SUN Solaris | 6 | 12-31-2007 12:53 AM |
| encrypting files in ksh | hwollman53 | UNIX for Advanced & Expert Users | 6 | 07-24-2006 11:57 AM |
| encrypting file system using AES 256 bit | jimmynath | UNIX for Advanced & Expert Users | 2 | 11-22-2005 11:51 AM |
| Encrypting password | Justman | AIX | 6 | 12-16-2004 09:08 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Encrypting DataBase Passwords
Hi All
We have got a HUGE process of securing our infrastructure(primarily the database) We basically establish connection to oracle database from our UNIX shell scripts when we do ps -ef | grep sqlplus it blurts out all the credentials as output. sqplus username/password@server Now our DBAs have got a "security" concern if the passwords are shown even via ps -ef is there anyway, we can try and hide this? I am not sure how encrypting helps, but i am trying that option as of now.Any other options or suggestions on encryption would be appreciated. Thanks Srividya |
|
||||
|
You can avoid having the username/password on the command line by putting them in a "connect" statement as the first line of your sql program. If the program is in a ".sql" file it is easier to protect with unix file permissions.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|