"David G. Bell" <(E-Mail Removed)> wrote:
> On Thursday, in article
> <(E-Mail Removed)>
> (E-Mail Removed)lid "NoNeedToKnow" wrote:
> > I suspect you mean 26 hex numerals, or 13 characters...
> I checked on my hardware, and, yes, that is what it requires.
> Which seems odd, at 8 bits per character, and requiring printable
> characters.
"128-bit WEP" uses 104 bits of shared key, and 24 bits of "initialisation
vector". The IV is prepended to the key to create the 128-bit seed used
by the encryption algorithm, and is (usually) different for every
packet. 104 bits is 13 bytes, which could be expressed as 26 hex digits.
Beware systems that use 13 *characters* -- for a start, that usually
means you typically only use printable ASCII characters in the range
33-126 so you have the equivalent of only about 80-odd bits of
randomness. Moreover, there's no official standard way of generating the
key from those characters, and so no guarantee that two devices will
create the same key from your 13-character passphrase. Stick to 26 hex
digits.
But as others have noted, WEP is not very secure anyway.
--
Pete Peter Turnbull
Network Manager
University of York