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
- 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
- Move to the folder "passwordgen" with : cd .\passwordgen\
- Introduce the following command: mvn clean package
- Continue: mvn clean install
- Now you will have in the folder "Target" 2 .jar file
#Run the program
Two options to run the program:
- Go to the folder "Target" and double click the "passwordgen-1.0-jar-with-dependencies.jar"
- Go to the directory "Target" in cmd and put the following command: java -jar passwordgen-1.0-jar-with-dependencies.jar
#How it works
- Bottom "Generate" can generate a random password without saving it.
- 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
- Buttom "Copy" you can use it Generate and Generate & Save it will copy the password created in your clipboard