Thanks to Rust and Web Assembly you can now pass Vulcan Proof-of-Work captcha about ~20 times faster (from 5 s to 220 ms on i7-12700KF), and even more on mobile devices!
- Speed: Drastically reduces login time by accelerating the PoW calculation.
- Privacy: Runs entirely locally in your browser.
- Compatibility: Works on Chromium-based browsers (Chrome, Brave, Vivaldi) and Firefox.
To build the extension from source you need to:
Simply download a ready build from the releases page.
To add the extension to your browser:
- Firefox:
- Open
about:debugging#/runtime/this-firefox - Click on "Add temporary extension"
- Select
manifest.jsonfrom your unpacked .zip.
- Open
- Chromium:
- Open
chrome://extensions/ - Turn on "Developer mode" (top right corner)
- Click on "Load unpacked"
- Select your unpacked folder.
- Open
This extension intercepts the Proof-of-Work challenge from EduVulcan and offloads the heavy calculation to a WebAssembly module compiled from Rust. This is significantly faster than the default JavaScript implementation provided by the website.