| WEP
Conversion
- Releases - |
--Function--
Fixed
< 6 chars hex improper conversion
Fixed
menu enabled if null is input, now disabled on null input
Fixed
invalid text fields filled out for DEC/OCT conversions
Fixed
DEC/OCT 20th conversion failure
Fixed
input box focus failure on advanced saving load
Real-time
box and text clear added to DEC/OCT conversions
Backspace
delete box support added to DEC/OCT conversions
Finally
consider the DEC/OCT boxes stable, routines created to handle converting
any field
regardless if boxes are missing.
Major
change - when using HEX all invalid characters (not 0-f) are dropped
Example:
-Using ASCII -
INPUT :
fds'fj'erkekrlae'rkaelrkl;.l';.'
ASCII
: 256-Bit Value = (32 * 8 bits)
HEX
: 66647327666A2765726B656B726C616527726B61656C726B6C3B2E6C273B2E27
-Using HEX -
INPUT :
fdfeeaea0e
ASCII
: ýþêê
HEX
: 64-Bit WEP (RC-4) = 40-Bit key + 24 Bit IV
(FYI - Zero always added automatically if conversion is odd, thus making it even)
-Using ASCII- (just for comparison, convert again with the new, shorter value)
INPUT :
fdfeeaea0e
ASCII
: 104-Bit WEP (RC-4) = 80-Bit key + 24 Bit IV
HEX
: 66646665656165613065
1.1.0 -
Added support for up to 256-bit WEP encryption. Removed * function,
No longer
saw a practical function for it. Changed default separator
for DEC
- OCT and added function for "-". Changed RGID function
to a more
standardized BSSID function. This function supports MAC
addresses
(no delimiter) with and without the OUI and will output the
name of
the Manufacturer on file with the IEEE for that particular MAC
address.
The full OUI-Manufacturer database has been embedded, not
just a
few wireless OUIs. Added config file, error and save routines for
Options
Menu. Opted not to implement dynamic saving, since it was
too easy
to corrupt the config file. Adjusted Print output settings.
Expanded
the text fields to display more information. Scroll bars
implemented
to attempt to keep the program display window small.
Numerous
program functionality changes made to assist in the proper
input
of data. For any inquires about new features reference the
help file.
1.0.0 -
Supports up to 152-bit WEP encryption. Supports Printing and
E-mailing of WEP keys. DEC values can be used to re-create
extended ASCII characters on IBM compatible machines.
Using the E-mail function, Keys can be sent to IBM or MAC
compatible machines and pasted into an application.