A Java Program to generate Password like Wordpress password generator in Java using Eclipse IDE

in utopian-io •  7 years ago  (edited)

What Will I Learn?

  • More understanding of StringBuilder Class.
  • More understanding of for loops
  • More understanding of Random Class.

Requirements

  • An Integrated Development Environment(IDE) installed that can run Java (e.g Eclipse, IntelliJ, NetBeans)
  • JDK 1.X installed on your Pc
  • Java Programming Experience.
  • Of course, willingness to learn

Difficulty

  • Intermediate

Description

In this Java Program, a model like a password generator used in WordPress is being developed.

Firstly, the user is asked how long he/she would want the password to be and then a random password of that length is generated.

The program takes all the capital or block letters and adds then with the small letters and symbols and then users a random object to randomly select these characters from a StringBuilder object and then upon getting the exact length of the password, the password is displayed.

An online password check is also used to check how strong the password is and it happens to be very strong.

Video Tutorial

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Your contribution cannot be approved because it does not follow the Utopian Rules.

  • Video Tutorials must be technical instructions that teach non-trivial aspects of an Open Source project.
  • What you talk in the video tutorial is too ubiquitous。Hope for mroe unique and technical contributions .Thanks

You can contact us on Discord.
[utopian-moderator]