/gibberish-decrypter

Decrypt Gibberish AES strings

Primary LanguageJavaScript

Gibberish AES Decrypter

A simple web app that shows how to decrypt text encrypted with Gibberish AES using brute force.

The app runs locally inside the client's web-browser.

It iterates over the words extracted from the provided dictionaries without blocking the UI thread, i.e. in multiple Web Workers, one worker per dictionary.
The workers load data in chunks. Loading the whole dictionary file into memory would be inefficient in this case. Dictionaries usually are very big in size.

Please check out the sample_data directory, which contains an encrypted string(key.txt) and a few dictionaries, one of which contains the password for the encrypted string.