How to Make a Password Generator in Java
Max O'Didily
How to Make a Password Generator in Java
Greetings, in this Java tutorial we shall be making a password generator using Java. We will be using a combination of lower case letters, upper case letters, numbers and special characters to generate the password.
We will be using java.security.SecureRandom instead of random as it makes the passwords more random which is ideal when you are generating multiple passwords as we should be using a different password for each account.
Here is the CHAR_POOL variable used: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()-_=+[]{};:'",./?`~"
Angled brackets aren't allowed in YouTube descriptions.
Thanks for watching this Java tutorial on how to generate a random password.
Subscribe to keep notified when I upload: https://tinyurl.com/SubMaxODidily
How to Make a Password Generator in Java ... https://www.youtube.com/watch?v=t9dBFV9fDyE
13769789 Bytes