Click here to Skip to main content
15,888,521 members
Articles / Programming Languages / Rust

Password Cracker in RUST WASM

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
20 Jan 2022MIT 5.5K   50   1  
Password cracker made in WASM Rust inspired by the popular John the Ripper
The password cracker app uses a collection of password dictionaries or auto generated words combined with different algorithms to perform a brute force attack to get the ciphered password.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior)
Spain Spain
http://www.linkedin.com/in/gerard-castello-viader
https://github.com/gcastellov

Comments and Discussions