protect my WiFi
-
Wednesday, November 12, 2008 6:38 PM
is there anyway to do this using C#?
i want to block access to my wifi roter and make an application to generate random passwords which will allow the access throught it so if a person dosn't have the password then he can not access?
Jassim Rahma- Moved by nobugzMVP Wednesday, November 12, 2008 7:04 PM not a bcl q [loc] (Moved from .NET Base Class Library to Where is the Forum For…?)
All Replies
-
Wednesday, November 12, 2008 7:39 PMThere should be an option on your router for a WEP key. It will prevent anyone from accessing your wireless network unless they know that key.
-
Thursday, November 13, 2008 9:41 PMalmost every router will have that feature but....
i want a unique user id and password for every customer.
I have seen some cafe using that on thier WiFi and I was thinking if I can do the same using .NET?
Jassim Rahma -
Saturday, March 31, 2012 4:04 AMOwner
A few options...
http://social.msdn.microsoft.com/Forums/en-US/category/netdevelopment
Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog, Twitter, Wiki)
- Proposed As Answer by Ed Price - MSFTMicrosoft Employee, Owner Saturday, March 31, 2012 4:04 AM
- Marked As Answer by Ed Price - MSFTMicrosoft Employee, Owner Saturday, March 31, 2012 4:04 AM
-
Saturday, March 31, 2012 10:40 AMModerator
Protecting you Wi-Fi connection is just a matter of setting some options in your router to activate network authentication and encryption and to set your Wi-Fi card on your PC to reflect the new network configuration.
Generating random passwords could require setting up a RADIUS server in your network, as long as you do not want to use a pre-shared key.Since this is a development question, I sugest you to ask it in the Visual C# General Forum at the following address
http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/threads
Also take a look at the following links
http://www.codeproject.com/Articles/7807/C-WEPkey-generator
http://www.codeproject.com/Articles/72105/Manage-WiFi-with-Native-API-WIFI-on-Windows-XP-SP2Bye.
Luigi Bruno - Microsoft Community Contributor 2011 Award