Wired Equivalent Privacy (WEP) is a security algorithm for wireless networks.
Questions tagged [wep]
54 questions
0
votes
1 answer
PTW and Klein wep crack algorithem
I am trying to understand the PTW and Klein algorithms for wep cracking and got stuck.
i am using this as reference: http://www.item.ntnu.no/_media/people/personalpages/phd/anton/kleins_and_ptw_attacks_on_wep.pdf
and got stuck on page 7: Klein's…

Alon Rew
- 75
- 1
- 1
- 8
0
votes
1 answer
browser retrieve facebook credentials from facebook app
I'm developing a web-app that at the start connect to facebook, but before asking user credentials I'd like to try to retrieve these credentials from official Facebook Application (Android, IOS or MAC app).
Is this possible?

Matteo Codogno
- 1,569
- 6
- 21
- 36
0
votes
0 answers
The polynomial of WEP CRC32
This is for my school project. I'm trying to understand the CRC32 implemented in WEP. I've only got one question, which I haven't been able to answer. What polynomial does the WEP algorithm use?
Tristan
0
votes
1 answer
Change authentication wifi WPA to WEPon Windows 8
I use
netsh wlan set hostednetwork mode=allow ssid=Kites key=phambaoViet
netsh wlan start hostednetwork
To share WiFi from LAN network on laptop (Windows 8) to my other device.
When I show information netsh wlan show hostednetwork the supported…

Kites
- 25
- 2
- 7
0
votes
1 answer
Android WifiManager - to HEX or not to HEX
I'm attempting to connect to wifi using Android programatically however when I input my WEP key in Hex - Logcat states it's too long. When I attempt to use plaintext - it states it is too short (and never connects). When I type it in manually…

RobTheBuilder
- 37
- 5
- 11
-1
votes
1 answer
Where can I find the wifite code directory?
I'm having the error "airplay-ng exited unexpectedly" when running an WEP attack with Wifite. In order to fix the issue i need to direct to the wifite code, which is by one sources saying, located in /usr/bin/wifite.
For my situation this is false.…
-1
votes
1 answer
how to access localhost asp.net core web api from outside
I have react native app.i want get data from the asp.net core web API .I want to to access localhost asp.net core web API from outside(from react native app)

Dasun Lakshan
- 1
- 1
-2
votes
1 answer
Problem with using aircrack-ng
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
-2
votes
1 answer
I just want to pass the list to the asp.net web api using angularjs
I'm working on EAV database pattern.
My model is like this:
public class LeadsModel
{
public int? CompId { get; set; }
public int LeadID { get; set; }
public string LeadName { get; set; }
public string source { get; set; }
public…

Athar Shaikh
- 1
- 2