Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 410 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 410 Bytes

passwordcracker

Simple Password Cracker by Andy Glenn written in BASIC

Here is a simple password cracker written in BASIC. It's only intended for fun and learning purposes.

The code performs a brute force hack against your chosen password. You have the option to filter on Uppercase, Lowercase, Numerics and Special Characters (Punctuation).

You are free to use and modify the code for your own purposes.