View Single Post
Posts: 136 | Thanked: 150 times | Joined on Dec 2010 @ Finland
#52
Originally Posted by stefanov View Post
I think what you see is the HEX value of your ASCII key, because when ASCII is 5 digits, then HEX is 10.
Here is a site where you can convert back and fort between ASCII and HEX to see if that is the case (when I converted your keys they don't match though):
http://www.dirtymonday.net/key_convert.html
afaik, for WEP you should always be getting the HEX value of the key as the result, not the plaintext.

This is because different AP's handle the conversion from plaintext to actual key differently, so it cannot be reversed back to the plaintext from the decrypted HEX without using the same nonpublic method.

The HEX key will allow you to associate with the network, so the plaintext key isn't actually needed (even tho it would give more of an oomph value when demonstrating the vulnerability of WEP to someone).

Here's another site with a bit more explanation on the process for attempting to convert the HEX to plaintext:
http://latinsud.com/wepconv.html

Last edited by mooglez; 2011-01-27 at 06:43.