SlideShare a Scribd company logo
Evolution of Multi-
factor authentication
(MFA)
Prepared by
Rasha A. Yousef
Israa A. Basheer
Supervised by
Assist.Prpf. Maytham M. Hamod
Overview ▫ Multi-factor authentication (MFA)
▫ encompassing two-factor authentication, or 2FA is an electronic
authentication method in which a user is granted access to a website
or application only after successfully presenting two or more pieces of
evidence (or factors) to an authentication mechanism:
▫ Knowledge (something only the user knows)
▫ Possession (something only the user has),
▫ And inherence (something only the user is).
▫ MFA protects user data—which may include personal identification or
financial assets—from being accessed by an unauthorized third party
that may have been able to discover, for example, a single password.
▫ A third-party authenticator (TPA) app enables two-factor
authentication, usually by showing a randomly generated and
frequently changing code to use for authentication.
2
History of Multi-Factor Authentication
The first concept of a factored authentication system can actually be traced
back to the Egyptians, who used a wooden pin lock to bar access to specific
structures. When the key was inserted, pins hidden inside the fixture would lift
out of drilled holes, allowing it to move. This is very similar to the current
iteration of the lock and key, except it is now made with metals to be more
durable.
By 1985, Kenneth Weiss, who founded Security Dynamics in 1984, invented and
patented “an apparatus for the electronic generation and comparison of non-
predictable codes.” His invention sparked the first concept of what came to be
known as multi-factor authentication.
4
The 1990s-2000s: from 2FA tools to 2FA solutions
2FA’s origins are disputed (AT&T claims to have invented it in the 1990s),
2FA didn’t begin to catch on in the mid-2000s.
This is in large part because consumers found it inconvenient to use, and they
assumed a single form of authentication – passwords – would be enough to
keep their accounts safe.
Although some larger companies and security-conscious organizations
adopted a form of public-key cryptography known as RSA that used two
separate authentication tokens to validate user logins, many businesses found
this kind of solution too costly and complicated to implement at the time.
5
The evolution of multi-factor authentication
accelerated in the mid-2000s
when smartphones first began making a splash with consumers.
Because smartphones were also a terrific tool for increasing business
productivity, businesses soon began adopting them.
Some companies even began rolling out bring your own device (BYOD)
programs in which employees were allowed to use their own personal devices
for business purposes.
Once smartphones became ubiquitous at home and at work, large numbers of
people suddenly had access to more convenient 2FA solutions for securing
their online accounts. They could easily receive authentication codes via SMS
or email, which suddenly made the whole idea of 2FA much more palatable.
6
The 2000s-2010s : data breaches spur calls for
widespread 2FA and MFA adoption
As consumers and businesses were becoming more open to the idea of using
2FA and MFA on their smartphones throughout the late 2000s and early 2010s,
hacks and data breaches began to emerge as a serious threat to online security
and privacy.
The American public witnessed a wave of serious massive data breaches
affecting private industry, private individuals, defense contractors, and
government organizations alike.
Sony Pictures Entertainment and the U.S. Office of Personnel Management
and Budget (OPM) are just two of the highest-profile examples of breaches that
made stunning headlines during this period.
7
Continue
In early 2016, President Obama wrote an editorial for the Wall Street Journal in
which he declared that passwords alone were not enough to protect
consumers and businesses. Noting that 9 out of 10 of Americans said they felt
like they’d lost control of their personal information,
the President announced a new national awareness campaign, #Turnon2FA, to
encourage more Americans to protect themselves online. Before long,
smartphones began supporting biometric authentication techniques like
fingerprint scanning and facial recognition.
This accelerated the evolution of multi-factor authentication once more,
enabling consumers and businesses to begin using a fuller range of MFA
methods to secure their account.
8
HOW DOES MFA WORK?
MFA requires users to present two or more authentication factors at login to verify their
identity before they are granted access.
Each additional authentication factor added to the login process increases security.
A typical MFA login would require the user to present some combination of the following:
• Something you know: like a password or (PIN) or answer to a security question.
• Something you have: like a smart card, mobile token, or hardware token.
• Something you are: biometric factor (e.g., fingerprint, palm print, or voice recognition or
face, retinal scan).
For example: MFA could require users to insert a smart card or a bank card into a card
reader (first factor) and then enter a password or a PIN (second factor). An unauthorized
user in possession of the card would not be able to log in without also knowing the password.
likewise, the password is useless without physical access to the card.
9
10
Examples of multi-factor authentication methods
▫ Any of the following methods can be used in addition to a password to achieve multi-factor
authentication.
▫ Biometrics—a form of authentication that relies on a device or application recognizing a
biometric, such as a person’s fingerprint, facial features or the retina or iris of the eye
▫ Push to approve—a notification on someone’s device that asks the user to approve a
request for access by tapping their device screen
▫ One-time password (OTP)—an automatically generated set of characters that
authenticates a user for one login session or transaction only.
▫ SMS text—a means of delivering an OTP to a user’s smartphone or other device
▫ Hardware token or hard token—a small, portable OTP-generating device, sometimes
referred to as a key fob
▫ Software token or soft token—a token that exists as a software app on a smartphone or
other device rather than as a physical token.
11
12
Pros of Using
Multi-Factor
Authentication
14
Almost always
secure
If a hacker has somehow
acquired a user’s password
to a system, they cannot
gain access, as they do not
have the second factor
(which is generally in the
user’s possession or
something that they are).
Protects sensitive
information
Don’t lose sleep over
lost devices
Users are the number one
risk point for a network, so
multi-factor authentication
relieves user and IT admin
anxiety by protecting data
from falling into the hands
of relentless hackers.
Device-based multi-factor
authentication (and paired
with full-disk encryption)
ensures that lost devices do
not lead to compromised
access or data.
Cons of Using
Multi-Factor
Authentication
15
Can be expensive
Traditionally, multi-factor
authentication can be quite
expensive if an organization
uses a solution that requires
on-prem hardware and has
to integrate with existing
identity solutions.
Time-consuming Inconsistencies
The time needed to
log in to your system
and verify using a
mobile device or token
can be inconvenient.
It is hard to implement
multi-factor authentication
across an entire
organization, as it is often
left up to the users to
implement it fully. IT
admins may not always
have insight into an
organization’s use of
multi-factor authentication.
The future of multi-factor authentication: AI, ML
and more
16
Multi-factor authentication is continually evolving to provide access that’s both more secure for
organizations and less inconvenient for users. Biometrics is a great example of this idea. It’s both
more secure, because it’s tough to steal a fingerprint or face, and more convenient, because the
user doesn’t have to remember anything (like a password) or make any other major effort. The
following are some of the advances shaping multi-factor authentication today.
Artificial intelligence (AI) and machine learning (ML)–AI and ML can be used to recognize
behaviors that indicate whether a given access request is “normal” and therefore does not require
additional authentication (or, conversely, to recognize anomalous behavior that does warrant it).
Fast Identity Online (FIDO)–FIDO authentication is based on a set of free and open standards
from the FIDO Alliance. It enables password logins to be replaced with secure and fast login
experiences across websites and apps.
Passwordless authentication–Rather than using a password as the main method of verifying
identity and supplementing it with other non-password methods, passwordless authentication
eliminates passwords as a form of authentication.
Be assured that multi-factor authentication will continue to change and improve in the quest for
ways people can prove they are who they say they are–reliably and without jumping through hoops.
“ Multi Factor authentication
might branch out into newer
forms of authentication which
will be real time and involve
more identical forms of
authentication.
17
qutation
Thanks For Attention
18

