]> git.ipfire.org Git - thirdparty/util-linux.git/blame - login-utils/cryptocard.c
Imported from util-linux-2.10s tarball.
[thirdparty/util-linux.git] / login-utils / cryptocard.c
CommitLineData
fd6b7a7f
KZ
1/* cryptocard.c - support for the CRYPTOCard
2 RB-1 Challenge-Response Token, initial code by
3 bentson@grieg.seaslug.org (Randolph Bentson) on 3-Dec-96,
4 Hacked severely by poe@daimi.aau.dk.
5 This relies on an implementation of DES in a library, currently
6 it interfaces with the koontz-des.tar.gz implementation which
7 can be found in:
8
9 ftp://ftp.funet.fi/pub/crypt/cryptography/symmetric/des/
10
11 (Link with the fdes.o file from that distribution)
12
13 and with Eric A. Young's libdes implementation used in SSLeay. Also
14 available from the above ftp site. Link with the libdes.a library.
15
16 The sources for this code are maintained in
17
18 ftp://ftp.daimi.aau.dk/pub/linux/poe/poeigl-X.XX.tar.gz
7eda085c
KZ
19
20