in reply to Re: Password Encryption and Decryption
in thread Password Encryption and Decryption
I am not sure whether I really want what you have asked. But I have to pass the REAL password to my application because it will never recognize a crypted password. BTW, I am logging to my application with my Active Directory Account and hence I am providing the my AD password in clear text format in my script. So I wanted not to write it in clear text and rather have it in the encrypted form and then decrypt it on the fly every time the script runs. THis is the reason I need a decryption mechanism.
Please do let me know if am thinking in wrong direction.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Password Encryption and Decryption
by JavaFan (Canon) on Mar 23, 2012 at 19:36 UTC | |
by slayedbylucifer (Scribe) on Mar 23, 2012 at 19:51 UTC | |
by CountZero (Bishop) on Mar 23, 2012 at 20:00 UTC | |
by JavaFan (Canon) on Mar 23, 2012 at 20:27 UTC | |
Re^3: Password Encryption and Decryption
by ferz (Initiate) on Mar 24, 2012 at 20:17 UTC |