More Related Content

Similar to Evolution of MFA.pptx

Two aspect authentication system using secure mobile
Two aspect authentication system using secure mobileTwo aspect authentication system using secure mobile
Two aspect authentication system using secure mobile
Uvaraj Shan
 
Two aspect authentication system using secure mobile devices
Two aspect authentication system using secure mobile devicesTwo aspect authentication system using secure mobile devices
Two aspect authentication system using secure mobile devices
Uvaraj Shan
 
What is two factor or multi-factor authentication
What is two factor or multi-factor authenticationWhat is two factor or multi-factor authentication
What is two factor or multi-factor authentication
Jack Forbes
 
A secure communication in smart phones using two factor authentication
A secure communication in smart phones using two factor authenticationA secure communication in smart phones using two factor authentication
A secure communication in smart phones using two factor authentication
eSAT Journals
 
A secure communication in smart phones using two factor authentications
A secure communication in smart phones using two factor authenticationsA secure communication in smart phones using two factor authentications
A secure communication in smart phones using two factor authentications
eSAT Publishing House
 
M-Pass: Web Authentication Protocol
M-Pass: Web Authentication ProtocolM-Pass: Web Authentication Protocol
M-Pass: Web Authentication Protocol
IJERD Editor
 
Identity cues two factor data sheet
Identity cues two factor data sheetIdentity cues two factor data sheet
Identity cues two factor data sheetHai Nguyen
 
