2.2.5.11 Phase 1 Suite - Encryption Algorithm

Keys: Software\Policies\...\Phase1CryptoSet\<wszSetId>\<SuiteIndex>.

Value: "Encryption"

Type: REG_SZ.

Size: Equal to size of the Data field.

Data: this value is a Unicode string encoded using the following grammar rule:

 ENCRYPTION-VAL = "DES" / "3DES" / "AES-128" / "AES-192" / "AES-256"

DES: this token represents the FW_CRYPTO_ENCRYPTION_DES enumeration value as defined in [MS-FASP] section 2.2.67. The remaining token values in this list can be found in the same Protocol specification section except where noted.

3DES: This token represents the FW_CRYPTO_ENCRYPTION_3DES enumeration value.

AES-128: This token represents the FW_CRYPTO_ENCRYPTION_AES128 enumeration value.

AES-192: This token represents the FW_CRYPTO_ENCRYPTION_AES192 enumeration value.

AES-256: This token represents the FW_CRYPTO_ENCRYPTION_AES256 enumeration value.

This value represents the Encryption field of the FW_PHASE1_CRYPTO_SUITE structure as defined in [MS-FASP] section 2.2.70.