Skip to content

DioBruh/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++ Password-Generator

Language

Simple c++ Password generator. Free for use!

💻 Requirements

  • Latest Mingw-64 or Mingw-32 installed.
  • Windows 8 or higher or anyone linux distro with g++ installed.

long live for open source!

☕ Compile

  • You can use g++ or gcc
gcc startup.cpp -o password

or

g++ startup.cpp -o password

Windows

  • Usage:
password.exe -r [INTEGER-RANGE]
password.exe --range [INTEGER-RANGE]

Linux

./password -r [INTEGER-RANGE]
./password --range [INTEGER-RANGE]

thanks everyone to view this repository. bye!

Foto do DIO
Dio Brando