Sponsored Content
Full Discussion: C Brain Teaser
Top Forums Programming C Brain Teaser Post 302116937 by jim mcnamara on Wednesday 9th of May 2007 10:34:03 AM
Old 05-09-2007
Does not work on HPUX 11i, as expected.
 

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Brain Bench Certification

Hi, Can anybody provide me Pointers to Practice tests or any Material to prepare for Brainbench certification in Unix Shell Scripting? Also how good is this Certification for UNIX programmers. Is it worth it? I'm planning to take this certification in 2 weeks. Kindly let me know all the pros... (0 Replies)
Discussion started by: pavan_emani
0 Replies

2. Shell Programming and Scripting

This might be a programming teaser!

Hi gurus, I have done my best to be as precisely as possible with this. Besides giving the format of file a and file b and the result file I have also given the algorithm as I have figured out. I will try to do this and I hope that some of you could help me to solve this or better yet... (1 Reply)
Discussion started by: ljankok
1 Replies

3. Programming

Brain Teaser Extended

Hi Gurus, To the Brain Teaser, if I add another condition, say the executable should not be altered, how the program should be altered? (no perl please, purely C). I forgot to mention this condition my staff had mentioned. ( forgot then and got now :D ) The program executed the first time... (4 Replies)
Discussion started by: vrk1219
4 Replies

4. What is on Your Mind?

The Human Brain project

A global group of scientists are spending the next ten years and a billion dollars to try and develop a computer simulation of the brain: https://www.humanbrainproject.eu/ I always found it fascinating that the brain can understand itself. This almost sounds like in a few years the computer... (0 Replies)
Discussion started by: figaro
0 Replies

5. Shell Programming and Scripting

sed regexp teaser

G'day, Here's a teaser for a sed guru, which I surely am not one, as even my basic sed skills are rusted from years of not practising ... lol Ok ... we have a string of digits such as: 632413741610252847552619172459483022433027602515212950543016701812771409213148672112 we want it split... (9 Replies)
Discussion started by: naderra
9 Replies

6. What is on Your Mind?

Cyber Dystopia Teaser (720 HD)

Working on a new cybersecurity, dystopian world series and made a short 2 min teaser today. Cyber Dystopia (720 HD) https://www.youtube.com/watch?v=g9Ca07J_YC8 If anyone has any ideas for the story, please write out some story lines in the comments and join the production team! (1 Reply)
Discussion started by: Neo
1 Replies
WPA_BACKGROUND(8)														 WPA_BACKGROUND(8)

NAME
       wpa_background - Background information on Wi-Fi Protected Access and IEEE 802.11i

WPA
       The  original  security mechanism of IEEE 802.11 standard was not designed to be strong and has proven to be insufficient for most networks
       that require some kind of security. Task group I (Security) of IEEE 802.11 working group (http://www.ieee802.org/11/) has worked to address
       the  flaws  of the base standard and has in practice completed its work in May 2004. The IEEE 802.11i amendment to the IEEE 802.11 standard
       was approved in June 2004 and published in July 2004.

       Wi-Fi Alliance (http://www.wi-fi.org/) used a draft version of the IEEE 802.11i work (draft  3.0)  to  define  a  subset  of  the  security
       enhancements  that  can	be implemented with existing wlan hardware. This is called Wi-Fi Protected Access<TM> (WPA). This has now become a
       mandatory component of interoperability testing and certification done by Wi-Fi Alliance. Wi-Fi provides information about WPA at  its  web
       site (http://www.wi-fi.org/OpenSection/protected_access.asp).

       IEEE  802.11  standard  defined	wired  equivalent privacy (WEP) algorithm for protecting wireless networks. WEP uses RC4 with 40-bit keys,
       24-bit initialization vector (IV), and CRC32 to protect against packet forgery. All these choices have proven to be insufficient: key space
       is too small against current attacks, RC4 key scheduling is insufficient (beginning of the pseudorandom stream should be skipped), IV space
       is too small and IV reuse makes attacks easier, there is no replay protection, and non-keyed authentication does not  protect  against  bit
       flipping packet data.

       WPA  is	an intermediate solution for the security issues. It uses Temporal Key Integrity Protocol (TKIP) to replace WEP. TKIP is a compro-
       mise on strong security and possibility to use existing hardware. It still uses RC4 for the encryption like WEP, but  with  per-packet  RC4
       keys. In addition, it implements replay protection, keyed packet authentication mechanism (Michael MIC).

       Keys  can  be managed using two different mechanisms. WPA can either use an external authentication server (e.g., RADIUS) and EAP just like
       IEEE 802.1X is using or pre-shared keys without need for additional servers. Wi-Fi calls these "WPA-Enterprise" and "WPA-Personal", respec-
       tively. Both mechanisms will generate a master session key for the Authenticator (AP) and Supplicant (client station).

       WPA implements a new key handshake (4-Way Handshake and Group Key Handshake) for generating and exchanging data encryption keys between the
       Authenticator and Supplicant. This handshake is also used to verify that both Authenticator and Supplicant know	the  master  session  key.
       These  handshakes  are  identical  regardless  of  the selected key management mechanism (only the method for generating master session key
       changes).

IEEE 802.11I / WPA2
       The design for parts of IEEE 802.11i that were not included in WPA has finished (May 2004) and this amendment to IEEE 802.11  was  approved
       in  June  2004.	Wi-Fi  Alliance is using the final IEEE 802.11i as a new version of WPA called WPA2. This includes, e.g., support for more
       robust encryption algorithm (CCMP: AES in Counter mode with CBC-MAC) to replace TKIP and optimizations for handoff (reduced number of  mes-
       sages in initial key handshake, pre-authentication, and PMKSA caching).

SEE ALSO
       wpa_supplicant(8)

LEGAL
       wpa_supplicant is copyright (c) 2003-2007, Jouni Malinen <j@w1.fi> and contributors.  All Rights Reserved.

       This program is dual-licensed under both the GPL version 2 and BSD license. Either license may be used at your option.

								 07 November 2012						 WPA_BACKGROUND(8)
All times are GMT -4. The time now is 09:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy