ASMR CODING | password generator in Java (Part 1)
This is an ASMR styled programming / coding video where I code several programs, small and large scale in Java while giving you the tingles with typing and whispering sounds..
In this video I generate a simple password generator app in Java. This is part 1 and in this part I make a Java class that represents a password generator. The password will have certain fields to store the generated password itself and the desired length of the password. The generator uses a randomizer that picks a character from a string of all the possible characters and iterates, picking random characters until the password is generated at its desired length.
In the next part (Part 2) I will be implementing different versions of PasswordGenerators, in other words other Java classes that inherit from this class except that they will generate stronger or weaker passwords.
Note that the string building approach I implemented was similar to that where I used to create the typing simulator console game in a video I made earlier.
Please give this video a thumbs up if you have gotten your ASMR tingles.