alexewerlof / brute-force

A customizable brute-force password cracker, but nothing fancy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

This is the product of a few sleepless moments before I go to bed.

It's a simple algorithm that permutates through an array of possible characters and tries to crack a hypothetical password.

It uses generators, esm and a few other "relatively" new features of ES.

About

A customizable brute-force password cracker, but nothing fancy


Languages

Language:JavaScript 100.0%