Fortifying Online Security: Investigating the Development and Evaluation of a Password Generator Tool
Keywords:
Fortifying Online Security, Password Generator Tool, Pseudo-random number.Abstract
A password generator is a computer program or hardware device that accepts input from an arbitrary or pseudo-random number encoder and produces a password mechanically. Random passwords can be produced manually, using a basic variety of sources such as dice or coins, or automatically, using a computer.While there are several instances of "random" password generator programmes accessible on the internet, producing randomness may be difficult, and many programmes do not produce random characters in a secure manner.
References
Ganesan R, Davies C. A new attack on random pronounceable password generators. Proceedings of the 17th (NIST) - National Computer Security Conference. pp. 184–197. Retrieved 2014-12-2017. [Google Scholar]
Random Password Generator - Crypto. Available from: https://www.avast.com/en-in/random-password-generator#pc.
random — Generate pseudo-random numbers - Python 3.5.1documentation. Available from: docs.python.org. Retrieved on 25 Mar 2016.
Miscellaneous operating system interfaces — Python 3.5.1documentation. Available from: docs.python.org. Retrieved on 25 Mar 2016.
"Secure" Random Numbers in PHP. What the Daily WTF? 18 April 2010.
PHP: openssl_random_pseudo_bytes - Generate a pseudo-random string of bytes. Retrieved 2016-03-25.
Levine, John R.Internet Secrets, Second edition, John Wiley and Sons, p. 831 7 April 2000.
Schneier B. Applied Cryptography, Second edition, John Wiley and Sons, p. 233. 1 January 1996
Java password generator example. Available from: https://mkyong.com/java/java-password-generator- example/.
Generating password in Java. Available from: https://www.codegrepper.com/codeexamples/java/ge nerate+random+password+in+java.