summaryrefslogtreecommitdiffstats
path: root/doc/support-enc.texinfo
blob: 693f27393929361f7fd6d5468b96ab4c6529177b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
@ignore 
The information in this file should be consistent with the information
in krb5/src/lib/crypto/etypes.c and the family processing code in
krb5/src/lib/krb5/krb/init_ctx.c (krb5int_parse_enctype_list).
@end ignore

@table @code
@item des-cbc-crc 
DES cbc mode with CRC-32 (weak)
@item des-cbc-md4 
DES cbc mode with RSA-MD4 (weak)
@item des-cbc-md5 
DES cbc mode with RSA-MD5 (weak)
@item des-cbc-raw
DES cbc mode raw (weak)
@item des3-cbc-raw
Triple DES cbc mode raw (weak)
@item des3-cbc-sha1 
@itemx des3-hmac-sha1
@itemx des3-cbc-sha1-kd
Triple DES cbc mode with HMAC/sha1
@item des-hmac-sha1 
DES with HMAC/sha1 (weak)
@item aes256-cts-hmac-sha1-96
@itemx aes256-cts
AES-256 CTS mode with 96-bit SHA-1 HMAC
@item aes128-cts-hmac-sha1-96
@itemx aes128-cts
AES-128 CTS mode with 96-bit SHA-1 HMAC
@item arcfour-hmac 
@itemx rc4-hmac
@itemx arcfour-hmac-md5
RC4 with HMAC/MD5
@item arcfour-hmac-exp 
@itemx rc4-hmac-exp
@itemx arcfour-hmac-md5-exp
Exportable RC4 with HMAC/MD5 (weak)
@item des
The DES family: des-cbc-crc, des-cbc-md5, and des-cbc-md4 (weak)
@item des3
The triple DES family: des3-cbc-sha1
@item aes
The AES family: aes256-cts-hmac-sha1-96 and aes128-cts-hmac-sha1-96
@item rc4
The RC4 family: arcfour-hmac
@end table