Skip to content

georgelivas/CodeGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

What is CodeGen?

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!

Packagist Visit my Blog

Security

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%.

Getting Started

  1. Download the codeGenerator.jar
  2. Open a cmd
  3. Navigate to the directory where the jar file is located
  4. Then type:
java -jar codeGenerator.jar 

Demo

System Requirements

  • Java 1.8
  • Java Virtual Machine

Licence

This project is licensed under the MIT License - see the LICENSE file for details.