Reputation: 21
Is it possible to run locally Hashcat or John the Ripper with Rails? I have to create cryptoanalysis application with web interface for studies project. What would be the best approach to do this. Heard something about communicating with local running aps with javascript...
Upvotes: 1
Views: 150
Reputation: 82
This gem could help you: https://rubygems.org/gems/ruby_hashcat
If you run Rails you should be able to run Hashcat with it.
Upvotes: 0