Efficient Two-Server Password-Only Authenticated Key Exchange

Abstract  

Password-authenticated key exchange (PAKE) is where a client and a server, who share a password, authenticate each other and meanwhile establish a cryptographic key by exchange of messages. In this setting, all the passwords necessary to authenticate clients are stored in a single server. If the server is compromised, due to, for example, hacking or even insider attacks, passwords stored in the server are all disclosed.

In this paper, we consider a scenario where two servers cooperate to authenticate a client and if one server is compromised, the attacker still cannot pretend to be the client with the information from the compromised server. Current solutions for two-server PAKE are either symmetric in the sense that two peer servers equally contribute to the authentication or asymmetric in the sense that one server authenticates the client with the help of another server.

This paper presents a symmetric solution for two-server PAKE, where the client can establish different cryptographic keys with the two servers, respectively. Our protocol runs in parallel and is more efficient than existing symmetric two-server PAKE protocol, and even more efficient than existing asymmetric two-server PAKE protocols in terms of parallel computation. Efficient Two-Server Password-Only Authenticated Key Exchange

HARDWARE AND SOFTWARE REQUIREMENTS:
HARDWARE REQUIREMENTS:
  • System :           Pentium IV 2.4 GHz.
  • Hard Disk             :           40 GB.
  • Floppy Drive :           44 Mb.
  • Monitor :           15 VGA Colour.
  • Mouse :          Logitech
  • Ram :           512 Mb.
SOFTWARE REQUIREMENTS:
  • Operating system :  Windows XP.
  • Coding Language : C# Script.
  • Data Base        : SQL Server 2005    
EXISTING SYSTEM:

Earlier password-based authentication systems transmitted a cryptographic hash of the password over a public channel which makes the hash value accessible to an attacker. When this is done, and it is very common, the attacker can work offline, rapidly testing possible passwords against the true password’s hash value. Studies have consistently shown that a large fraction of user-chosen passwords are readily guessed automatically

DISADVANTAGES:
  • The hash value accessible to an attacker
  • The attacker can work offline, rapidly testing possible passwords against the true password’s hash value.
PROPOSED SYSTEM:

Recent research advances in password-based authentication have allowed a client and a server mutually to authenticate with a password and meanwhile to establish a cryptographic key for secure communications after authentication. In general, current solutions for password based authentication follow two models.

The first model, called PKI-based model, assumes that the client keeps the server’s public key in addition to share a password with the server. In this setting, the client can send the password to the server by public key encryption. Gong et al. were the first to present this kind of authentication protocols with heuristic resistant to offline dictionary attacks, and Halevi and Krawczyk were the first to provide formal definitions and rigorous proofs of security for PKI-based model.

The second model is called password-only model. Bellovin and Merritt were the first to consider authentication based on password only, and introduced a set of so-called “encrypted key exchange” protocols, where the password is used as a secret key to encrypt random numbers for key exchange purpose. Formal models of security for the password-only authentication were first

given independently by Bellare et al. and Boyko et al.. Katz et al. were the first to give a password-only authentication protocol which is both practical and provably secure under standard cryptographic assumption.  

ADVANTAGES:

Establish a cryptographic key for secure communications after authentication.

Related Post