Skip to content

benrhine/bruteForceKeyGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

bruteForceKeyGenerator

Simple brute force key generator to open a url. I wrote this as an exercise for an interview and it will generate keys of any length until a correct key is found. In this particular implementation all keys with start with a 'Q' and will contain a '9'. But it recurisvly generates all possible combinations of a given string so it is quite slow. It is easy to modiify the length and given character set though.

About

Simple brute force key generator to open a url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages