Decrypting Credentials

Use the Command Line Interface feature to
Decrypt Credential Logs
.
Note: The decryptCredentials tool under Bulk Import is removed from the NCM 9.2 release.
To decrypt credentials and view passwords,
  1. Go to Accessing the Command Line Interface if you have not already done so.
  2. At the command line, enter the command to
    decrypt credential
    command
    . decryptCredentials <credentialsRollOutLogFileName> <outputFile>  
  3. Make sure the format and syntax is exactly as shown in the following example.
    cmd >
    decryptCredentials "/home/jboss/server/powerup/log/credential-rollout.log" output.log
     
    The Credential log file is located at
    /home/jboss/server/powerup/log/credentials-rollout.log
    . The <credLogFilePath> in this case, /home/jboss/server/powerup/log/credentials-rollout.log, is always the same.
     
  4. Press
    Enter
    .
  5. Passwords are then decrypted, and can be viewed in
    output.log
    .
  6. In a separate telnet window, verify your command results entering change directory (
    cd
    ) to
    $VOYENCE_HOME
    /logs
    , then pressing
    Enter
    . The log file to review is
    commandLineUtil.log
    .
  7. If you have completed decrypting credentials, and no further actions are needed, enter
    quit
    at the command line, then press
    Enter
    . You are now logged off of Network Configuration Manager.