![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Discuss UNIX and Linux software applications. This includes SQL, Databases, Middleware, MOM, SOA, EDA, CEP, BI, BPM and similar topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to : Identify the the password is encrypted or not in /etc/shadow or /etc/passwd? | avklinux | UNIX for Dummies Questions & Answers | 11 | 02-02-2009 09:46 PM |
| Interpreting the encrypted shadow password? | keelba | Linux | 5 | 03-12-2008 09:13 PM |
| how can i send via SFTP information with my password encrypted? | irasela | SUN Solaris | 1 | 01-26-2006 09:29 AM |
| Change password by pushing encrypted password to systems | benq70 | UNIX for Dummies Questions & Answers | 1 | 09-02-2005 09:08 AM |
| netrc file encrypted password | ggowrish | UNIX for Advanced & Expert Users | 2 | 06-17-2004 05:15 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Accessing Oracle via encrypted password
Actually in my application there is an XML file. The password and the user name for the database that I need to access the development box is stored there.
But using some UNIX command I am able to access the raw content of the file and not the decrypted code for that password. When I am applying this content to access the database it is showing me the error. content of the XML file ---------------------- <ODBC DB=somename> <usr>MyName</usr> <password encrypted=yes>xxxxxxxx</password> </ODBC> I want to go to the section that contains the database name and connect to that database using the user id and password mentioned there. But as the password I find is in encrypted form and thus my shell script only generate me that encrypted raw string for the password and my connection fails. Can anyone suggest me the way to read that encrypted password and use it in establishing the connection to the database? Thanks and Regards Nandu Mishra. |
|
||||
|
Accessing Encrypted content of the xml file
The data in the .xml file is being encrypted using the "blowfish" encryption of the "OpenSSL".
I want to access it in the UNIX shell script as :- sqlplus -s <user_id>/<decrypted_password_from_.xml_file>@<some_script> << <MARKER> do the things here do the things here do the things here do the things here <MARKER> I do not know how to use it to get the decrypted password. |
| Sponsored Links | ||
|
|