Web API uses a password-based encryption process to encrypt all application passwords, which are returned in the RequestSecurityTokenCollection.
The encryption process generates a secret key from the ISAM ESSO password. The encryption process uses a collection of random bytes called salt when generating the secret key. The secret key encrypts the application passwords by using an AES-128 bit encryption algorithm. The algorithm generates a key according to the following process:
The key is the first 16 bytes of the final digest.