A Secure One-Time Password Authentication
A Secure One-Time Password Authentication
Abstract. The internet is a big giant in the today’s world playing the backbone
for information and communication technologies. Most of the network appli-
cation needs a very reliable and one-way authentication process to ensure sys-
tem resources are securely accessed by authorised users over the Internet.
Password-based authentication is the most common mechanism and is easy to
implement for authentication purpose. However, such general scheme will be
vulnerable to attackers to steal the static credential combination with ease using
eavesdropping, brute forcing, password replay, etc. One-time password (OTP) is
the promising solutions to overcome from such attacks. It generates the different
unique passwords each time for the user login into the system. This paper
proposes a novel method of OTP authentication using image features. Here the
system calculates different features from randomly selected areas of an image
and applies symmetric key cryptography to generate the random OTP for the
user. The proposed approach is convenient and computationally less expensive
offering high-level security.
1 Introduction