Skip to content

MrScratchcat/gpu-based-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

gpu-based-password-generator

you need the cuda toolkit to compile the code

sudo apt install nvidia-cuda-toolkit -y

to compile the code type this:

nvcc -arch=sm_80 -o passwordGenerator passwordGenerator.cu

if you want to execute the program you need to have a min and max password length for examle

./passwordGenerator 4 12

this will make a password bitween 4 and 12 characters long

if you want the passwords to be safed in a file type this:

./passwordGenerator 4 12 >> passwords.txt

About

it creates passwords superfast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages