1

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...

Zorot
  • 21
  • 3

1 Answers1

0

This gem could help you: https://rubygems.org/gems/ruby_hashcat

If you run Rails you should be able to run Hashcat with it.