Password Cracker in RUST WASM





5.00/5 (1 vote)
Password cracker made in WASM Rust inspired by the popular John the Ripper
WASM Rust the Ripper
Password cracker made in WASM Rust, is inspired by the popular John the Ripper. The app uses a collection of password dictionaries or auto generated words combined with different algorithms to perform a brute force attack in order to get the ciphered password.
Available Algorithms
Please refer to each crate documentation and check its licensing.
Build and Run in Development Environment
Download and install wasm-pack
in case you don't have it.
# cd /src/ripper_wasm
# cargo install wasm-pack
Generate the WASM package:
# cargo build
# wasm-pack build
Link locally the NPM package:
# cd pkg
# npm link
# cd /src/site
# npm link rust_ripper_wasm
Install NPM dependencies:
# npm install
Run:
# npm run serve
Building and Running Docker
# docker build -f ./docker/Dockerfile -t rust-ripper-wasm .
# docker run -p 8080:80 rust-ripper-wasm
Stage Environment
The application is being deployed at Stage.
License
This project is licensed under the terms of the MIT license. Check the LICENSE file out for license rights and limitations.