Original author(s) | Christophe Devine |
---|---|
Developer(s) | Thomas d'Otreppe de Bouvette |
Stable release | |
Repository | https://github.com/aircrack-ng/aircrack-ng |
Written in | C |
Operating system | Cross-platform |
Type | Packet sniffer and injector; WEP, WPA, WPA2 key recovery |
License | GPL |
Website | www |
Aircrack-ng is a network software suite consisting of a detector, packet sniffer, WEP and WPA/WPA2-PSK cracker and analysis tool for 802.11 wireless LANs. It works with any wireless network interface controller whose driver supports raw monitoring mode and can sniff 802.11a, 802.11b and 802.11g traffic. Packages are released for Linux and Windows. [2]
Aircrack-ng is a fork of the original Aircrack project. It can be found as a preinstalled tool in many security-focused Linux distributions such as Kali Linux or Parrot Security OS, [3] which share common attributes, as they are developed under the same project (Debian). [4]
Aircrack was originally developed by French security researcher Christophe Devine. [5] Its main goal was to recover 802.11 wireless networks WEP keys using an implementation of the Fluhrer, Mantin and Shamir (FMS) attack alongside the ones shared by a hacker named KoreK. [6] [7] [8]
Aircrack was forked by Thomas D'Otreppe in February 2006 and released as Aircrack-ng (Aircrack Next Generation). [9]
Wired Equivalent Privacy was the first security algorithm to be released, with the intention of providing data confidentiality comparable to that of a traditional wired network. [10] It was introduced in 1997 as part of the IEEE 802.11 technical standard and based on the RC4 cipher and the CRC-32 checksum algorithm for integrity. [11]
Due to U.S. restrictions on the export of cryptographic algorithms, WEP was effectively limited to 64-bit encryption. [12] Of this, 40 bits were allocated to the key and 24 bits to the initialization vector (IV), to form the RC4 key. After the restrictions were lifted, versions of WEP with a stronger encryption were released with 128 bits: 104 bits for the key size and 24 bits for the initialization vector, known as WEP2. [13] [14]
The initialization vector works as a seed, which is prepended to the key. Via the key-scheduling algorithm (KSA), the seed is used to initialize the RC4 cipher's state. The output of RC4's pseudo random generation algorithm (PRGA) follows a XOR operation in combination with the plaintext, and produces the ciphertext. [15]
The IV is constrained to 24 bits, which means that its maximum values are 16,777,216 (224), regardless of the key size. [16] Since the IV values will eventually be reused and collide (given enough packets and time), WEP is vulnerable to statistical attacks. [17] William Arbaugh notes that a 50% chance of a collision exists after 4823 packets. [18]
In 2003, the Wi-Fi Alliance announced that WEP had been superseded by Wi-Fi Protected Access (WPA). In 2004, with the ratification of the full 802.11i standard (i.e. WPA2), the IEEE declared that both WEP and WEP2 have been deprecated. [19]
Wi-Fi Protected Access (WPA) was designed to be implemented through firmware updates rather than requiring dedicated hardware. [20] While still using RC4 at its core, it introduced significant improvements over its predecessor. WPA included two modes: WPA-PSK (WPA Personal) and WPA Enterprise.
WPA-PSK (Wi-Fi Protected Access Pre-Shared Key), also known as WPA Personal, used a variant of the Temporal Key Integrity Protocol (TKIP) encryption protocol. It improved security by implementing the following features:
TKIP allocated 48 bits to the IV compared to the 24 bits of WEP, so the maximum number is 281,474,976,710,656 (248). [22]
In WPA-PSK, each packet was individually encrypted using the IV information, the MAC address, and the pre-shared key as inputs. The RC4 cipher was used to encrypt the packet content with the derived encryption key. [22]
Additionally, WPA introduced WPA Enterprise, which provided enhanced security for enterprise-level networks. WPA Enterprise employed a more robust authentication mechanism known as Extensible Authentication Protocol (EAP). This mode required the use of an Authentication Server (AS) such as RADIUS (Remote Authentication Dial-In User Service) to validate user credentials and grant access to the network.
In 2015, the Wi-Fi Alliance recommended in a technical note that network administrators should discourage the use of WPA and that vendors should remove support for it and rely instead on the newer WPA2 standard. [24]
WPA2 (Wi-Fi Protected Access 2) was developed as an upgrade to the original WPA standard and ratified in 2004, and became mandatory for Wi-Fi certified products in 2006. [25] Like WPA, WPA2 provides two modes: WPA2-PSK (WPA2 Personal) and WPA2 Enterprise. [26]
Unlike WPA, WPA2-PSK uses the more secure Advanced Encryption Standard (AES) in CCM mode (Counter-Mode-CBC-MAC Protocol), instead of TKIP. [21] AES provides stronger authentication, encryption and is less vulnerable to attacks. [27] [28] A backward compatible version, called WPA/WPA2 (Personal) still made use of TKIP. [29]
WPA2-PSK replaces the message integrity code Michael with CCMP. [21]
In 1995, before the WEP standard was available, computer scientist David Wagner of the Princeton University discussed a potential vulnerability in RC4. [15]
In March 2000, a presentation by Dan Simon, Bernard Aboba, and Tim Moore of Microsoft provided a summary of 802.11 vulnerabilities. They noted that denial of service deauthentication attacks are possible because the messages are unauthenticated and unencrypted (later implemented by the aireplay-ng tool). [30] In addition, they wrote that because some implementations of WEP derive the key from a password, dictionary attacks are easier than pure brute force. [31] [17]
In May 2001, William A. Arbaugh of the University of Maryland presented his inductive chosen-plaintext attack against WEP with the conclusion that the protocol is vulnerable to packet forgery. [18]
In July 2001, Borisov et al. published a comprehensive paper on the status of WEP and its various vulnerabilities. [17]
In August 2001, in the paper Weaknesses in the Key Scheduling Algorithm of RC4, authors Scott Fluhrer, Itsik Mantin, and Adi Shamir performed a cryptoanalysis of the KSA, citing Wagner among others. They stated that they had not conducted an attack against WEP, and therefore couldn't claim that WEP was vulnerable. [32] However, other researchers implemented the attack and were able to demonstrate the protocol's insecurity. [33] [13]
In 2004, a hacker using the pseudonym KoreK posted a series of attacks on the NetStumbler.org forum, which were incorporated into the original aircrack 1.2 by Christophe Devine. [34] [35] That same month, aircrack began supporting replay attacks against WEP, which use ARP requests to generate more IVs and make key recovery easier. [36]
Later that year, KoreK released the Chopchop attack, an active packet injector for WEP. [37] The name of the attack derives from its inherent working: a packet is intercepted, "chops" off a part of it and sends a modified version to the Access Point, who will drop it if not valid. By repeatedly trying multiple values, the message can gradually be decrypted. [38] [39] [40] The Chopchop attack was later improved by independent researchers. [41]
In 2005, security researcher Andrea Bittau presented the paper The Fragmentation Attack in Practice. The homonymous attack exploits the fact that WEP splits the data into smaller fragments, which are reassembled by the receiver. Taking advantage of the fact that at least part of the plaintext of some packets may be known, and that the fragments may have the same IV, data can be injected at will, flooding the network to statistically increase the chances of recovering the key. [15]
In April 2007 a team at the Darmstadt University of Technology in Germany presented a new attack, named "PTW" (from the researchers' names, Pyshkin, Tews, Weinmann). It decreased the number of initialization vectors or IVs needed to decrypt a WEP key and has been included in the aircrack-ng suite since the 0.9 release. [42] [43]
Date | Author/s | Attack name/type | Packets needed | Implemented in | Source |
---|---|---|---|---|---|
2001 | A. Stubblefield et al. | FMS: Passive partial key exposure attack | 1,000,000 (optimized from 5,000,000-6,000,000) | - | [33] [44] |
2001 | W. Arbaugh | Inductive chosen plaintext | - | [18] | |
2002 | David Hulton | Practical Exploitation of RC4 Weaknesses in WEP Environments | 500,000-2,000,000 | - | [45] |
2003 | Andrea Bittau | Expansion of FMS classes | - | [46] | |
2004 | KoreK | FMS: Passive partial key exposure attack | 700,000 (about 50% success probability) | aircrack 1.2 | [47] |
2004 | KoreK | Chopchop | aircrack 2.2-beta1 | [37] [35] | |
2006 | A. Klein | Attacks on the RC4 stream cipher | - | [48] | |
2007 | Tews, Weinmann, Pyshkin | PTW | 35,000 to 40,000 (about 50% success probability) | aircrack-ng 0.9 | [47] |
2007 | S. Vaudenay and M. Vuagnoux | VX: Passive key recovery | 45'000 | - | [49] |
The first known attack on WPA was described by Martin Beck and Erik Tews in November 2008. They described an attack against TKIP in the paper Practical Attacks Against WEP and WPA. The proof of concept resulted in the creation of tkiptun-ng. [47] In 2009, their attack was improved and demonstrated by a research group from Norway. [50]
The aircrack-ng software suite includes:
aircrack-ng supports cracking WEP (FMS, PTW, KoreK and dictionary attacks), WPA/WPA2 and WPA2 keys (using dictionary attacks). [51] While it doesn't support direct attacks on WPA3 (introduced in 2018), it has been used successfully in combination with a downgrade attack. [52]
airbase-ng incorporates techniques for attacking clients, instead of Access Points. Some of its features include an implementation of the Caffe Latte attack (developed by security researcher Vivek Ramachandran) [53] and the Hirte attack (developed by Martin Beck). [54] The WEP Hirte attack is a method of creating an Access Point with the same SSID of the network to be exploited (similar to an evil twin attack). [55] If a client (that was previously connected to the victim's access point) is configured to automatically reconnect, it will try the rogue AP. At this point, ARP packets are sent in the process of obtaining a local IP address, and airbase-ng can collect IVs that can later be used by aircrack-ng to recover the key. [56]
aireplay-ng is an injector and frame replay tool. [51] [57] Deauthentication attacks are supported. [30] Deauthentication refers to a feature of IEEE 802.11 which is described as "sanctioned technique to inform a rogue station that they have been disconnected from the network". [58] Since this management frame doesn't need to be encrypted and can be generated knowing only the client's MAC address, aireplay-ng can force a client to disconnect and capture the handshake (or to perform a Denial of service attack). In addition, a client deauthentication and subsequent reconnection will reveal a hidden SSID. [30]
Other features include the ability to perform fake authentification, ARP request replay, fragmentation attack, the Caffe Latte and Chopchop attacks. [59]
airmon-ng can place supported wireless cards in monitor mode. [51] Monitor mode refers to a provision in the IEEE 802.11 standard for auditing and design purposes, [60] in which a wireless card can capture packets in air range. [61] It is able to detect potential programs that could interfere with proper operation and kill them.[ citation needed ]
airodump-ng is a packet sniffer. [51] It can store information in various formats, making it compatible with software other than the aircrack-ng suite. It supports channel-hopping. [62]
airserv-ng is a wireless card server, which allows multiple wireless programs to use a card independently. [63]
Virtual tunnel interface creator. Its main uses are monitoring the traffic as an intrusion detection system, and inject arbitrary traffic in a network. [64]
A tool to automatize WEP cracking and logging of WPA handshakes.
easside-ng is an automated tool which attempts connection to a WEP Access Point without knowing the encryption key. It uses the fragmentation attack and a remote server (which can be hosted with the tool buddy-ng) in the attempt to recover an encrypted packet, exploiting the AP which will decrypt it for the attacker. [65]
tkiptun-ng is a WPA/TKIP attack tool developed by Martin Beck.
wesside-ng is a proof of concept based on the tool wesside, originally written by Andrea Bittau to demonstrate his fragmentation attack. It is a tool designed to automate the process of recovering a WEP key. [15]
airdecap-ng decrypts WEP or WPA encrypted capture files with known key. [36] It was formally known as airunwep and 802ether. [35]
airdecloak-ng can remove WEP cloaked frames from pcap files. Cloaking refers to a technique for use by wireless intrusion prevention systems (which rely on WEP encryption) to inject packets encrypted with random keys into the air, in the attempt to make cracking more difficult. [66]
airolib-ng can create a database of pre-computed hash tables by computing the Pairwise Master Keys (PMK) captured during the 4-way handshaking process. [67] In WPA and WPA2, the PMK are derived from the password selected by the user, the SSID name, its length, the number of hashing iterations, and the key length. [68] [6] During the 4-way handshaking process, the PMK is used, among other parameters, to generate a Pairwise Transient Key (PTK), which is used to encrypt data between the client and Access Point. [69] [70]
The hash tables can be reused, provided the SSID is the same. [71] Pre-computed tables for the most common SSIDs are available online. [72]
Performs operations on a directory to search for pcap files and filter out relevant data.
buddy-ng is a tool used in conjunction with the tool easside-ng, running on a remote computer. It is the receiving end that allows a packet decrypted by the access point to be captured. [65]
ivstools can extract initialization vectors from a capture file (.cap).
kstats is a tool for displaying the Fluhrer, Mantin and Shamir attack algorithm votes [note 1] for an IVS dump with a given WEP key.
makeivs-ng is a testing tool used to generate an IVS file with a given WEP key.
packetforge-ng can create and modify packets for injection. It supports packets such as arp requests, UDP, ICMP and custom packets. [73] It was originally written by Martin Beck. [74]
wpaclean reduces the contents of the capture file (generated by airodump-ng) by keeping only what is related to the 4-way handshake and a beacon. The former refers to a cryptographic process that establishes encryption without publicly revealing the key. [75] Meanwhile, the beacon frame is sent by the Access Point to announce its presence and other information to nearby clients. [76] [77]
airventriloquist-ng is a tool that can perform injection on encrypted packets.
Version | Date | Notable changes |
---|---|---|
1.0 | July 29, 2004 | |
1.1 | August 11, 2004 | Implementation of ARP replay attack. |
1.2 | August 17, 2004 | First implementation of KoreK attacks. |
1.3 | August 19, 2004 | |
1.4 | August 26, 2004 | |
2.0 | September 3, 2004 | |
2.0.1 | September 21, 2004 | |
2.0.2 | September 24, 2004 | |
2.1 | October 1, 2004 | Added support for longer WEP keys (256 and 512 bit). |
2.2-beta1 | June 22, 2005 | Chopchop attack is implemented. WPA-PSK support is added. |
2.2-beta2 | June 27, 2005 | The aireplay tool implements automated replay, deauthentication attacks, and fake authentication. |
2.2-beta3 | June 28, 2005 | |
2.2-beta4 | July 3, 2005 | |
2.2-beta5 | July 10, 2005 | WPA2 support is added. |
2.2-beta6 | July 12, 2005 | |
2.2-beta7 | July 14, 2005 | |
2.2-beta8 and 2.2-beta9 | July 21, 2005 | |
2.2-beta10 | July 23, 2005 | |
2.2-beta11 | July 27, 2005 | |
2.2-beta12 | July 30, 2005 | |
2.2 | August 3, 2005 | |
2.21 | August 9, 2005 | |
2.22 | August 14, 2005 | |
2.23 | August 28, 2005 | |
2.4 | November 12, 2005 | |
2.41 | November 22, 2005 |
Version | Date | Notable changes |
---|---|---|
0.1 | Unknown | Forked from aircrack 2.41. |
0.2 | March 19, 2006 | |
0.2.1 | March 20, 2006 | |
0.3 | March 30, 2006 | The tool ivstools is introduced, merged from two other software. |
0.4 | April 16, 2006 | |
0.4.1 | April 19, 2006 | |
0.4.2 | April 20, 2006 | |
0.4.3 and 0.4.4 | April 24, 2006 | |
0.5 | May 5, 2006 | Further optimization of the Chopchop code. |
0.6 | June 23, 2006 | |
0.6.1 | August 27, 2006 | |
0.6.2 | October 1, 2006 | packetforge-ng is introduced. |
0.7 | January 20, 2007 | |
0.8 | April 25, 2007 | |
0.9 | April 13, 2007 | First implementation of PTW attack. |
0.9.1 | June 25, 2007 | |
1.0-beta1 | October 1, 2007 | PTW attack supersedes KoreK attack as the default. The tools airdriver-ng, wesside-ng, easside-ng, buddy-ng, airserv-ng and airolib-ng are introduced. |
1.0-beta2 | February 1, 2008 | Reduced number of packets needed for WPA attacks. |
0.9.2 | February 5, 2008 | |
0.9.3 | February 24, 2008 | |
1.0-rc1 | June 9, 2008 | airbase-ng is introduced. Caffe latte and CFrag attacks are implemented. |
1.0-rc2 | January 22, 2009 | tkip-tun is introduced. |
1.0-rc3 | March 26, 2009 | |
1.0-rc4 | July 27, 2009 | |
1.0 | September 8, 2009 | |
1.1 | April 24, 2010 | airdrop-ng is introduced. |
1.2-beta1 | May 25, 2013 | wpaclean is introduced. Migration mode attack is added in aireplay-ng. |
1.2-beta2 | November 30, 2013 | |
1.2-beta3 | March 31, 2014 | |
1.2-rc1 | October 31, 2014 | |
1.2-rc2 | April 10, 2015 | |
1.2-rc3 | November 21, 2015 | |
1.2-rc4 | February 14, 2016 | |
1.2-rc5 | April 3, 2018 | airventriloquist-ng is introduced. |
1.2 | April 15, 2018 | |
1.3 | July 10, 2018 | |
1.4 | September 29, 2018 | |
1.5.2 | December 9, 2018 | |
1.6 | January 25, 2020 | airodump-ng supports viewing WPA3 networks. |
1.7 | May 10, 2022 |
IEEE 802.11 is part of the IEEE 802 set of local area network (LAN) technical standards, and specifies the set of medium access control (MAC) and physical layer (PHY) protocols for implementing wireless local area network (WLAN) computer communication. The standard and amendments provide the basis for wireless network products using the Wi-Fi brand and are the world's most widely used wireless computer networking standards. IEEE 802.11 is used in most home and office networks to allow laptops, printers, smartphones, and other devices to communicate with each other and access the Internet without connecting wires. IEEE 802.11 is also a basis for vehicle-based communication networks with IEEE 802.11p.
In cryptography, RC4 is a stream cipher. While it is remarkable for its simplicity and speed in software, multiple vulnerabilities have been discovered in RC4, rendering it insecure. It is especially vulnerable when the beginning of the output keystream is not discarded, or when nonrandom or related keys are used. Particularly problematic uses of RC4 have led to very insecure protocols such as WEP.
Wi-Fi is a family of wireless network protocols based on the IEEE 802.11 family of standards, which are commonly used for local area networking of devices and Internet access, allowing nearby digital devices to exchange data by radio waves. These are the most widely used computer networks, used globally in home and small office networks to link devices and to provide Internet access with wireless routers and wireless access points in public places such as coffee shops, hotels, libraries, and airports.
A wireless gateway routes packets from a wireless LAN to another network, wired or wireless WAN. It may be implemented as software or hardware or a combination of both. Wireless gateways combine the functions of a wireless access point, a router, and often provide firewall functions as well. They provide network address translation (NAT) functionality, so multiple users can use the internet with a single public IP. It also acts like a dynamic host configuration protocol (DHCP) to assign IPs automatically to devices connected to the network.
Wired Equivalent Privacy (WEP) is a severely flawed security algorithm for 802.11 wireless networks. Introduced as part of the original IEEE 802.11 standard ratified in 1997, its intention was to provide data confidentiality comparable to that of a traditional wired network. WEP, recognizable by its key of 10 or 26 hexadecimal digits, was at one time widely used, and was often the first security choice presented to users by router configuration tools.
Wi-Fi Protected Access (WPA), Wi-Fi Protected Access 2 (WPA2), and Wi-Fi Protected Access 3 (WPA3) are the three security certification programs developed after 2000 by the Wi-Fi Alliance to secure wireless computer networks. The Alliance defined these in response to serious weaknesses researchers had found in the previous system, Wired Equivalent Privacy (WEP).
IEEE 802.11i-2004, or 802.11i for short, is an amendment to the original IEEE 802.11, implemented as Wi-Fi Protected Access II (WPA2). The draft standard was ratified on 24 June 2004. This standard specifies security mechanisms for wireless networks, replacing the short Authentication and privacy clause of the original standard with a detailed Security clause. In the process, the amendment deprecated broken Wired Equivalent Privacy (WEP), while it was later incorporated into the published IEEE 802.11-2007 standard.
Temporal Key Integrity Protocol is a security protocol used in the IEEE 802.11 wireless networking standard. TKIP was designed by the IEEE 802.11i task group and the Wi-Fi Alliance as an interim solution to replace WEP without requiring the replacement of legacy hardware. This was necessary because the breaking of WEP had left Wi-Fi networks without viable link-layer security, and a solution was required for already deployed hardware. However, TKIP itself is no longer considered secure, and was deprecated in the 2012 revision of the 802.11 standard.
Counter Mode Cipher Block Chaining Message Authentication Code Protocol or CCM mode Protocol (CCMP) is an encryption protocol designed for Wireless LAN products that implements the standards of the IEEE 802.11i amendment to the original IEEE 802.11 standard. CCMP is an enhanced data cryptographic encapsulation mechanism designed for data confidentiality and based upon the Counter Mode with CBC-MAC of the Advanced Encryption Standard (AES) standard. It was created to address the vulnerabilities presented by Wired Equivalent Privacy (WEP), a dated, insecure protocol.
A wireless distribution system (WDS) is a system enabling the wireless interconnection of access points in an IEEE 802.11 network. It allows a wireless network to be expanded using multiple access points without the traditional requirement for a wired backbone to link them. The notable advantage of WDS over other solutions is that it preserves the MAC addresses of client frames across links between access points.
IEEE 802.11r-2008 or fast BSS transition (FT), is an amendment to the IEEE 802.11 standard to permit continuous connectivity aboard wireless devices in motion, with fast and secure client transitions from one Basic Service Set to another performed in a nearly seamless manner. It was published on July 15, 2008. IEEE 802.11r-2008 was rolled up into 802.11-2012. The terms handoff and roaming are often used, although 802.11 transition is not a true handoff/roaming process in the cellular sense, where the process is coordinated by the base station and is generally uninterrupted.
In cryptography, a related-key attack is any form of cryptanalysis where the attacker can observe the operation of a cipher under several different keys whose values are initially unknown, but where some mathematical relationship connecting the keys is known to the attacker. For example, the attacker might know that the last 80 bits of the keys are always the same, even though they don't know, at first, what the bits are.
Extensible Authentication Protocol (EAP) is an authentication framework frequently used in network and internet connections. It is defined in RFC 3748, which made RFC 2284 obsolete, and is updated by RFC 5247. EAP is an authentication framework for providing the transport and usage of material and parameters generated by EAP methods. There are many methods defined by RFCs, and a number of vendor-specific methods and new proposals exist. EAP is not a wire protocol; instead it only defines the information from the interface and the formats. Each protocol that uses EAP defines a way to encapsulate by the user EAP messages within that protocol's messages.
Wireless security is the prevention of unauthorized access or damage to computers or data using wireless networks, which include Wi-Fi networks. The term may also refer to the protection of the wireless network itself from adversaries seeking to damage the confidentiality, integrity, or availability of the network. The most common type is Wi-Fi security, which includes Wired Equivalent Privacy (WEP) and Wi-Fi Protected Access (WPA). WEP is an old IEEE 802.11 standard from 1997. It is a notoriously weak security standard: the password it uses can often be cracked in a few minutes with a basic laptop computer and widely available software tools. WEP was superseded in 2003 by WPA, a quick alternative at the time to improve security over WEP. The current standard is WPA2; some hardware cannot support WPA2 without firmware upgrade or replacement. WPA2 uses an encryption device that encrypts the network with a 256-bit key; the longer key length improves security over WEP. Enterprises often enforce security using a certificate-based system to authenticate the connecting device, following the standard 802.11X.
wpa_supplicant is a free software implementation of an IEEE 802.11i supplicant for Linux, FreeBSD, NetBSD, QNX, AROS, Microsoft Windows, Solaris, OS/2 and Haiku. In addition to being a WPA3 and WPA2 supplicant, it also implements WPA and older wireless LAN security protocols.
In cryptography, a pre-shared key (PSK) is a shared secret which was previously shared between the two parties using some secure channel before it needs to be used.
IEEE 802.1AE is a network security standard that operates at the medium access control layer and defines connectionless data confidentiality and integrity for media access independent protocols. It is standardized by the IEEE 802.1 working group.
A Wi-Fi deauthentication attack is a type of denial-of-service attack that targets communication between a user and a Wi-Fi wireless access point.
KRACK is a replay attack on the Wi-Fi Protected Access protocol that secures Wi-Fi connections. It was discovered in 2016 by the Belgian researchers Mathy Vanhoef and Frank Piessens of the University of Leuven. Vanhoef's research group published details of the attack in October 2017. By repeatedly resetting the nonce transmitted in the third step of the WPA2 handshake, an attacker can gradually match encrypted packets seen before and learn the full keychain used to encrypt the traffic.
In cryptography, Simultaneous Authentication of Equals (SAE) is a password-based authentication and password-authenticated key agreement method.