Difference between revisions of "Passwords"

From Coder Merlin
Line 16: Line 16:


== References ==
== References ==
https://www.idrnd.ai/5-authentication-methods-that-can-prevent-the-next-breach/
* https://www.idrnd.ai/5-authentication-methods-that-can-prevent-the-next-breach/
https://www.fpainc.com/blog/password-guidelines-from-nist
* https://www.fpainc.com/blog/password-guidelines-from-nist

Revision as of 19:27, 31 January 2021

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Types of Authentication[edit]

There are many types of authentication methods that are widely used to securely identify a user in order to access personal data, web servers, and many other physical and virtual systems.

  • Passwords
  • Multi-Factor Authentication
  • Biometrics
    • Facial
    • Fingerprint
    • Iris
  • Token-Based Authentication

Creating Strong Passwords[edit]

ComingSoonIcon.png
Coming Soon

How to create a strong password

References[edit]