You can use the OpenSSL cryptography tool kit to generate a 20-byte hashed Company Source ID value for use with SiteMinder.
To generate a 20-byte hashed Company Source ID
Only the binary is needed. If the binary release is not available from the site, download the source and compile it locally.
openssl dgst -sha1 file.txt
file.txt is the file you created in Step 2.
The output string is the hexidecimal value of the 20-byte message digest for the input file.
For example:
$ openssl dgst -sha1 id.txt
SHA1(id.txt)= e4eabc78894e2c204d788521812497e021f45c08
For more information about the dgst command, go to Open SSL.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |