View on GitHub

Brute Force Link Lock URLs

"Brute forcing" a password is the act of guessing it by brute force – literally trying all passwords until one works. This page is a simple, proof-of-concept brute force application. It is designed to decrypt Link Lock URLs by trying every single possible password. It is not optimized in any way, and does minimal error-checking.

For more information about brute forcing Link Lock URLs, read the open GitHub issue about it.

For a command-line brute force application that performs parallel processing using all cores of the CPU, check out this project.


INVISIBLE