Contents of this page are obsolete.
This page is preserved and stored at this URL just from historical viewpoint.
Original URL was http://www.mm.media.kyoto-u.ac.jp/members/kameda/...
Please visit
www.kameda-lab.org
for recent information. (2002/12/06, kameda@ieee.org)
authspeed
- determine authentication delays
Synopsis
authspeed [ -cdm ] [ -n loops ] auth.samplekeys
Description
This program encrypts a test file and determines the authentication
delay to use in the NTP configuration file. There are two choices of
encryption algorithm, DES Cipher-Block-Chaining (DES-CBC) and Message
Digest 5 (MD5).
Options
-c
- Select total cost of encryption. Default is value to use in the
authdelay configuration command.
-d
- Enable debug output. Default is no debug output.
-m
- Enable MD5 algorithm. Default is DES-CBC algorithm.
-n loops
- Specify the number of program loops. Default is 20,000.
Files
./authstuff/auth.samplekeys
- a representative list of
keys
./authstuff/auth.speed
- a listing of results for a
representative set of architectures and compilers
David L. Mills (mills@udel.edu)