Skip to content

AlejandroAcebo/PasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PASSWORD GENERATOR

The program can generate random passwords that you can save in a text file.

#Prerequisites

This program was made with Maven and Java, so you need to have installed Maven and Java. Maven will be for compile, install and generate executable .jar program.

#Installation windows

  1. You have to clone this repository in your computer to do this open cmd / powershell and move to the directory where you want to install it and put this command : git clone https://github.com/Alejandro8950/PasswordGenerator.git
  2. Move to the folder "passwordgen" with : cd .\passwordgen\
  3. Introduce the following command: mvn clean package
  4. Continue: mvn clean install
  5. Now you will have in the folder "Target" 2 .jar file

#Run the program

Two options to run the program:

  1. Go to the folder "Target" and double click the "passwordgen-1.0-jar-with-dependencies.jar"
  2. Go to the directory "Target" in cmd and put the following command: java -jar passwordgen-1.0-jar-with-dependencies.jar

#How it works

  1. Bottom "Generate" can generate a random password without saving it.
  2. Bottom "Generate & Save" can generate a randow password which save it in a text file which name is what you have introduce in the field above. This file will be create and modify in the targer folder
  3. Buttom "Copy" you can use it Generate and Generate & Save it will copy the password created in your clipboard

About

A program that generate random password and save in a txt file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages