Tag 98
EncryptMethod
Abbreviation:
EncryptMethodDescription
Method of encryption.
Wire Format & Usage Example
Single field (key=value)
98=0 (NoneOther)
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=0 (NoneOther) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 98=0 (NoneOther) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
98=0 | NoneOther | None / Other |
98=1 | PKCS | PKCS (Proprietary) |
98=2 | DES | DES (ECB Mode) |
98=3 | PKCSDES | PKCS / DES (Proprietary) |
98=4 | PGPDES | PGP / DES (Defunct) |
98=5 | PGPDESMD5 | PGP / DES-MD5 (See app note on FIX web site) |
98=6 | PEMDESMD5 | PEM / DES-MD5 (see app note on FIX web site) |
Enumerated Values
7| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | NoneOther | None / Other | FIX.2.7 |
| 1 | PKCS | PKCS (Proprietary) | FIX.2.7 |
| 2 | DES | DES (ECB Mode) | FIX.2.7 |
| 3 | PKCSDES | PKCS / DES (Proprietary) | FIX.2.7 |
| 4 | PGPDES | PGP / DES (Defunct) | FIX.3.0 |
| 5 | PGPDESMD5 | PGP / DES-MD5 (See app note on FIX web site) | FIX.4.0 |
| 6 | PEMDESMD5 | PEM / DES-MD5 (see app note on FIX web site) | FIX.4.0 |