Decrypt password in DFC

Options
AnshulK
edited October 10, 2012 in Documentum #1

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 me know. Any ideas will be highly appreciated.

Thank you

Best Answer

  • VadimYakovlev
    edited October 10, 2012 #2 Answer ✓
    Options

    Hi

    One may use the

    com.documentum.fc.tools.RegistryPasswordUtils

    to encrypt/decrypt

Answers