EncryptMethod

Tag 98

EncryptMethod

Abbreviation: EncryptMethod
Typeint
Tag98
AddedFIX.2.7
Used in1 messages

Description

Method of encryption.

Wire Format & Usage Example

Single field (key=value)
98=0 (None)
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 (None) |  | 10=...

Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 98=0 (None) is this field's position in the message.

All valid values
WireNameDescription
98=0NoneNone / Other
98=1PKCSPKCS (Proprietary)
98=2DESDES (ECB Mode)
98=3PKCSDESPKCS / DES (Proprietary)
98=4PGPDESPGP / DES (Defunct)
98=5PGPDESMD5PGP / DES-MD5 (See app note on FIX web site)
98=6PEMPEM / DES-MD5 (see app note on FIX web site)

Enumerated Values

7
ValueSymbolic NameDescriptionAdded
0NoneNone / OtherFIX.2.7
1PKCSPKCS (Proprietary)FIX.2.7
2DESDES (ECB Mode)FIX.2.7
3PKCSDESPKCS / DES (Proprietary)FIX.2.7
4PGPDESPGP / DES (Defunct)FIX.3.0
5PGPDESMD5PGP / DES-MD5 (See app note on FIX web site)FIX.4.0
6PEMPEM / DES-MD5 (see app note on FIX web site)FIX.4.0

Used in Messages

1