Role Of Two Factor Authentication In Safeguarding Online Transactions
Role Of Two Factor Authentication In Safeguarding Online TransactionsRole Of Two Factor Authentication In Safeguarding Online Transactions
Role Of Two Factor Authentication In Safeguarding Online Transactions
ITIO Innovex
 
DS-NIZKP: A ZKP-based Strong Authentication using Digital Signature for Distr...
DS-NIZKP: A ZKP-based Strong Authentication using Digital Signature for Distr...DS-NIZKP: A ZKP-based Strong Authentication using Digital Signature for Distr...
DS-NIZKP: A ZKP-based Strong Authentication using Digital Signature for Distr...
IJCSIS Research Publications
 
Eds user authenticationuser authentication methods
Eds user authenticationuser authentication methodsEds user authenticationuser authentication methods
Eds user authenticationuser authentication methods
lapao2014
 
Two Factor Authentication
Two Factor AuthenticationTwo Factor Authentication
Two Factor Authentication
Nikhil Shaw
 
Two aspect authentication system using secure
Two aspect authentication system using secureTwo aspect authentication system using secure
Two aspect authentication system using secure
Uvaraj Shan
 
Two aspect authentication system using secure
Two aspect authentication system using secureTwo aspect authentication system using secure
Two aspect authentication system using secureUvaraj Shan
 
Two-factor authentication- A sample writing _Zaman
Two-factor authentication- A sample writing _ZamanTwo-factor authentication- A sample writing _Zaman
Two-factor authentication- A sample writing _ZamanAsad Zaman
 
An Insight into Essential Eight’s Multi-Factor Authentication
An Insight into Essential Eight’s Multi-Factor AuthenticationAn Insight into Essential Eight’s Multi-Factor Authentication
An Insight into Essential Eight’s Multi-Factor Authentication
Onsite Helper
 
An Insight into Essential Eight’s Multi-Factor Authentication
An Insight into Essential Eight’s Multi-Factor AuthenticationAn Insight into Essential Eight’s Multi-Factor Authentication
An Insight into Essential Eight’s Multi-Factor Authentication
Onsite Helper
 
Mobile App Security Best Practices Protecting User Data.pdf
Mobile App Security Best Practices Protecting User Data.pdfMobile App Security Best Practices Protecting User Data.pdf
Mobile App Security Best Practices Protecting User Data.pdf
GMATechnologies1
 
Brafton White Paper Example
Brafton White Paper ExampleBrafton White Paper Example
Brafton White Paper Example
Kayla Perry
 
MACHINE LEARNING AND CONTINUOUS AUTHENTICATION A SHIELD AGAINST CYBER THREATS...
MACHINE LEARNING AND CONTINUOUS AUTHENTICATION A SHIELD AGAINST CYBER THREATS...MACHINE LEARNING AND CONTINUOUS AUTHENTICATION A SHIELD AGAINST CYBER THREATS...
MACHINE LEARNING AND CONTINUOUS AUTHENTICATION A SHIELD AGAINST CYBER THREATS...
Jenna Murray
 

