Java Password Generator

Description 

I wanted to make a quick easy to use password generator for creating strong passwords and storing them for future use.

Requirements for a strong password include having upper case and lowercase and numbers, randomly generated and usually over 8 characters long.

I wanted to be able to do excessively long String passwords whilst also being able to store them and give a description.

Try it!

 

Learning Goals

Using a JAVA class as an interchangeable object, i was able to take this program, and reproduce it in C# with only minor changes to variable type definitions.

Insisting that the first characters of any given password meet the criteria required (e.g is Uppercase) before shuffling the enite password many times ensured criteria always met

Ensuring that it would not action if the requirement outweighed the character count.

Using an edit box so non generated information could be stored.

Suing undercoated JFrames ,Images, Styling.

 

Languages Used

JAVA ,also C# edition.

 


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *