Encryption Strength Used For Passwords And Passphrases On The CA Top Secret Security File?
book
Article ID: 127050
calendar_today
Updated On:
Products
Top SecretTop Secret - LDAP
Issue/Introduction
What is the encryption strength used for encrypting the passwords and passphrases on the CA Top Secret security file?
Environment
Release: Component: TSSMVS
Resolution
In CA Top Secret r16, there are 3 options for password encryption:
1. Triple-DES encryption. This data security file service use internal processes to make critical data unreadable. Before storing the data in the security file, previously encrypted fields are passed to these processes, thereby creating multiple levels of encryption.
2. 128-bit AES key size algorithm.
3. 256-bit AES key size algorithm.
** The AES algorithm is more secure than Triple-DES but, by design, is more computationally intensive. Carefully review the planning considerations before enabling this control option.
** Published PTF SO05173 added an internal password/passphrase cache that might alleviate performance issues when using 256-bit AES encryption with passwords. Enabling the AESCACHE control option activates AES caching for system entry validation (logon), password verification, and password/passphrase changes.
To determine what level of encryption is currently in use, issue the TSS MODIFY command.
* If using DES encryption, the TSS MODIFY output will show:
TSS9661I CA Top Secret FEATURES Status … AES_ENCRYPTION(Inactive)
TSS9661I CA Top Secret PASSWORD Status … AESENC(NONE)
* If using AES 128 encryption, the TSS MODIFY output will show:
TSS9661I CA Top Secret FEATURES Status … AES_ENCRYPTION(Active,128)
TSS9661I CA Top Secret PASSWORD Status … AESENC(128)
* If using AES 256 encryption, the TSS MODIFY output will show:
TSS9661I CA Top Secret FEATURES Status … AES_ENCRYPTION(Active,256)
TSS9661I CA Top Secret PASSWORD Status … AESENC(256)
Additional Information
See the following link for the steps to convert from Triple-DES to 128-Bit AES Encryption for Passwords/Password Phrases: