@inproceedings{31882562fe3043739dc0f9abd188e4ef,
title = "An Integrated Mechanism for Resetting Passwords in Web Applications",
abstract = "It is very common for people to forget their passwords and request to reset their password through web browsers. This leads to the critical question of how a software developer should simply and safely, store and change a user's password for a web application. When an application stores a user's password in a database, the password must be encrypted so nobody can query the fields and see the original value. It is bad design to send or display the original password to the user when a user resets their password, as the information could be seen or intercepted. On the other hand, it is also inconvenient that users must memorize additional information in the form of security questions when attempting to reset the password. When resetting a password, it is better to use a user's basic personal information and email or text them a reset URL link with encrypted codes. This paper presents an integrated mechanism that utilizes PHP and MySQL functions to reset user passwords and improve the security for resetting passwords. The method can also protect the database from being attacked by reducing unnecessary access to the database. A case study is discussed in this paper.",
keywords = "database, MySQL, password, PHP, security, Web Application",
author = "Huang, {Ching Yu}",
note = "Publisher Copyright: {\textcopyright} 2017 IEEE.; 2017 International Conference on Computational Science and Computational Intelligence, CSCI 2017 ; Conference date: 14-12-2017 Through 16-12-2017",
year = "2018",
month = dec,
day = "4",
doi = "10.1109/CSCI.2017.9",
language = "English",
series = "Proceedings - 2017 International Conference on Computational Science and Computational Intelligence, CSCI 2017",
publisher = "Institute of Electrical and Electronics Engineers Inc.",
pages = "50--54",
editor = "Tinetti, {Fernando G.} and Quoc-Nam Tran and Leonidas Deligiannidis and Yang, {Mary Qu} and Yang, {Mary Qu} and Arabnia, {Hamid R.}",
booktitle = "Proceedings - 2017 International Conference on Computational Science and Computational Intelligence, CSCI 2017",
}