Similar to Evolution of MFA.pptx (20)

13_2
13_213_2
13_2
 
Two aspect authentication system using secure mobile
Two aspect authentication system using secure mobileTwo aspect authentication system using secure mobile
Two aspect authentication system using secure mobile
 
Two aspect authentication system using secure mobile devices
Two aspect authentication system using secure mobile devicesTwo aspect authentication system using secure mobile devices
Two aspect authentication system using secure mobile devices
 
What is two factor or multi-factor authentication
What is two factor or multi-factor authenticationWhat is two factor or multi-factor authentication
What is two factor or multi-factor authentication
 
A secure communication in smart phones using two factor authentication
A secure communication in smart phones using two factor authenticationA secure communication in smart phones using two factor authentication
A secure communication in smart phones using two factor authentication
 
A secure communication in smart phones using two factor authentications
A secure communication in smart phones using two factor authenticationsA secure communication in smart phones using two factor authentications
A secure communication in smart phones using two factor authentications
 
M-Pass: Web Authentication Protocol
M-Pass: Web Authentication ProtocolM-Pass: Web Authentication Protocol
M-Pass: Web Authentication Protocol
 
Identity cues two factor data sheet
Identity cues two factor data sheetIdentity cues two factor data sheet
Identity cues two factor data sheet
 
Role Of Two Factor Authentication In Safeguarding Online Transactions
Role Of Two Factor Authentication In Safeguarding Online TransactionsRole Of Two Factor Authentication In Safeguarding Online Transactions
Role Of Two Factor Authentication In Safeguarding Online Transactions
 
DS-NIZKP: A ZKP-based Strong Authentication using Digital Signature for Distr...
DS-NIZKP: A ZKP-based Strong Authentication using Digital Signature for Distr...DS-NIZKP: A ZKP-based Strong Authentication using Digital Signature for Distr...
DS-NIZKP: A ZKP-based Strong Authentication using Digital Signature for Distr...
 
Eds user authenticationuser authentication methods
Eds user authenticationuser authentication methodsEds user authenticationuser authentication methods
Eds user authenticationuser authentication methods
 
Two Factor Authentication
Two Factor AuthenticationTwo Factor Authentication
Two Factor Authentication
 
Two aspect authentication system using secure
Two aspect authentication system using secureTwo aspect authentication system using secure
Two aspect authentication system using secure
 
Two aspect authentication system using secure
Two aspect authentication system using secureTwo aspect authentication system using secure
Two aspect authentication system using secure
 
Two-factor authentication- A sample writing _Zaman
Two-factor authentication- A sample writing _ZamanTwo-factor authentication- A sample writing _Zaman
Two-factor authentication- A sample writing _Zaman
 
An Insight into Essential Eight’s Multi-Factor Authentication
An Insight into Essential Eight’s Multi-Factor AuthenticationAn Insight into Essential Eight’s Multi-Factor Authentication
An Insight into Essential Eight’s Multi-Factor Authentication
 
An Insight into Essential Eight’s Multi-Factor Authentication
An Insight into Essential Eight’s Multi-Factor AuthenticationAn Insight into Essential Eight’s Multi-Factor Authentication
An Insight into Essential Eight’s Multi-Factor Authentication
 
Mobile App Security Best Practices Protecting User Data.pdf
Mobile App Security Best Practices Protecting User Data.pdfMobile App Security Best Practices Protecting User Data.pdf
Mobile App Security Best Practices Protecting User Data.pdf
 
Brafton White Paper Example
Brafton White Paper ExampleBrafton White Paper Example
Brafton White Paper Example
 
