CodeGen is a password generator which can create passwords of 16 characters long and the user haves the ability to export them in a text file (.txt). Codegen can create unlimited passwords in seconds. You can also visit the website for more information!
Each password contains:
- 4 capital letters (A,B,C)
- 4 lowercase letters (a,b,c)
- 4 numbers (1,2,3)
- 4 special characters (!,@,£) in random order.
So the outcome is similar to this:
$0GyLs!#fjJ"7P49
The generated codes are unpredictable and the possibility of a code been generated twice is 0,013%.
- Download the codeGenerator.jar
- Open a cmd
- Navigate to the directory where the jar file is located
- Then type:
java -jar codeGenerator.jar
- Java 1.8
- Java Virtual Machine
This project is licensed under the MIT License - see the LICENSE file for details.