Sunday, April 18, 2021

Password Decryption

 <?xml version='1.0' encoding='UTF-8'?>

<!DOCTYPE Rule PUBLIC "sailpoint.dtd" "sailpoint.dtd">

<Rule language="beanshell" name="Password Decryption">

  <Description>

  </Description>

  <Signature>

    <Inputs>

      <Argument name="log">

        <Description>

          The log object associated with the SailPointContext.

        </Description>

      </Argument>

      <Argument name="context">

        <Description>

          A sailpoint.api.SailPointContext object that can be used to query the database if necessary.

        </Description>

      </Argument>

    </Inputs>

  </Signature>

  <Source>

import sailpoint.api.SailPointContext;

String password = "1:3XlHok3A4TTAIpnoglhLFg==";

return context.decrypt(password);

</Source>

</Rule>

No comments:

Post a Comment

ISC Postman Set up

 High-Level Steps:- # Download and install the postman. # Navigate to the home icon and click on a Workspace. # Click on a create  Workspace...