alexre2003
Programmer
Hi all,
Actually we are removing hard coded Oracle password in all our Pro*C programs..
Instead of hard coding the password we wrote some program
ULOGON where decrypting the password:
char *cmd = "/usr/bin/crypt key < /u01/home/sinbz/rajesh/db_access/pass1";
But we don't want to show the crypt password(key) we are using to decrypt the password in the code. We can read it from the file but in this case everybody can find this file
which contains the key.
Any help would greatly appriciated!
Thank you in advance
Alexander Reichman
Actually we are removing hard coded Oracle password in all our Pro*C programs..
Instead of hard coding the password we wrote some program
ULOGON where decrypting the password:
char *cmd = "/usr/bin/crypt key < /u01/home/sinbz/rajesh/db_access/pass1";
But we don't want to show the crypt password(key) we are using to decrypt the password in the code. We can read it from the file but in this case everybody can find this file
which contains the key.
Any help would greatly appriciated!
Thank you in advance
Alexander Reichman