![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| File password protection/encryption | rdudejr | AIX | 2 | 07-09-2006 07:43 PM |
| File encryption/Key encryption ???? | hugow | UNIX for Dummies Questions & Answers | 1 | 03-18-2006 04:29 PM |
| Password safe encryption strength | keelba | UNIX for Dummies Questions & Answers | 1 | 10-19-2005 02:09 PM |
| Password encryption/decryption in flat-text files | domivv | High Level Programming | 2 | 03-04-2005 10:38 AM |
| Zipping with password or encryption | dsimpg1 | UNIX for Dummies Questions & Answers | 2 | 09-21-2001 01:57 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi,
I have usernames and passwords (to connect oracle DB) buried in so many shell scripts. We want to externalize all usernames and passwords from those shell scripts and encrypt them and keep them in a file. So far I found two choices, 1) Use some encryption algorithms like (RC5/MD5) to encrypt / decrypt username/password, so that shell scripts calls the algorithm to read encrypted username/password and decrypt them and call sqlplus to logon to oracle DB. 2) Use Crypt command to encrypt/ decrypt . I enterned into Unix&C world recently. I need your help in making the decision. If you have any better solution for this, please let me know. Thanks in advance. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|