Zorot
Zorot

Reputation: 21

Web application running hashcat or john the ripper

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

Answers (1)

Edouard Courty
Edouard Courty

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

Related Questions