Monday, April 15, 2013

Querying Wireless Settings and Decrypting Wireless Key - CodeProject

Introduction to Article

The attached sample application queries and displays the wireless settings of the connected wireless interface and lists the available networks. The code itself is self-explanatory. The only area that needs some explanation is the part that decrypt's the key cipher text. If you are in Windows 7 or above, then you will be getting the wireless key as plain text and no need to decrypt.  If you are in Windows Vista, you will be getting the wireless key as a cipher text and needs to decrypt.  For the decryption to work, it is good to run as administrator.

Querying Wireless Settings and Decrypting Wireless Key - CodeProject

No comments: