1 / 6

Wired Equivalent Privacy (WEP): The first ‘confidentiality’ algorithm

Wired Equivalent Privacy (WEP): The first ‘confidentiality’ algorithm for the wireless IEEE 802.11 standard. PRESENTED BY: Samuel Grush and Barry Preston. Packet. Initialization Vector (IV). IV. ciphertext. XOR. Seed. Secret Key. plaintext. ICV. CRC-32. WEP Components.

dara
Download Presentation

Wired Equivalent Privacy (WEP): The first ‘confidentiality’ algorithm

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Wired Equivalent Privacy (WEP): The first ‘confidentiality’ algorithm for the wireless IEEE 802.11 standard. PRESENTED BY: Samuel Grush and Barry Preston

  2. Packet Initialization Vector (IV) IV ciphertext XOR Seed Secret Key plaintext ICV CRC-32 WEP Components • Secret Key and Plaintext • Initialization Vector (IV) • RC4 Stream Cipher • Key Scheduling Algorithm (KSA) • Seeded by IV+Secret Key • Passes 'State' Array to PRGA • Pseudo-Random Generation Algorithm (PRGA) • Uses 'State' Array to generate a keystream, while also mixing the Array. • Plaintext is combined with its checksum. • Bitwise-XOR • • [when encrypting]Plaintext is bitwise-XOR'd with keystream data to generate cyphertext. KSA PRGA

  3. Packet Seed KSA PRGA IV Received ICV ciphertext XOR plaintext ≟ WEP Decryption Secret Key CRC-32

  4. Key Scheduling Algorithm

  5. Pseudo-Random Generation Algorithm

  6. Weaknesses • The Initialization Vector (IV) 24-bit length limits the IV's entropy to 2²⁴, or about 16.7 million combinations. • Certain characters in the 802.11 header are known or can be predicted, leading to a lessened effective entropy. • The 'Shared Key' authentication system of WEP exposes the beginning of the keystream.

More Related