Given a secure channel, are there any benefits in using SCRAM over a username and password?

Given that a communication over HTTP

uses SSL encryption
uses public key pinning to prevent MiTM attacks

is security in any way elevated by using Salted Challenge Response Authentication Mechanism (SCRAM) over basic acces… Continue reading Given a secure channel, are there any benefits in using SCRAM over a username and password?

Authentication providers for applications with no internet connection

I have an interesting use case where users need to authenticate to applications running in environments that might not have internet access or even access to an authentication server. Administrators need to be able to grant a… Continue reading Authentication providers for applications with no internet connection

Vulnerability of challenge-response (authentication) protocols to on-line man-in-the-middle attacks

Are all challenge-response (or other authentication) protocols vulnerable to on-line main-in-the-middle attacks?

Let’s say Alice wants to setup a connection with Bob (e.g. she wants to login on a server). Bob sends her a ra… Continue reading Vulnerability of challenge-response (authentication) protocols to on-line man-in-the-middle attacks