From e36b08f56ba7335cedfa098f78da722f9ed8dcb1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 29 Jul 2004 23:38:25 +0000 Subject: add debian stuff git-svn-id: file:///home/lennart/svn/public/aeswepd/trunk@48 022f378f-78c4-0310-b860-d162c87e6274 --- debian/control | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..021c7db --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: aeswepd +Section: net +Priority: optional +Maintainer: Lennart Poettering +Build-Depends: debhelper (>= 4.0.0), xmltoman, libmcrypt-dev, libdaemon-dev, lynx +Standards-Version: 3.6.0 + +Package: aeswepd +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: A UNIX daemon for changing WEP keys of WLAN devices in constant intervals + aeswepd is a UNIX daemon for changing WEP keys of WLAN devices in constant + intervals. The WEP keys are calculated by encrypting the current UNIX time + using the AES cypher with a given constant key. aeswepd strengthens the + security of the weak hardware based, standards compliant WEP technology. + . + aeswepd may use up to three hardware WEP keys: the first is set to the + current, the second to the previous and the third to the next key. This is + useful when working with not completely synchronized RTCs. If only a single + hardware WEP key is used, you have to synchronize your RTCs so that no + connectivity interrupts may occur. + . + aeswepd has several advantages over other solutions to improve WEP: it is easy + to use, doesn't involve computing intensive algorithms, doesn't increase + traffic latency. On the other hand it has several disadvantages as well: it + requires an installation of aeswepd on all network members, it is not + standardized, currently only APs which run a flavour of Linux may be used with + it. -- cgit