VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

brute force algorithm

Xeeky  (1 Submission)   String Manipulation   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

it's supposed to return the next password in a sequence of passwords, not random passwords, or a dictionary attack. it's designed to return case-insensitive alphanumeric passwords, but that can easily be changed, i can't help you do that, it's up to you

Inputs
startPW - this is the pw you want the algorithm to start from noChange - if this is True, it'll just poll for the next pw w/o changing it inside the function startLength - ignored if startPW is used, must be > 1, it determines the length of the starting password.

Returns
the next base35 string (alphanumeric, lowercase)

Side Effects
none, as long as startLength is greater than 0

Rate brute force algorithm (3(3 Vote))
brute force algorithm.bas

brute force algorithm Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters