README for krb5-1.8.3 final
[krb5.git] / doc / support-enc.texinfo
1 @ignore 
2 The information in this file should be consistent with the information
3 in krb5/src/lib/crypto/etypes.c and the family processing code in
4 krb5/src/lib/krb5/krb/init_ctx.c (krb5int_parse_enctype_list).
5 @end ignore
6
7 @table @code
8 @item des-cbc-crc 
9 DES cbc mode with CRC-32 (weak)
10 @item des-cbc-md4 
11 DES cbc mode with RSA-MD4 (weak)
12 @item des-cbc-md5 
13 DES cbc mode with RSA-MD5 (weak)
14 @item des-cbc-raw
15 DES cbc mode raw (weak)
16 @item des3-cbc-raw
17 Triple DES cbc mode raw (weak)
18 @item des3-cbc-sha1 
19 @itemx des3-hmac-sha1
20 @itemx des3-cbc-sha1-kd
21 Triple DES cbc mode with HMAC/sha1
22 @item des-hmac-sha1 
23 DES with HMAC/sha1 (weak)
24 @item aes256-cts-hmac-sha1-96
25 @itemx aes256-cts
26 AES-256 CTS mode with 96-bit SHA-1 HMAC
27 @item aes128-cts-hmac-sha1-96
28 @itemx aes128-cts
29 AES-128 CTS mode with 96-bit SHA-1 HMAC
30 @item arcfour-hmac 
31 @itemx rc4-hmac
32 @itemx arcfour-hmac-md5
33 RC4 with HMAC/MD5
34 @item arcfour-hmac-exp 
35 @itemx rc4-hmac-exp
36 @itemx arcfour-hmac-md5-exp
37 Exportable RC4 with HMAC/MD5 (weak)
38 @item des
39 The DES family: des-cbc-crc, des-cbc-md5, and des-cbc-md4 (weak)
40 @item des3
41 The triple DES family: des3-cbc-sha1
42 @item aes
43 The AES family: aes256-cts-hmac-sha1-96 and aes128-cts-hmac-sha1-96
44 @item rc4
45 The RC4 family: arcfour-hmac
46 @end table