Tag 98
EncryptMethod
Abbreviation:
Description
Method of encryption.
Wire Format & Usage Example
Single field (key=value)
98=2 (DES)
In a FIX message (Logon)
8=FIX.4.4 | 9=... | 35=A | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 98=2 (DES) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 98=2 (DES) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
98=2 | DES | DES (ECB mode) |
98=6 | PEM | PEM/DES-MD5 (see app note on FIX web site) |
98=5 | PGPDESMD5 | PGP/DES-MD5 (see app note on FIX web site) |
98=3 | PKCSDES | PKCS/DES (proprietary) |
98=0 | None | None / other |
98=1 | PKCS | PKCS (proprietary) |
98=4 | PGPDES | PGP/DES (defunct) |
Enumerated Values
7| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 2 | DES | DES (ECB mode) | FIX.2.7 |
| 6 | PEM | PEM/DES-MD5 (see app note on FIX web site) | FIX.4.0 |
| 5 | PGPDESMD5 | PGP/DES-MD5 (see app note on FIX web site) | FIX.4.0 |
| 3 | PKCSDES | PKCS/DES (proprietary) | FIX.2.7 |
| 0 | None | None / other | FIX.2.7 |
| 1 | PKCS | PKCS (proprietary) | FIX.2.7 |
| 4 | PGPDES | PGP/DES (defunct) | FIX.3.0 |