Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.72 KB

README.md

File metadata and controls

67 lines (41 loc) · 1.72 KB

passwordGenerator

International Hellenic University logo

CodeFactor

Contents

About the Project

A simple password generator app developed for "Programming with Java" while I was at university.

Features

This password generator has basics features:

  • User selects the charset
  • User selects the length of the password

Getting Started

Prerequisites

  • Java JDK here
  • Jmetro here
  • IDE (Although it was build with Netbeans, I suggest to use IntelliJ IDE)

Run Locally

Running it locally is pretty forward. Just open the project in your IDE of choice and run it.

Usage

You select the charset (upper, lower case letters, numbers, symbols), and the length. Then just press the 'OK' button.

Screenshots

UI

Password generation

Error