Results 1 to 3 of 3
I'm looking for an encryption utility/software that will help me do the following: I have a script that runs periodically that will look at a file containing an SQL password ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-08-2012 #1Just Joined!
- Join Date
- Oct 2012
- Posts
- 1
using a hashed password file
I'm looking for an encryption utility/software that will help me do the following: I have a script that runs periodically that will look at a file containing an SQL password which it uses to perform a DB query and return the results to a reporting engine. I would like to encrypt the file (or the password), but don't want to put the passphrase into the script (defeating the purpose of the encryption). I was wondering if it is possible to have the script fetch a hashed password out of file and send it to a utility to get the real password in order to perform the SQL queries, and if so, what it the utility/program/software package?
- 10-08-2012 #2Linux Enthusiast
- Join Date
- Apr 2012
- Location
- Virginia, USA
- Posts
- 561
This is not possible.
- 10-08-2012 #3
Agreed. Doesn't look like a feasible project.
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.


Reply With Quote
