Decrypt password in DFC
In DFC 6.7SP1 code, I need to setup a super user session. To do so I have put the encrypted password in a properties file. This password has been encrypted using TrustedAuthenticatorTools.class. How do I decrypt this password in the DFC code. If there is a better way to perform this decryption/encryption then please do let…