# Multi-factor authentication

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Multi-factor_authentication
> Markdown URL: https://mediated.wiki/source/Multi-factor_authentication.md
> Source: https://en.wikipedia.org/wiki/Multi-factor_authentication
> Source revision: 1354458671
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

Method of computer access control

"Two-factor authentication" redirects here. For two-factor authentication on Wikipedia, see [Help:Two-factor authentication](https://en.wikipedia.org/wiki/Help:Two-factor_authentication).

Various hardware [security tokens](/source/Security_token). On the left and the middle two variants of the [YubiKey](/source/YubiKey) and on the right a [FIDO](/source/FIDO_Alliance) token from [Feitian Technologies](https://en.wikipedia.org/w/index.php?title=Feitian_Technologies&action=edit&redlink=1) [[de](https://de.wikipedia.org/wiki/Feitian_Technologies)]

**Multi-factor authentication** (**MFA),** also known as **two-factor authentication** (**2FA**), is an [electronic authentication](/source/Electronic_authentication) method in which a user is granted access to a [website](/source/Website) or [application](/source/Application_software) only after successfully presenting two or more distinct types of evidence (or [factors](/source/Authentication#Authentication_factors)) to an [authentication](/source/Authentication) mechanism. MFA protects [personal data](/source/Personal_data)—which may include personal identification or [financial assets](/source/Financial_asset)—from being accessed by an unauthorized third party that may have been able to discover, for example, a single [password](/source/Password).

Usage of MFA has increased in recent years. Security issues which can cause the bypass of MFA are [fatigue attacks](#Fatigue_attack), [phishing](/source/Phishing) and [SIM swapping](/source/SIM_swap_scam).[1]

Accounts with MFA enabled are significantly less likely to be compromised.[2]

## Authentication factors

Authentication takes place when someone tries to [log into](/source/Log_into) a computer resource (such as a [computer network](/source/Computer_network), device, or application). The resource requires the user to supply the [identity](/source/Identity_and_access_management) by which the user is known to the resource, along with evidence of the authenticity of the user's claim to that identity. Simple authentication requires only one such piece of evidence (factor), typically a password, or occasionally multiple pieces of evidence all of the same type, as with a credit card number and a [card verification code](/source/Card_verification_code) (CVC). For additional security, the resource may require more than one factor—multi-factor authentication, or two-factor authentication in cases where exactly two types of evidence are to be supplied.[3]

The use of multiple authentication factors to prove one's identity is based on the premise that an unauthorized actor is unlikely to be able to supply all of the factors required for access. If, in an authentication attempt, at least one of the components is missing or supplied incorrectly, the user's identity is not established with sufficient certainty and access to the asset (e.g., a building, or data) being protected by multi-factor authentication then remains blocked. The authentication factors of a multi-factor authentication scheme may include:[4]

- Something the user has: Any physical object in the possession of the user, such as a [security token](/source/Security_token) ([USB stick](/source/USB_flash_drive)), a [bank card](/source/Bank_card), a key, a phone that can be reached at a certain number, etc.

- Something the user knows: Certain knowledge only known to the user, such as a [password](/source/Password), [PIN](/source/Personal_identification_number), [PUK](/source/Personal_unblocking_key), etc.

- Something the user is: Some physical characteristic of the user ([biometrics](/source/Biometrics)), such as a [fingerprint](/source/Fingerprint), eye iris, voice, [typing speed](/source/Keystroke_dynamics), pattern in key press intervals, etc.

An example of two-factor authentication is the withdrawing of money from an [ATM](/source/Automated_teller_machine); only the correct combination of a physically present [bank card](/source/Bank_card) (something the user possesses) and a PIN (something the user knows) allows the transaction to be carried out. Two other examples are to supplement a user-controlled password with a [one-time password](/source/One-time_password) (OTP) or code generated or received by an [authenticator](/source/Authenticator) (e.g. a [security token](/source/Security_token) or [smartphone](/source/Smartphone)) that only the user possesses.[5]

An [authenticator](/source/Authenticator) app enables two-factor authentication in a different way, by showing a randomly generated and constantly refreshing code, rather than sending an [SMS](/source/SMS) or using another method.[6] This code is a [Time-based one-time password](/source/Time-based_one-time_password) (a *TOTP*), and the authenticator app contains the key material that allows the generation of these codes.

### Knowledge

Main article: [knowledge-based authentication](/source/Knowledge-based_authentication)

Knowledge factors ("something only the user knows") are a form of authentication. In this form, the user is required to prove knowledge of a secret in order to authenticate.

A password is a secret word or string of characters that is used for user authentication. This is the most commonly used mechanism of authentication.[4] Many multi-factor authentication techniques rely on passwords as one factor of authentication. Variations include both longer ones formed from multiple words (a [passphrase](/source/Passphrase)) and the shorter, purely numeric, PIN commonly used for [ATM](/source/Automated_teller_machine) access. Traditionally, passwords are expected to be [memorized](/source/Memory), but can also be written down on a hidden paper or text file.

### Possession

[RSA SecurID](/source/RSA_SecurID) token, an example of a disconnected token generator

Possession factors ("something only the user has") have been used for authentication for centuries, in the form of a key to a lock. The basic principle is that the key embodies a secret that is shared between the lock and the key, and the same principle underlies possession factor authentication in computer systems. A [security token](/source/Security_token) is an example of a possession factor.

*Disconnected tokens* have no connections to the client computer. They typically use a built-in screen to display the generated authentication data, which is manually typed in by the user. This type of token mostly uses a [One-time password](/source/One-time_password) that can only be used for that specific session.[7]

A USB security token

*Connected tokens* are devices that are *physically* connected to the computer to be used. Those devices transmit data automatically.[8] There are a number of different types, including USB tokens, [smart cards](/source/Smart_card) and [wireless tags](/source/RFID).[8] Increasingly, [FIDO2](/source/FIDO2) capable tokens, supported by the [FIDO Alliance](/source/FIDO_Alliance) and the [World Wide Web Consortium](/source/World_Wide_Web_Consortium) (W3C), have become popular, with mainstream browser support beginning in 2015.

A [software token](/source/Software_token) (a.k.a. *soft token*) is a type of two-factor authentication security device that may be used to authorize the use of computer services. Software tokens are stored on a general-purpose electronic device such as a [desktop computer](/source/Desktop_computer), [laptop](/source/Laptop), [PDA](/source/Personal_digital_assistant), or [mobile phone](/source/Mobile_phone) and can be duplicated – contrast [hardware tokens](/source/Hardware_token), where the credentials are stored on a dedicated hardware device and therefore cannot be duplicated, absent physical invasion of the device. A soft token may not be a device the user interacts with. Typically an X.509v3 certificate is loaded onto the device and stored securely to serve this purpose.[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*]

Multi-factor authentication can also be applied in physical security systems, where it is typically deployed through the use, firstly, of a physical possession (such as a fob, [keycard](/source/Keycard_lock), or [QR-code](/source/QR_code) displayed on a device) which acts as the identification credential, and secondly, a validation of one's identity such as facial biometrics or retinal scan (facial verification or facial authentication), or a PIN.

### Inherent

Inherent factors ("something the user is"), are factors associated with the user, and are usually [biometric](/source/Biometrics) methods, including [fingerprint](/source/Fingerprint), [face](/source/Face_recognition),[9] [voice](/source/Speaker_recognition), or [iris](/source/Iris_recognition) recognition. Behavioral biometrics such as [keystroke dynamics](/source/Keystroke_dynamics) can also be used.

### Location

Increasingly, a fourth factor is coming into play involving the physical location of the user. While hard wired to the corporate network, a user could be allowed to login using only a pin code, whereas if the user was working remotely, a more secure MFA method such as entering a code from a soft token as well could be required. Adapting the type of MFA method and frequency to a users' location will enable the avoidance of risks common to remote working.[10]

Systems for network admission control work in similar ways where the level of network access can be contingent on the specific network a device is connected to, such as [Wi-Fi](/source/Wi-Fi) vs wired connectivity. This also allows a user to move between offices and dynamically receive the same level of network access[*[clarification needed](https://en.wikipedia.org/wiki/Wikipedia:Please_clarify)*] in each.[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*]

## Mobile phone-based authentication

Example of mobile phone-based authentication showing one-time passwords

Two-factor authentication over text message was developed as early as 1996, when AT&T described a system for authorizing transactions based on an exchange of codes over two-way pagers.[11][12]

Many multi-factor authentication vendors offer mobile phone-based authentication. Some methods include push-based authentication, [QR code](/source/QR_code)-based authentication, one-time password authentication (event-based and time-based), and SMS-based verification. SMS-based verification suffers from some security concerns. Phones can be cloned, apps can run on several phones and cell-phone maintenance personnel can read SMS texts. Not least, cell phones can be compromised in general, meaning the phone is no longer something only the user has.

The major drawback of authentication including something the user possesses is that the user must carry around the physical token (the USB stick, the bank card, the key or similar), practically at all times. Loss and theft are risks. Many organizations forbid carrying USB and electronic devices in or out of premises owing to [malware](/source/Malware) and data theft risks, and most important machines do not have USB ports for the same reason. Physical tokens usually do not scale, typically requiring a new token for each new account and system. Procuring and subsequently replacing tokens of this kind involves costs. In addition, there are inherent conflicts and unavoidable trade-offs between usability and security.[13]

Two-step authentication involving [mobile phones](/source/Mobile_phone) and [smartphones](/source/Smartphone) provides an alternative to dedicated physical devices. To authenticate, people can use their personal access codes to the device (i.e. something that only the individual user knows) plus a one-time-valid, dynamic passcode, typically consisting of 4 to 6 digits. The passcode can be sent to their mobile device[3] by [SMS](/source/SMS) or can be generated by a one-time passcode-generator app. In both cases, the advantage of using a mobile phone is that there is no need for an additional dedicated token, as users tend to carry their [mobile devices](/source/Mobile_device) around at all times.

Notwithstanding the popularity of SMS verification, security advocates have publicly criticized SMS verification,[14] and in July 2016, a United States [NIST](/source/National_Institute_of_Standards_and_Technology) draft guideline proposed deprecating it as a form of authentication.[15] A year later NIST reinstated SMS verification as a valid authentication channel in the finalized guideline.[16]

As early as 2011, Duo Security was offering [push notifications](/source/Push_technology) for MFA via a mobile app.[17] In 2016 and 2017 respectively, both Google and Apple started offering user two-step authentication with push notifications[4] as an alternative method.[18][19]

Security of SMS-delivered security tokens fully depends on the mobile operator's operational security and can be easily breached by wiretapping or [SIM cloning](/source/SIM_cloning) by national security agencies.[20]

**Advantages:**

- No additional tokens are necessary because it uses mobile devices that are (usually) carried all the time.

- As they are constantly changed, dynamically generated passcodes are safer to use than fixed (static) log-in information.

- Depending on the solution, passcodes that have been used are automatically replaced in order to ensure that a valid code is always available, transmission/reception problems do not, therefore, prevent logins.

**Disadvantages:**

- Users may still be susceptible to phishing attacks. An attacker can send a text message that links to a [spoofed website](/source/Spoofed_URL) that looks identical to the actual website. The attacker can then get the authentication code, user name and password.[21]

- A mobile phone is not always available—it can be lost, stolen, have a dead battery, or otherwise not work. In particular, lost devices unrelated to a security incident is a major weakness of mass-adoption (in comparison with a lost device and not using MFA.) Answers to solve this weakness often introduce further complexities to MFA adoption.

- Despite their growing popularity, some users may not even own a mobile device, and take umbrage at being required to own one as a condition of using some service on their home PC.

- Mobile phone reception is not always available—large areas, particularly outside of towns, lack coverage.

- [SIM cloning](/source/SIM_cloning) gives hackers access to mobile phone connections. [Social-engineering](/source/Social_engineering_(security)) attacks against mobile-operator companies have resulted in the handing over of duplicate SIM cards to criminals.[22]

- Text messages to mobile phones using [SMS](/source/Short_Message_Service) are insecure and can be intercepted by [IMSI-catchers](/source/IMSI-catcher). Thus third parties can steal and use the token.[23]

- Account recovery typically bypasses mobile-phone two-factor authentication.[3][*[failed verification](https://en.wikipedia.org/wiki/Wikipedia:Verifiability)*]

- Modern smartphones are used both for receiving email and SMS. So if the phone is lost or stolen and is not protected by a password or biometric, all accounts for which the email is the key can be taken over as the phone can receive the second factor.

- Mobile carriers may charge the user messaging fees.

## Legislation and regulation

The [Payment Card Industry (PCI)](/source/Payment_card_industry) Data Security Standard, requirement 8.3, requires the use of MFA for all remote network access that originates from outside the network to a Card Data Environment (CDE).[24] Beginning with PCI-DSS version 3.2, the use of MFA is required for all administrative access to the CDE, even if the user is within a trusted network.

### European Union

The second [Payment Services Directive](/source/Payment_Services_Directive) requires "[strong customer authentication](/source/Strong_customer_authentication)" on most electronic payments in the [European Economic Area](/source/European_Economic_Area) since September 14, 2019.[25]

### India

In India, the [Reserve Bank of India](/source/Reserve_Bank_of_India) mandated two-factor authentication for all online transactions made using a debit or credit card using either a password or a one-time password sent over [SMS](/source/Short_messaging_service). This requirement was removed in 2016 for transactions up to ₹2,000 after opting-in with the issuing bank.[26] Vendors such as [Uber](/source/Uber) have been mandated by the bank to amend their payment processing systems in compliance with this two-factor authentication rollout.[27][28][29]

### United States

Details for authentication for federal employees and contractors in the U.S. are defined in Homeland Security Presidential Directive 12 (HSPD-12).[30]

IT regulatory standards for access to federal government systems require the use of multi-factor authentication to access sensitive IT resources, for example when logging on to network devices to perform administrative tasks[31] and when accessing any computer using a privileged login.[32]

[NIST](/source/NIST) Special Publication 800-63-3 discusses various forms of two-factor authentication and provides guidance on using them in business processes requiring different levels of assurance.[33]

In 2005, the United States' [Federal Financial Institutions Examination Council](/source/Federal_Financial_Institutions_Examination_Council) issued guidance for financial institutions recommending financial institutions conduct risk-based assessments, evaluate customer awareness programs, and develop security measures to reliably authenticate customers remotely accessing [online financial services](/source/Online_banking), officially recommending the use of authentication methods that depend on more than one factor (specifically, what a user knows, has, and is) to determine the user's identity.[34] In response to the publication, numerous authentication vendors began improperly promoting challenge-questions, secret images, and other knowledge-based methods as "multi-factor" authentication. Due to the resulting confusion and widespread adoption of such methods, on August 15, 2006, the FFIEC published supplemental guidelines—which state that by definition, a "true" multi-factor authentication system must use distinct instances of the three factors of authentication it had defined, and not just use multiple instances of a single factor.[35]

Considering the reliability of the method, in some countries, MFA is obligatory in certain industries, such as healthcare, to prevent the theft of sensitive information. For example, in the United States, both the [California Consumer Privacy Act (CCPA)](/source/California_Consumer_Privacy_Act) and the [Health Insurance Portability and Accountability Act (HIPAA)](/source/Health_Insurance_Portability_and_Accountability_Act) establish standards for protecting personal and medical data, including provisions that support the implementation of multi-factor authentication to ensure secure access and regulatory compliance.

In the healthcare sector, the [Health Insurance Portability and Accountability Act](/source/Health_Insurance_Portability_and_Accountability_Act) (HIPAA) Security Rule has historically listed access controls as a required implementation specification but did not explicitly mandate multi-factor authentication. The HHS Office for Civil Rights noted in enforcement guidance that the lack of MFA was a contributing factor in multiple healthcare data breaches investigated under HIPAA.[36] In December 2024, HHS published a [Notice of Proposed Rulemaking](/source/Notice_of_Proposed_Rulemaking) that would make multi-factor authentication a mandatory requirement for all HIPAA-regulated entities accessing electronic protected health information.[37]

## Security weaknesses

According to proponents, multi-factor authentication could drastically reduce the incidence of online [identity theft](/source/Identity_theft) and other online [fraud](/source/Fraud), because the victim's password would no longer be enough to give a thief permanent access to their information. However, many multi-factor authentication approaches remain vulnerable to [phishing](/source/Phishing),[38] [39] [man-in-the-browser](/source/Man-in-the-browser), and [man-in-the-middle attacks](/source/Man-in-the-middle_attack).[40] To counter phishing attacks, users should not share their verification codes with anyone,[41] and many web application providers will place an advisory in an e-mail or SMS containing a code.[42][*[clarification needed](https://en.wikipedia.org/wiki/Wikipedia:Please_clarify)*]

In May 2017, [O2 Telefónica](/source/Telef%C3%B3nica_Germany), a German mobile service provider, confirmed that cybercriminals had exploited [SS7](/source/Signalling_System_No._7) vulnerabilities to bypass SMS based two-step authentication to do unauthorized withdrawals from users' bank accounts. The criminals first [infected](/source/Trojan_horse_(computing)) the account holder's computers in an attempt to steal their bank account credentials and phone numbers. Then the attackers purchased access to a fake telecom provider and set up a redirect for the victim's phone number to a handset controlled by them. Finally, the attackers logged into victims' online bank accounts and requested for the money on the accounts to be withdrawn to accounts owned by the criminals. SMS passcodes were routed to phone numbers controlled by the attackers and the criminals transferred the money out.[43]

### Fatigue attack

An increasingly common approach to defeating MFA is to bombard the user with many requests to accept a log-in, until the user eventually succumbs to the volume of requests and by mistake accepts one.[44] This form of [social engineering](/source/Social_engineering_(security)) is called *multi-factor authentication fatigue attack* (also MFA fatigue attack or MFA bombing), and may include other elements, such as calls pretending to be from IT support.[45][46][47] When MFA applications are configured to send push notifications to end users, an attacker can send a flood of login attempts in the hope that a user will click on accept at least once.[45]

In 2022, [Microsoft](/source/Microsoft) deployed a mitigation against MFA fatigue attacks with their authenticator app, by optionally requiring the user to type in a number in addition to clicking "approve".[48]

In September 2022 [Uber](/source/Uber) security was breached by a member of [Lapsus$](/source/Lapsus%24) using a multi-factor fatigue attack.[49][50] In early 2024, a small percentage of [Apple](/source/Apple_Inc.) consumers experienced a MFA fatigue attack that was caused by a hacker that bypassed the rate limit and [Captcha](/source/CAPTCHA) on Apple’s “Forgot Password” page.

## Implementation

Many multi-factor authentication products require users to deploy [client](/source/Client_(computing)) [software](/source/Software) to make multi-factor authentication systems work. Some vendors have created separate installation packages for [network](/source/Computer_network) login, [Web](/source/WWW) access [credentials](/source/Credential), and [VPN](/source/VPN) connection [credentials](/source/Credential). For such products, there may be four or five different [software](/source/Software) packages to push down to the [client](/source/Client_(computing)) PC in order to make use of the [token](/source/Security_token) or [smart card](/source/Smart_card). This translates to four or five packages on which version control has to be performed, and four or five packages to check for conflicts with business applications. If access can be operated using [web pages](/source/Web_page), it is possible to limit the overheads outlined above to a single application. With other multi-factor authentication technology such as hardware token products, no software must be installed by end-users.[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*] Some studies have shown that poorly implemented MFA recovery procedures can introduce new vulnerabilities that attackers may exploit.[51]

There are drawbacks to multi-factor authentication that are keeping many approaches from becoming widespread. Some users have difficulty keeping track of a hardware token or USB plug. Many users do not have the technical skills needed to install a client-side software certificate by themselves. Generally, multi-factor solutions require additional investment for implementation and costs for maintenance. Most hardware token-based systems are proprietary, and some vendors charge an annual fee per user. Deployment of [hardware tokens](/source/Security_token) is logistically challenging. Hardware [tokens](/source/Security_token) may get damaged or lost, and issuance of [tokens](/source/Security_token) in large industries such as banking or even within large enterprises needs to be managed. In addition to deployment costs, multi-factor authentication often carries significant additional support costs.[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*] A 2008 survey[52] of over 120 [U.S. credit unions](/source/Credit_unions_in_the_United_States) by the *Credit Union Journal* reported on the support costs associated with two-factor authentication. In their report, software certificates and software toolbar approaches[*[clarification needed](https://en.wikipedia.org/wiki/Wikipedia:Please_clarify)*] were reported to have the highest support costs.

Research into deployments of multi-factor authentication schemes[53] has shown that one of the elements that tend to impact the adoption of such systems is the line of business of the organization that deploys the multi-factor authentication system. Examples cited include the U.S. government, which employs an elaborate system of physical tokens (which themselves are backed by robust [Public Key Infrastructure](/source/Public_key_infrastructure)), as well as private banks, which tend to prefer multi-factor authentication schemes for their customers that involve more accessible, less expensive means of identity verification, such as an app installed onto a customer-owned smartphone. Despite the variations that exist among available systems that organizations may have to choose from, once a multi-factor authentication system is deployed within an organization, it tends to remain in place, as users invariably acclimate to the presence and use of the system and embrace it over time as a normalized element of their daily process of interaction with their relevant information system.

While the perception is that multi-factor authentication is within the realm of perfect security, Roger Grimes writes[54] that if not properly implemented and configured, multi-factor authentication can in fact be easily defeated.

## History

An older [RSA SecurID](/source/RSA_SecurID) model

In 2013, [Kim Dotcom](/source/Kim_Dotcom) claimed to have invented two-factor authentication in a 2000 patent,[55] and briefly threatened to sue all the major web services. However, the European Patent Office revoked his patent[56] in light of an earlier 1998 U.S. patent held by AT&T.[57]

## See also

- [Authentication factors](/source/Authentication#Authentication_factors)

- [Electronic authentication](/source/Electronic_authentication)

- [Identity management](/source/Identity_management)

- [Multi-party authorization](/source/Multi-party_authorization)

- [Mutual authentication](/source/Mutual_authentication)

- [Out-of-band](/source/Out-of-band)

- [Reliance authentication](/source/Reliance_authentication)

- [Universal 2nd Factor](/source/Universal_2nd_Factor)

- [Identity threat detection and response](/source/Identity_threat_detection_and_response)

## References

1. **[^](#cite_ref-1)** Russell, Steve (2023-02-22). ["Bypassing Multi-Factor Authentication"](https://doi.org/10.1093/combul/bwad023). *ITNOW*. **65** (1): 42–45. [doi](/source/Doi_(identifier)):[10.1093/combul/bwad023](https://doi.org/10.1093%2Fcombul%2Fbwad023). [ISSN](/source/ISSN_(identifier)) [1746-5702](https://search.worldcat.org/issn/1746-5702).

1. **[^](#cite_ref-2)** Meyer, L. A.; Romero, S.; Bertoli, G.; Burt, T.; Weinert, A.; Ferres, J. L. (2023). "How effective is multifactor authentication at deterring cyberattacks?". [arXiv](/source/ArXiv_(identifier)):[2305.00945](https://arxiv.org/abs/2305.00945) [[cs.CR](https://arxiv.org/archive/cs.CR)].

1. ^ [***a***](#cite_ref-Note1_3-0) [***b***](#cite_ref-Note1_3-1) [***c***](#cite_ref-Note1_3-2) ["Two-factor authentication: What you need to know (FAQ) – CNET"](https://www.cnet.com/news/two-factor-authentication-what-you-need-to-know-faq). *CNET*. [Archived](https://web.archive.org/web/20200212001256/https://www.cnet.com/news/two-factor-authentication-what-you-need-to-know-faq/) from the original on 2020-02-12. Retrieved 2015-10-31.

1. ^ [***a***](#cite_ref-:2_4-0) [***b***](#cite_ref-:2_4-1) [***c***](#cite_ref-:2_4-2) Jacomme, Charlie; Kremer, Steve (February 1, 2021). ["An Extensive Formal Analysis of Multi-factor Authentication Protocols"](https://dl.acm.org/doi/10.1145/3440712). *ACM Transactions on Privacy and Security*. **24** (2). New York City: Association for Computing Machinery: 1–34. [doi](/source/Doi_(identifier)):[10.1145/3440712](https://doi.org/10.1145%2F3440712). [ISSN](/source/ISSN_(identifier)) [2471-2566](https://search.worldcat.org/issn/2471-2566). [S2CID](/source/S2CID_(identifier)) [231791299](https://api.semanticscholar.org/CorpusID:231791299). [Archived](https://web.archive.org/web/20230803191601/https://dl.acm.org/doi/10.1145/3440712) from the original on August 3, 2023. Retrieved February 27, 2021.

1. **[^](#cite_ref-5)** kaitlin.boeckl@nist.gov (2016-06-28). ["Back to basics: Multi-factor authentication (MFA)"](https://web.archive.org/web/20210406235123/https://www.nist.gov/itl/applied-cybersecurity/tig/back-basics-multi-factor-authentication). *NIST*. Archived from [the original](https://www.nist.gov/itl/applied-cybersecurity/tig/back-basics-multi-factor-authentication) on 2021-04-06. Retrieved 2021-04-06.

1. **[^](#cite_ref-6)** Barrett, Brian (July 22, 2018). ["How to Secure Your Accounts With Better Two-Factor Authentication"](https://www.wired.com/story/two-factor-authentication-apps-authy-google-authenticator/). *[Wired](/source/Wired_(magazine))*. [Archived](https://web.archive.org/web/20200907154148/https://www.wired.com/story/two-factor-authentication-apps-authy-google-authenticator/) from the original on 7 September 2020. Retrieved 12 September 2020.

1. **[^](#cite_ref-7)** ["Configuring One-Time Passwords"](https://www.sonicwall.com/support/knowledge-base/configuring-one-time-passwords/170505594681886/). *www.sonicwall.com*. Sonic Wall. [Archived](https://web.archive.org/web/20220119233443/https://www.sonicwall.com/support/knowledge-base/configuring-one-time-passwords/170505594681886/) from the original on 19 January 2022. Retrieved 19 January 2022.

1. ^ [***a***](#cite_ref-:0_8-0) [***b***](#cite_ref-:0_8-1) van Tilborg, Henk C.A.; Jajodia, Sushil, eds. (2011). *Encyclopedia of Cryptography and Security, Volume 1*. Berlin, Germany: [Springer Science & Business Media](/source/Springer_Science_%26_Business_Media). p. 1305. [ISBN](/source/ISBN_(identifier)) [9781441959058](https://en.wikipedia.org/wiki/Special:BookSources/9781441959058).

1. **[^](#cite_ref-9)** Cao, Liling; Ge, Wancheng (2015-03-10). ["Analysis and improvement of a multi-factor biometric authentication scheme: Analysis and improvement of a MFBA scheme"](https://onlinelibrary.wiley.com/doi/10.1002/sec.1010). *Security and Communication Networks*. **8** (4): 617–625. [doi](/source/Doi_(identifier)):[10.1002/sec.1010](https://doi.org/10.1002%2Fsec.1010). [Archived](https://web.archive.org/web/20221125023224/https://onlinelibrary.wiley.com/doi/10.1002/sec.1010) from the original on 2022-11-25. Retrieved 2022-03-20.

1. **[^](#cite_ref-10)** ["11 Tips for Protecting Active Directory While Working from Home"](https://www.darkreading.com/cyberattacks-data-breaches/11-tips-for-protecting-active-directory-while-working-from-home). *www.darkreading.com*. [Archived](https://web.archive.org/web/20240829090145/https://www.darkreading.com/cyberattacks-data-breaches/11-tips-for-protecting-active-directory-while-working-from-home) from the original on 2024-08-29. Retrieved 2024-08-29.

1. **[^](#cite_ref-11)** ["Does Kim Dotcom have original 'two-factor' login patent?"](https://www.theguardian.com/technology/2013/may/23/kim-dotcom-authentication-patents). *the Guardian*. 2013-05-23. [Archived](https://web.archive.org/web/20221102180549/https://www.theguardian.com/technology/2013/may/23/kim-dotcom-authentication-patents) from the original on 2022-11-02. Retrieved 2022-11-02.

1. **[^](#cite_ref-12)** [EP 0745961](https://worldwide.espacenet.com/textdoc?DB=EPODOC&IDX=EP0745961), "Transaction authorization and alert system", issued 1996-12-04

1. **[^](#cite_ref-13)** Wang, Ding; He, Debiao; Wang, Ping; Chu, Chao-Hsien (2014). ["Anonymous Two-Factor Authentication in Distributed Systems: Certain Goals Are Beyond Attainment"](http://eprint.iacr.org/2014/135.pdf) (PDF). *IEEE Transactions on Dependable and Secure Computing*. Piscataway, New Jersey: [Institute of Electrical and Electronics Engineers](/source/Institute_of_Electrical_and_Electronics_Engineers). [Archived](https://web.archive.org/web/20170517151522/http://eprint.iacr.org/2014/135.pdf) (PDF) from the original on 2017-05-17. Retrieved 2018-03-23.

1. **[^](#cite_ref-14)** Andy Greenberg (2016-06-26). ["So Hey You Should Stop Using Texts For Two-factor Authentication"](https://www.wired.com/2016/06/hey-stop-using-texts-two-factor-authentication/). *Wired*. [Archived](https://web.archive.org/web/20180513081031/https://www.wired.com/2016/06/hey-stop-using-texts-two-factor-authentication/) from the original on 2018-05-13. Retrieved 2018-05-12.

1. **[^](#cite_ref-15)** ["NIST is No Longer Recommending Two-Factor Authentication Using SMS"](https://www.schneier.com/blog/archives/2016/08/nist_is_no_long.html). Schneier on Security. August 3, 2016. [Archived](https://web.archive.org/web/20171201044221/https://www.schneier.com/blog/archives/2016/08/nist_is_no_long.html) from the original on December 1, 2017. Retrieved November 30, 2017.

1. **[^](#cite_ref-16)** ["Rollback! The United States NIST no longer recommends "Deprecating SMS for 2FA""](https://blogs.sap.com/2017/07/06/rollback-the-united-states-nist-no-longer-recommends-deprecating-sms-for-2fa/). July 6, 2017. [Archived](https://web.archive.org/web/20190702143812/https://blogs.sap.com/2017/07/06/rollback-the-united-states-nist-no-longer-recommends-deprecating-sms-for-2fa/) from the original on July 2, 2019. Retrieved May 21, 2019.

1. **[^](#cite_ref-17)** ["Duo Security - Features"](https://web.archive.org/web/20110628231224/http://www.duosecurity.com/features). *Internet Archive*. Archived from [the original](http://www.duosecurity.com/features) on 28 June 2011. Retrieved 28 Jun 2011.

1. **[^](#cite_ref-18)** Tung, Liam. ["Google prompt: You can now just tap 'yes' or 'no' on iOS, Android to approve Gmail sign-in"](https://www.zdnet.com/article/google-prompt-you-can-now-just-tap-yes-or-no-on-ios-android-to-approve-gmail-sign-in/). *ZD Net*. [Archived](https://web.archive.org/web/20170831144657/http://www.zdnet.com/article/google-prompt-you-can-now-just-tap-yes-or-no-on-ios-android-to-approve-gmail-sign-in/) from the original on 31 August 2017. Retrieved 11 September 2017.

1. **[^](#cite_ref-19)** Chance Miller (2017-02-25). ["Apple prompting iOS 10.3"](https://9to5mac.com/2017/02/25/two-factor-authentication-ios-10-3/). *9to5 Mac*. [Archived](https://web.archive.org/web/20170911204522/https://9to5mac.com/2017/02/25/two-factor-authentication-ios-10-3/) from the original on 2017-09-11. Retrieved 11 September 2017.

1. **[^](#cite_ref-bcat20160430_20-0)** ["How Russia Works on Intercepting Messaging Apps – bellingcat"](https://web.archive.org/web/20160430211219/https://www.bellingcat.com/news/2016/04/30/russia-telegram-hack/). *bellingcat*. 2016-04-30. Archived from [the original](https://www.bellingcat.com/news/2016/04/30/russia-telegram-hack/) on 2016-04-30. Retrieved 2016-04-30.

1. **[^](#cite_ref-21)** Kan, Michael (7 March 2019). ["Google: Phishing Attacks That Can Beat Two-Factor Are on the Rise"](https://www.pcmag.com/news/367026/google-phishing-attacks-that-can-beat-two-factor-are-on-the). *PC Mag*. [Archived](https://web.archive.org/web/20190308035745/https://www.pcmag.com/news/367026/google-phishing-attacks-that-can-beat-two-factor-are-on-the) from the original on 8 March 2019. Retrieved 9 September 2019.

1. **[^](#cite_ref-22)** Nichols, Shaun (10 July 2017). ["Two-factor FAIL: Chap gets pwned after 'AT&T falls for hacker tricks'"](https://www.theregister.co.uk/2017/07/10/att_falls_for_hacker_tricks/). *[The Register](/source/The_Register)*. [Archived](https://web.archive.org/web/20170711042926/https://www.theregister.co.uk/2017/07/10/att_falls_for_hacker_tricks/) from the original on 2017-07-11. Retrieved 2017-07-11.

1. **[^](#cite_ref-23)** Toorani, Mohsen; Beheshti, A. (2008). "SSMS - A secure SMS messaging protocol for the m-payment systems". *2008 IEEE Symposium on Computers and Communications*. pp. 700–705. [arXiv](/source/ArXiv_(identifier)):[1002.3171](https://arxiv.org/abs/1002.3171). [doi](/source/Doi_(identifier)):[10.1109/ISCC.2008.4625610](https://doi.org/10.1109%2FISCC.2008.4625610). [ISBN](/source/ISBN_(identifier)) [978-1-4244-2702-4](https://en.wikipedia.org/wiki/Special:BookSources/978-1-4244-2702-4). [S2CID](/source/S2CID_(identifier)) [5066992](https://api.semanticscholar.org/CorpusID:5066992).

1. **[^](#cite_ref-24)** ["Official PCI Security Standards Council Site – Verify PCI Compliance, Download Data Security and Credit Card Security Standards"](https://www.pcisecuritystandards.org/document_library?document=pci_dss). *www.pcisecuritystandards.org*. [Archived](https://web.archive.org/web/20211227115535/https://www.pcisecuritystandards.org/document_library?document=pci_dss) from the original on 2021-12-27. Retrieved 2016-07-25.

1. **[^](#cite_ref-25)** [*Commission Delegated Regulation (EU) 2018/389 of 27 November 2017 supplementing Directive (EU) 2015/2366 of the European Parliament and of the Council with regard to regulatory technical standards for strong customer authentication and common and secure open standards of communication (Text with EEA relevance.)*](http://data.europa.eu/eli/reg_del/2018/389/oj/eng), 2018-03-13, retrieved 2021-04-06

1. **[^](#cite_ref-26)** Karnik, Madhura (7 December 2016). ["Finally, Indians can use credit cards online without painful OTPs—but only for purchases under Rs2,000"](https://qz.com/india/854701/rbi-eases-two-factor-authentication-finally-indians-can-use-credit-cards-online-without-painful-otps-but-only-for-under-rs2000). *Quartz*. [Archived](https://web.archive.org/web/20231210100455/https://qz.com/india/854701/rbi-eases-two-factor-authentication-finally-indians-can-use-credit-cards-online-without-painful-otps-but-only-for-under-rs2000) from the original on 10 December 2023. Retrieved 10 December 2023.

1. **[^](#cite_ref-27)** Agarwal, Surabhi (7 December 2016). ["Payment firms applaud RBI's move to waive off two-factor authentication for small value transactions"](https://economictimes.indiatimes.com/news/economy/policy/payment-firms-applaud-rbis-move-to-waive-off-two-factor-authentication-for-small-value-transactions/articleshow/55856755.cms?from=mdr). *The Economic Times*. [Archived](https://web.archive.org/web/20200914223411/https://economictimes.indiatimes.com/news/economy/policy/payment-firms-applaud-rbis-move-to-waive-off-two-factor-authentication-for-small-value-transactions/articleshow/55856755.cms?from=mdr) from the original on 14 September 2020. Retrieved 28 June 2020.

1. **[^](#cite_ref-28)** Nair, Vishwanath (6 December 2016). ["RBI eases two-factor authentication for online card transactions up to Rs2,000"](https://www.livemint.com/Industry/bJmdHvAuLVC5af1O0NCE0O/RBI-eases-rules-for-online-card-payments-up-to-Rs2000.html). *Livemint*. [Archived](https://web.archive.org/web/20200628202604/https://www.livemint.com/Industry/bJmdHvAuLVC5af1O0NCE0O/RBI-eases-rules-for-online-card-payments-up-to-Rs2000.html) from the original on 28 June 2020. Retrieved 28 June 2020.

1. **[^](#cite_ref-29)** ["Uber now complies with India's two-factor authentication requirement, calls it unnecessary and burdensome"](https://venturebeat.com/2014/11/30/uber-now-complies-with-indias-two-factor-authentication-requirement-calls-it-unnecessary-and-burdensome/). *VentureBeat*. 2014-11-30. [Archived](https://web.archive.org/web/20210905044236/https://venturebeat.com/2014/11/30/uber-now-complies-with-indias-two-factor-authentication-requirement-calls-it-unnecessary-and-burdensome/) from the original on 2021-09-05. Retrieved 2021-09-05.

1. **[^](#cite_ref-30)** ["Homeland Security Presidential Directive 12"](https://web.archive.org/web/20120916062033/http://hspd12.usda.gov/about.html). *Department of Homeland Security*. August 1, 2008. Archived from [the original](https://www.dhs.gov/homeland-security-presidential-directive-12) on September 16, 2012.

1. **[^](#cite_ref-31)** ["SANS Institute, Critical Control 10: Secure Configurations for Network Devices such as Firewalls, Routers, and Switches"](https://web.archive.org/web/20130128051636/http://www.sans.org/critical-security-controls/control.php?id=10). Archived from [the original](http://www.sans.org/critical-security-controls/control.php?id=10) on 2013-01-28. Retrieved 2013-02-11.

1. **[^](#cite_ref-32)** ["SANS Institute, Critical Control 12: Controlled Use of Administrative Privileges"](https://web.archive.org/web/20130128051708/http://www.sans.org/critical-security-controls/control.php?id=12). Archived from [the original](https://www.sans.org/critical-security-controls/control.php?id=12) on 2013-01-28. Retrieved 2013-02-11.

1. **[^](#cite_ref-33)** ["Digital Identity Guidelines"](https://pages.nist.gov/800-63-3/). *NIST Special Publication 800-63-3*. NIST. June 22, 2017. [Archived](https://web.archive.org/web/20171121012229/https://pages.nist.gov/800-63-3/) from the original on November 21, 2017. Retrieved February 2, 2018.

1. **[^](#cite_ref-34)** ["FFIEC Press Release"](https://web.archive.org/web/20110602225357/http://www.ffiec.gov/press/pr101205.htm). 2005-10-12. Archived from [the original](https://www.ffiec.gov/press/pr101205.htm) on 2011-06-02. Retrieved 2011-05-13.

1. **[^](#cite_ref-ffiec-faw_35-0)** ["Frequently Asked Questions on FFIEC Guidance on Authentication in an Internet Banking Environment"](https://www.ffiec.gov/pdf/authentication_faq.pdf) (PDF). FFIEC. 2006-08-15. [Archived](https://web.archive.org/web/20121115102618/http://www.ffiec.gov/pdf/authentication_faq.pdf) (PDF) from the original on 2012-11-15.

1. **[^](#cite_ref-36)** ["Cybersecurity Newsletter: Multi-Factor Authentication"](https://www.hhs.gov/hipaa/for-professionals/security/guidance/cybersecurity-newsletter-multi-factor-authentication/index.html). U.S. Department of Health and Human Services. October 2023. Retrieved 2026-03-10.

1. **[^](#cite_ref-37)** ["HIPAA Security Rule To Strengthen the Cybersecurity of Electronic Protected Health Information"](https://www.federalregister.gov/documents/2025/01/06/2024-30983/hipaa-security-rule-to-strengthen-the-cybersecurity-of-electronic-protected-health-information). Federal Register. 2025-01-06. pp. 898–956. Retrieved 2026-03-10.

1. **[^](#cite_ref-voices.washingtonpost.com_38-0)** Brian Krebs (July 10, 2006). ["Security Fix – Citibank Phish Spoofs 2-Factor Authentication"](https://web.archive.org/web/20110703141728/http://voices.washingtonpost.com/securityfix/2006/07/citibank_phish_spoofs_2factor_1.html). *Washington Post*. Archived from [the original](http://voices.washingtonpost.com/securityfix/2006/07/citibank_phish_spoofs_2factor_1.html) on July 3, 2011. Retrieved 20 September 2016.

1. **[^](#cite_ref-39)** Shankland, Stephen. ["Two-factor authentication? Not as secure as you'd expect when logging into email or your bank"](https://www.cnet.com/news/two-factor-authentication-isnt-as-secure-as-you-might-expect-world-password-day/). *CNET*. [Archived](https://web.archive.org/web/20200927110925/https://www.cnet.com/news/two-factor-authentication-isnt-as-secure-as-you-might-expect-world-password-day/) from the original on 2020-09-27. Retrieved 2020-09-27.

1. **[^](#cite_ref-40)** Bruce Schneier (March 2005). ["The Failure of Two-Factor Authentication"](http://www.schneier.com/blog/archives/2005/03/the_failure_of.html). *Schneier on Security*. [Archived](https://web.archive.org/web/20161220171203/https://www.schneier.com/blog/archives/2005/03/the_failure_of.html) from the original on 20 December 2016. Retrieved 20 September 2016.

1. **[^](#cite_ref-41)** Alex Perekalin (May 2018). ["Why you shouldn't ever send verification codes to anyone"](https://www.kaspersky.com/blog/dont-send-codes/22448/). *Kaspersky*. [Archived](https://web.archive.org/web/20201020204634/https://www.kaspersky.com/blog/dont-send-codes/22448/) from the original on 20 October 2020. Retrieved 17 October 2020.

1. **[^](#cite_ref-42)** Siadati, Hossein; Nguyen, Toan; Gupta, Payas; Jakobsson, Markus; Memon, Nasir (2017). ["Mind your SMSes: Mitigating Social Engineering in Second Factor Authentication"](https://doi.org/10.1016%2Fj.cose.2016.09.009). *Computers & Security*. **65**: 14–28. [doi](/source/Doi_(identifier)):[10.1016/j.cose.2016.09.009](https://doi.org/10.1016%2Fj.cose.2016.09.009). [S2CID](/source/S2CID_(identifier)) [10821943](https://api.semanticscholar.org/CorpusID:10821943).

1. **[^](#cite_ref-43)** Khandelwal, Swati. ["Real-World SS7 Attack – Hackers Are Stealing Money From Bank Accounts"](http://thehackernews.com/2017/05/ss7-vulnerability-bank-hacking.html). *The Hacker News*. [Archived](https://web.archive.org/web/20170506020133/http://thehackernews.com/2017/05/ss7-vulnerability-bank-hacking.html) from the original on 2017-05-06. Retrieved 2017-05-05.

1. **[^](#cite_ref-44)** ["MFA Fatigue: Hackers' new favorite tactic in high-profile breaches"](https://www.bleepingcomputer.com/news/security/mfa-fatigue-hackers-new-favorite-tactic-in-high-profile-breaches/). *BleepingComputer*. [Archived](https://web.archive.org/web/20230627203525/https://www.bleepingcomputer.com/news/security/mfa-fatigue-hackers-new-favorite-tactic-in-high-profile-breaches/) from the original on 2023-06-27. Retrieved 2023-08-12.

1. ^ [***a***](#cite_ref-:02_45-0) [***b***](#cite_ref-:02_45-1) ["MFA Fatigue: Hackers' new favorite tactic in high-profile breaches"](https://www.bleepingcomputer.com/news/security/mfa-fatigue-hackers-new-favorite-tactic-in-high-profile-breaches/). *[BleepingComputer](/source/BleepingComputer)*. [Archived](https://web.archive.org/web/20230627203525/https://www.bleepingcomputer.com/news/security/mfa-fatigue-hackers-new-favorite-tactic-in-high-profile-breaches/) from the original on 2023-06-27. Retrieved 2023-01-26.

1. **[^](#cite_ref-46)** Burt, Jeff. ["Multi-factor authentication fatigue can blow open security"](https://www.theregister.com/2022/11/03/mfa_fatigue_enterprise_threat/). *www.theregister.com*. [Archived](https://web.archive.org/web/20230126172848/https://www.theregister.com/2022/11/03/mfa_fatigue_enterprise_threat/) from the original on 2023-01-26. Retrieved 2023-01-26.

1. **[^](#cite_ref-47)** Constantin, Lucian (2022-09-22). ["Multi-factor authentication fatigue attacks are on the rise: How to defend against them"](https://www.csoonline.com/article/3674156/multi-factor-authentication-fatigue-attacks-are-on-the-rise-how-to-defend-against-them.html). *CSO Online*. [Archived](https://web.archive.org/web/20230126172837/https://www.csoonline.com/article/3674156/multi-factor-authentication-fatigue-attacks-are-on-the-rise-how-to-defend-against-them.html) from the original on 2023-01-26. Retrieved 2023-01-26.

1. **[^](#cite_ref-48)** Tung, Liam. ["Microsoft Authenticator gains feature to thwart spam attacks on MFA"](https://www.zdnet.com/article/microsoft-authenticator-gains-feature-to-thwart-spam-attacks-on-mfa/). *[ZDNET](/source/ZDNET)*. [Archived](https://web.archive.org/web/20230126172833/https://www.zdnet.com/article/microsoft-authenticator-gains-feature-to-thwart-spam-attacks-on-mfa/) from the original on 2023-01-26. Retrieved 2023-01-26.

1. **[^](#cite_ref-techcrunch-how-do-you-stop-another-uber-attack_49-0)** Whittaker, Zack (2022-09-19). ["How do you stop another Uber hack?"](https://techcrunch.com/2022/09/19/how-to-fix-another-uber-breach/). *[TechCrunch](/source/TechCrunch)*. [Archived](https://web.archive.org/web/20230824052049/https://techcrunch.com/2022/09/19/how-to-fix-another-uber-breach/) from the original on 2023-08-24. Retrieved 2023-08-24.

1. **[^](#cite_ref-register-uber-explains_50-0)** Hardcastle, Jessica Lyons (2022-09-19). ["Uber explains how it was pwned this month, points finger at Lapsus$ gang"](https://www.theregister.com/2022/09/19/uber_admits_breach/). *[The Register](/source/The_Register)*. [Archived](https://web.archive.org/web/20230824213109/https://www.theregister.com/2022/09/19/uber_admits_breach/) from the original on 2023-08-24. Retrieved 2023-08-24.

1. **[^](#cite_ref-51)** Amft, S.; Höltervennhoff, S.; Huaman, N.; Krause, A.; Simko, L.; Acar, Y.; Fahl, S. (2023). ""We've Disabled MFA for You": An evaluation of the security and usability of multi-factor authentication recovery deployments". [arXiv](/source/ArXiv_(identifier)):[2306.09708](https://arxiv.org/abs/2306.09708) [[cs.CR](https://arxiv.org/archive/cs.CR)].

1. **[^](#cite_ref-52)** ["Study Sheds New Light On Costs, Effects Of Multi-Factor"](https://web.archive.org/web/20110708212931/http://www.cujournal.com/issues/12_15/-100094-1.html). 4 April 2008. Archived from [the original](http://www.cujournal.com/issues/12_15/-100094-1.html) on July 8, 2011.

1. **[^](#cite_ref-:1_53-0)** Libicki, Martin C.; Balkovich, Edward; Jackson, Brian A.; Rudavsky, Rena; Webb, Katharine (2011). ["Influences on the Adoption of Multifactor Authentication"](https://www.rand.org/pubs/technical_reports/TR937.html). [Archived](https://web.archive.org/web/20181014191921/https://www.rand.org/pubs/technical_reports/TR937.html) from the original on 2018-10-14. Retrieved 2018-10-07.

1. **[^](#cite_ref-54)** ["Hacking Multifactor Authentication | Wiley"](https://www.wiley.com/en-us/Hacking+Multifactor+Authentication-p-9781119650805). *Wiley.com*. [Archived](https://web.archive.org/web/20211004223131/https://www.wiley.com/en-us/Hacking+Multifactor+Authentication-p-9781119650805) from the original on 2021-10-04. Retrieved 2020-12-17.

1. **[^](#cite_ref-US_PATENT_6078908_55-0)** [US 6078908](https://worldwide.espacenet.com/textdoc?DB=EPODOC&IDX=US6078908), Schmitz, Kim, "Method for authorizing in data transmission systems"

1. **[^](#cite_ref-Brodkin,_ARS_Technical,_2019_56-0)** Brodkin, Jon (23 May 2013). ["Kim Dotcom claims he invented two-factor authentication—but he wasn't first"](https://web.archive.org/web/20190709090048/https://arstechnica.com/information-technology/2013/05/kim-dotcom-claims-he-invented-two-factor-authentication-but-he-wasnt-first/). *[Ars Technica](/source/Ars_Technica)*. Archived from [the original](https://arstechnica.com/information-technology/2013/05/kim-dotcom-claims-he-invented-two-factor-authentication-but-he-wasnt-first/) on 9 July 2019. Retrieved 25 July 2019.

1. **[^](#cite_ref-US_PATENT_5708422_57-0)** [US 5708422](https://worldwide.espacenet.com/textdoc?DB=EPODOC&IDX=US5708422), Blonder, et al., "Transaction authorization and alert system"

## Further reading

- Brandom, Russell (July 10, 2017). ["Two-factor authentication is a mess"](https://www.theverge.com/2017/7/10/15946642/two-factor-authentication-online-security-mess). *[The Verge](/source/The_Verge)*. [Archived](https://web.archive.org/web/20180218214447/https://www.theverge.com/2017/7/10/15946642/two-factor-authentication-online-security-mess) from the original on February 18, 2018. Retrieved July 10, 2017.

## External links

**Multi-factor authentication**  at Wikipedia's [sister projects](https://en.wikipedia.org/wiki/Wikipedia:Wikimedia_sister_projects)

- [Definitions](https://en.wiktionary.org/wiki/2FA) from Wiktionary
- [Media](https://commons.wikimedia.org/wiki/Category:Multi-factor_authentication) from Commons
- [Textbooks](https://en.wikibooks.org/wiki/Basic_Computer_Security) from Wikibooks
- [Resources](https://en.wikiversity.org/wiki/IT_Security/Access_Control/Authentication_and_Authorization) from Wikiversity
- [Data](https://www.wikidata.org/wiki/Q7878662) from Wikidata
- [Discussions](https://meta.wikimedia.org/wiki/Help:Two-factor_authentication) from Meta-Wiki
- [Documentation](https://www.mediawiki.org/wiki/Help:Two-factor_authentication) from MediaWiki

- [TwoFactorAuth.org](https://www.twofactorauth.org/) - TwoFactorAuth.org - An in-depth online resource for (2FA) and all it entails

- [Attackers breached the servers of RSA and stole information that could be used to compromise the security of two-factor authentication tokens used by 40 million employees (register.com, 18 Mar 2011)](https://www.theregister.co.uk/2011/03/18/rsa_breach_leaks_securid_data/)

- [Banks to Use Two-factor Authentication by End of 2006](http://it.slashdot.org/article.pl?sid=05/10/19/2340245&tid=172&tid=95), (slashdot.org, 20 Oct 2005)

- [Microsoft to abandon passwords](https://web.archive.org/web/20081011073929/http://www.vnunet.com/vnunet/news/2126966/microsoft-abandon-passwords), Microsoft preparing to dump [passwords](/source/Password) in favour of two-factor authentication in forthcoming versions of Windows (vnunet.com, 14 Mar 2005)

v t e Information security Threats Adware Advanced persistent threat Arbitrary code execution Backdoors Bombs Fork Logic Time Zip Hardware backdoors Code injection Crimeware Cross-site scripting Cross-site leaks DOM clobbering History sniffing Cryptojacking Botnets Data breach Drive-by download Browser Helper Objects Viruses Data scraping Denial-of-service attack Eavesdropping Email fraud Email spoofing Exploits Fraudulent dialers Hacktivism Infostealer Insecure direct object reference Keystroke loggers Malware Payload Phishing Voice Polymorphic engine Privilege escalation Ransomware Rootkits Scareware Shellcode Spamming Social engineering Spyware Software bugs Trojan horses Hardware Trojans Remote access trojans Vulnerability Web shells Wiper Worms SQL injection Rogue security software Zombie vectorial version Defenses Application security Secure coding Secure by default Secure by design Misuse case Computer access control Authentication Multi-factor authentication Authorization Computer security software Antivirus software Security-focused operating system Data-centric security Software obfuscation Data masking Encryption Firewall Intrusion detection system Host-based intrusion detection system (HIDS) Anomaly detection Information security management Information risk management Security information and event management (SIEM) Runtime application self-protection Site isolation Related security topics Computer security Automotive security Cybercrime Cybersex trafficking Computer fraud Cybergeddon Cyberterrorism Cyberwarfare Electronic warfare Information warfare Internet security Mobile security Network security Copy protection Digital rights management

---
Adapted from the Wikipedia article [Multi-factor authentication](https://en.wikipedia.org/wiki/Multi-factor_authentication) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Multi-factor_authentication?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
