03-02-2017, 04:33 PM
(03-01-2017, 05:44 PM)philsmd Wrote: This is not the correct way to generate hashes.
echo always outputs a string with newlines.
BTW: this question is even present in the MOST frequently asked questions https://hashcat.net/faq#i_created_a_hash...o_crack_it
Ok.. I cleaned the hash with str.replace of python.. Maybe was not good.. now it's correct.
So.. How can I create my known hash file without echo?
echo -n "myhash" >> hash ?