Implementing Password_Hash on Login

Implementing Password_Hash on Login

Authors

  • Ms. Lisha Varghese KTU
  • Anitta Maria Joseph

Keywords:

cryptography, encryption

Abstract

The password_hash() function can create a
password hash providing security. Passwords are a critical
part of information and network security. Passwords serve
to protect user accounts but a poorly chosen password, if
compromised, could put the entire network at risk. The
password_hash() function can create a new password hash
using a strong one-way hashing algorithm. The
password_hash() function is compatible with crypt()
function, therefore, password hashes created by crypt()
function can be used with password_hash() function. And
the encrypted password is decrypt using password_verify
but here I could not using password_verify Password_hash
Syntax: $pass = password_hash($password,
PASSWORD_DEFAULT);

 

Author Biography

Anitta Maria Joseph

 

 

Published

2022-12-20

How to Cite

Ms. Lisha Varghese, & Anitta Maria Joseph. (2022). Implementing Password_Hash on Login. National Conference on Emerging Computer Applications, 3(1). Retrieved from https://ajcejournal.in/nceca/article/view/63

Most read articles by the same author(s)

Loading...