Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 350 Bytes

File metadata and controls

6 lines (6 loc) · 350 Bytes

SimpleJavaConsolePasswordsGenerator

Java Console Passwords Generator Generates custom specified list of passwords and exports them to output file To simplify code user can change symbolsToUse, passwordLength, passwordsCount and outputFile fields manually. Run from IDE/console to get unique list of passwords. Uses java.security.SecureRandom class