Merge from vendor branch LESS:
[dragonfly.git] / contrib / ntp / README.des
1 If you want DES support in ntp:
2
3 - Use MD5 instead:
4 - - convert your DES keys to MD5 by changing the 'A', 'N' or 'S' to 'M'
5
6 If you *need* DES support:
7
8 - first see if you can simply "want" DES support instead
9 - Follow the instructions in README.rsa
10
11 Be advised that the RSA DES code is not quite as portable as one might
12 wish for.  In particular, DES under NTP will only work between machines
13 of the same "endianness".
14
15 Dave would prefer that new/alternative encryption schemes follow the
16 RSA API.