Cryptography and Encryption

🛠Tool
security

Authentication vs. authorization

Authentication and authorization might sound similar, but they are distinct security processes in the world of identity and access management (IAM). Authentication confirms that users are who they say they are. Authorization gives those users permission to access a resource.

  • Authentication: Did user login successfully?
  • Authorization: Is user allowed to view this page? For example, has the user got “admin” rights to view the admin dashboard?

Taken from here.

Zero-knowledge proofs

Decentralized Authentication

Discuss on TwitterImprove this article: Edit on GitHub

Discussion


Explain Programming

André Kovac builds products, creates software, teaches coding, communicates science and speaks at events.