Hi, 1. I want to add my own encryption algorithm in WEP under wireless LAN. The standard 802.11b WEP says use of RC4 algorithm, i want to replace RC4 with my own encryption algorithm. 2. I want to add my own authentication method in 802.11b Will any body will guide w.r.t above. What tools/software are required to achieve above mention points. Thanks & Regards keshav.
You can't, that predefined in standard Arkady "keshava" wrote in message news:1171444622.494773.259290@j27g2000cwj.googlegroups.com... > Hi, > 1. I want to add my own encryption algorithm in WEP under wireless > LAN. The standard 802.11b WEP says use of RC4 algorithm, i want to > replace RC4 with my own encryption algorithm. > 2. I want to add my own authentication method in 802.11b > > Will any body will guide w.r.t above. What tools/software are required > to achieve above mention points. > > Thanks & Regards > keshav. >
On Feb 14, 5:09 pm, "Arkady Frenkel" wrote: > You can't, that predefined in standard > Arkady > > "keshava" wrote in message > > news:1171444622.494773.259290@j27g2000cwj.googlegroups.com... > > > Hi, > > 1. I want to add my own encryption algorithm in WEP under wireless > > LAN. The standard 802.11b WEP says use of RC4 algorithm, i want to > > replace RC4 with my own encryption algorithm. > > 2. I want to add my own authentication method in 802.11b > > > Will any body will guide w.r.t above. What tools/software are required > > to achieve above mention points. > > > Thanks & Regards > > keshav. Hi, Is it possible to implement WEP like scheme in Wireless LAN with my own Authentication, Encryption algorithm & Key exchange protocols. If possible where to look for the solution ? Any help in this regard is appreciated. Thanks & Regards keshav.
No. AFAIK Arkady "keshava" wrote in message news:1171513680.163828.204210@k78g2000cwa.googlegroups.com... > On Feb 14, 5:09 pm, "Arkady Frenkel" wrote: >> You can't, that predefined in standard >> Arkady >> >> "keshava" wrote in message >> >> news:1171444622.494773.259290@j27g2000cwj.googlegroups.com... >> >> > Hi, >> > 1. I want to add my own encryption algorithm in WEP under wireless >> > LAN. The standard 802.11b WEP says use of RC4 algorithm, i want to >> > replace RC4 with my own encryption algorithm. >> > 2. I want to add my own authentication method in 802.11b >> >> > Will any body will guide w.r.t above. What tools/software are required >> > to achieve above mention points. >> >> > Thanks & Regards >> > keshav. > > Hi, > Is it possible to implement WEP like scheme in Wireless LAN with my > own Authentication, Encryption algorithm & Key exchange protocols. If > possible where to look for the solution ? > Any help in this regard is appreciated. > > Thanks & Regards > keshav. >
> Hi, > Is it possible to implement WEP like scheme in Wireless LAN with my > own Authentication, Encryption algorithm & Key exchange protocols. If > possible where to look for the solution ? > Any help in this regard is appreciated. It would probably be highly dependent on both the OS and WNIC model, and not possible for most combinations. You would also need a WNIC supporting access point mode, as you'll have to run your software at both ends. Much easier to just use SSL through a standards-compliant 802.11 connection, so unless you're doing academic research, do that instead. > > Thanks & Regards > keshav. >