Talanor / findmyhash

Hash cracker
GNU General Public License v3.0
58 stars 31 forks source link

Separate binary / lib #15

Closed Talanor closed 6 years ago

Talanor commented 10 years ago

Make a libfindhash and a setup.py

The setup.py should create a directory to store the results of the hash calculators

Talanor commented 10 years ago

Some progress on that in 40bfd94 and 6df1cf5 but not yet fully implemented, a binary (working like the current one) should be created along with the lib.

Talanor commented 10 years ago

Setup.py installation works in fb16154 . We should remove the print and do all the printing in the main app.