MACHINE LEARNING AND CONTINUOUS AUTHENTICATION A SHIELD AGAINST CYBER THREATS...
MACHINE LEARNING AND CONTINUOUS AUTHENTICATION A SHIELD AGAINST CYBER THREATS...MACHINE LEARNING AND CONTINUOUS AUTHENTICATION A SHIELD AGAINST CYBER THREATS...
MACHINE LEARNING AND CONTINUOUS AUTHENTICATION A SHIELD AGAINST CYBER THREATS...
 

Recently uploaded

CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
DhatriParmar
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
Krisztián Száraz
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 

Recently uploaded (20)

CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 

Evolution of MFA.pptx

  • 1. Evolution of Multi- factor authentication (MFA) Prepared by Rasha A. Yousef Israa A. Basheer Supervised by Assist.Prpf. Maytham M. Hamod
  • 2. Overview ▫ Multi-factor authentication (MFA) ▫ encompassing two-factor authentication, or 2FA is an electronic authentication method in which a user is granted access to a website or application only after successfully presenting two or more pieces of evidence (or factors) to an authentication mechanism: ▫ Knowledge (something only the user knows) ▫ Possession (something only the user has), ▫ And inherence (something only the user is). ▫ MFA protects user data—which may include personal identification or financial assets—from being accessed by an unauthorized third party that may have been able to discover, for example, a single password. ▫ A third-party authenticator (TPA) app enables two-factor authentication, usually by showing a randomly generated and frequently changing code to use for authentication. 2
  • 3.
  • 4. History of Multi-Factor Authentication The first concept of a factored authentication system can actually be traced back to the Egyptians, who used a wooden pin lock to bar access to specific structures. When the key was inserted, pins hidden inside the fixture would lift out of drilled holes, allowing it to move. This is very similar to the current iteration of the lock and key, except it is now made with metals to be more durable. By 1985, Kenneth Weiss, who founded Security Dynamics in 1984, invented and patented “an apparatus for the electronic generation and comparison of non- predictable codes.” His invention sparked the first concept of what came to be known as multi-factor authentication. 4
  • 5. The 1990s-2000s: from 2FA tools to 2FA solutions 2FA’s origins are disputed (AT&T claims to have invented it in the 1990s), 2FA didn’t begin to catch on in the mid-2000s. This is in large part because consumers found it inconvenient to use, and they assumed a single form of authentication – passwords – would be enough to keep their accounts safe. Although some larger companies and security-conscious organizations adopted a form of public-key cryptography known as RSA that used two separate authentication tokens to validate user logins, many businesses found this kind of solution too costly and complicated to implement at the time. 5
  • 6. The evolution of multi-factor authentication accelerated in the mid-2000s when smartphones first began making a splash with consumers. Because smartphones were also a terrific tool for increasing business productivity, businesses soon began adopting them. Some companies even began rolling out bring your own device (BYOD) programs in which employees were allowed to use their own personal devices for business purposes. Once smartphones became ubiquitous at home and at work, large numbers of people suddenly had access to more convenient 2FA solutions for securing their online accounts. They could easily receive authentication codes via SMS or email, which suddenly made the whole idea of 2FA much more palatable. 6
  • 7. The 2000s-2010s : data breaches spur calls for widespread 2FA and MFA adoption As consumers and businesses were becoming more open to the idea of using 2FA and MFA on their smartphones throughout the late 2000s and early 2010s, hacks and data breaches began to emerge as a serious threat to online security and privacy. The American public witnessed a wave of serious massive data breaches affecting private industry, private individuals, defense contractors, and government organizations alike. Sony Pictures Entertainment and the U.S. Office of Personnel Management and Budget (OPM) are just two of the highest-profile examples of breaches that made stunning headlines during this period. 7
  • 8. Continue In early 2016, President Obama wrote an editorial for the Wall Street Journal in which he declared that passwords alone were not enough to protect consumers and businesses. Noting that 9 out of 10 of Americans said they felt like they’d lost control of their personal information, the President announced a new national awareness campaign, #Turnon2FA, to encourage more Americans to protect themselves online. Before long, smartphones began supporting biometric authentication techniques like fingerprint scanning and facial recognition. This accelerated the evolution of multi-factor authentication once more, enabling consumers and businesses to begin using a fuller range of MFA methods to secure their account. 8
  • 9. HOW DOES MFA WORK? MFA requires users to present two or more authentication factors at login to verify their identity before they are granted access. Each additional authentication factor added to the login process increases security. A typical MFA login would require the user to present some combination of the following: • Something you know: like a password or (PIN) or answer to a security question. • Something you have: like a smart card, mobile token, or hardware token. • Something you are: biometric factor (e.g., fingerprint, palm print, or voice recognition or face, retinal scan). For example: MFA could require users to insert a smart card or a bank card into a card reader (first factor) and then enter a password or a PIN (second factor). An unauthorized user in possession of the card would not be able to log in without also knowing the password. likewise, the password is useless without physical access to the card. 9
  • 10. 10
  • 11. Examples of multi-factor authentication methods ▫ Any of the following methods can be used in addition to a password to achieve multi-factor authentication. ▫ Biometrics—a form of authentication that relies on a device or application recognizing a biometric, such as a person’s fingerprint, facial features or the retina or iris of the eye ▫ Push to approve—a notification on someone’s device that asks the user to approve a request for access by tapping their device screen ▫ One-time password (OTP)—an automatically generated set of characters that authenticates a user for one login session or transaction only. ▫ SMS text—a means of delivering an OTP to a user’s smartphone or other device ▫ Hardware token or hard token—a small, portable OTP-generating device, sometimes referred to as a key fob ▫ Software token or soft token—a token that exists as a software app on a smartphone or other device rather than as a physical token. 11
  • 12. 12
  • 13.
  • 14. Pros of Using Multi-Factor Authentication 14 Almost always secure If a hacker has somehow acquired a user’s password to a system, they cannot gain access, as they do not have the second factor (which is generally in the user’s possession or something that they are). Protects sensitive information Don’t lose sleep over lost devices Users are the number one risk point for a network, so multi-factor authentication relieves user and IT admin anxiety by protecting data from falling into the hands of relentless hackers. Device-based multi-factor authentication (and paired with full-disk encryption) ensures that lost devices do not lead to compromised access or data.
  • 15. Cons of Using Multi-Factor Authentication 15 Can be expensive Traditionally, multi-factor authentication can be quite expensive if an organization uses a solution that requires on-prem hardware and has to integrate with existing identity solutions. Time-consuming Inconsistencies The time needed to log in to your system and verify using a mobile device or token can be inconvenient. It is hard to implement multi-factor authentication across an entire organization, as it is often left up to the users to implement it fully. IT admins may not always have insight into an organization’s use of multi-factor authentication.
  • 16. The future of multi-factor authentication: AI, ML and more 16 Multi-factor authentication is continually evolving to provide access that’s both more secure for organizations and less inconvenient for users. Biometrics is a great example of this idea. It’s both more secure, because it’s tough to steal a fingerprint or face, and more convenient, because the user doesn’t have to remember anything (like a password) or make any other major effort. The following are some of the advances shaping multi-factor authentication today. Artificial intelligence (AI) and machine learning (ML)–AI and ML can be used to recognize behaviors that indicate whether a given access request is “normal” and therefore does not require additional authentication (or, conversely, to recognize anomalous behavior that does warrant it). Fast Identity Online (FIDO)–FIDO authentication is based on a set of free and open standards from the FIDO Alliance. It enables password logins to be replaced with secure and fast login experiences across websites and apps. Passwordless authentication–Rather than using a password as the main method of verifying identity and supplementing it with other non-password methods, passwordless authentication eliminates passwords as a form of authentication. Be assured that multi-factor authentication will continue to change and improve in the quest for ways people can prove they are who they say they are–reliably and without jumping through hoops.
  • 17. “ Multi Factor authentication might branch out into newer forms of authentication which will be real time and involve more identical forms of authentication. 17 qutation