The algorithm name is added to the encrypted text as a prefix and it informs CA Identity Manager which algorithm was used for encryption.
In FIPS mode, the prefix is {AES}. For example, if you encrypt the text "password", the encrypted text is similar to the following example:
{AES}:eolQCTq1CGPyg6qe++0asg==
In non-FIPS mode (or JSAFE mode), the prefix is {PBES}. For example, if you encrypt the text "password", the encrypted text is similar to the following example:
{PBES}:gSex2/BhDGzEKWvFmzca4w==
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |