Tagged Questions
The wep tag has no wiki summary.
3
votes
2answers
3k views
How to convert WEP key to ASCII passphrase? [closed]
Does anyone have a hex->ascii method to reverse the WEP encryption?
I have my WEP key (eg F2:E8:54:22:F3), but can't remember my passphrase. I'm not too concerned with the accuracy of the ...
3
votes
2answers
478 views
How Can I: Generate 40/64 Bit WEP Key In Python?
So, I've been beating my head against the wall of this issue for several months now, partly because it's a side interest and partly because I suck at programming. I've searched and researched all ...
2
votes
2answers
115 views
program to check whether my wifi is secured(ie WPA2/WEP) in windows c++
Is it possible to check whether my Wi-Fi is secured(ie WPA2/WEP) programmatically in Windows C++?
2
votes
2answers
547 views
What is the WEP shared-key authentication algorithm
I'm reading a book named 802.11 Wireless Networks The Definitive Guide(second edition) recently. I find myself unable to understand the algorithm of WEP shared-key authentication.
In the book, ...
1
vote
0answers
374 views
Java - Get List of Wireless Networks in Range
I'm trying to get a list of wireless networks that are in range of the user. I would like the program to be able to get SSID (if broadcasting), Security Type (WEP, WPA, WPA2), and maybe a couple ...
1
vote
8answers
406 views
Can quantum algorithms be used for encryption?
Can quantum algorithms be useful?
Has any one been successful in putting quantum algorithms to any use?
0
votes
1answer
106 views
Problem with using aircrack-ng [closed]
I have problem with install a Aircrack-ng.
I was downloading aircrack from the official website and I followed to the ruls:
cd aircrack-ng-1.1
make
make install
http://pastebin.com/XsMzCbGN
0
votes
1answer
67 views
What is used to inverse an RC4 cipher?
I'm doing a research paper on WEP, and one of the things that has popped up immediately is that it's possible to obtain the keystream derived from specific IV, denoted RC4(v,k). I won't bother posting ...
0
votes
1answer
209 views
how can i make a simple wep key generator in javascript?
im trying to make a wep key generator and ive read how wep keys work but i really dont even know how to start making it. can anyone give me an example or direct me to a tutorial? i tried using google ...
0
votes
3answers
498 views
Detect if unsecured wifi network actually has internet access
I need to detect if a wifi network that lacks any WPA or WEP protection is actually a usable wifi hotspot with internet access. In other words I need to discern between standard free hotspots and ...
0
votes
1answer
477 views
connect to secured wireless connection using c#
I am using wlanApi class to connect to wireless connection after I scanned and found networks in my area I want to connect to them but always I get exception "profile xaml is not correct" so I try to ...