Articles tagged with "challenge response"

dAuth v0.3 component

By Dieter Plaetinck
the component for dAuth v0.3
[Read more]

introduction to dAuth v0.3

By Dieter Plaetinck
This article introduces dAuth V0.3: the authentication (not authorisation) system with a focus on security, using techniques such as challenge-response, customizable multiple-stage password hashing, brute force (hammering) detection etc.
[Read more]

dAuth v0.3 helper

By Dieter Plaetinck
helper for dAuth v0.3
[Read more]

dAuth v0.3 models

By Dieter Plaetinck
User, Host, LoginAttempt models for dAuth v0.3
[Read more]

Challengeresponse authentication with fallback

By Dieter Plaetinck
This tutorial shows you how to create a simple authentication system that doesn't send passwords in cleartext (as many others do). It has a fallback for non-JavaScript users (cleartext mode), and uses a user-defineable method for improved security for the storage of passwords.
[Read more]