|
Message-ID: <93670615135069480b0e136691f41fde@smtp.hushmail.com> Date: Tue, 07 Aug 2012 14:12:50 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: Current -fixes GPU formats vs TS On 2012-08-06 05:12, Lukas Odzioba wrote: > static struct fmt_tests tests[] = { > {"M$administrator#25fd08fa89795ed54207e6e8442a6ca0", "password"}, > + {"M$usry#40085cd242c04048c8077e09272101a2","sppooky"}, > + {"M$nineteen_characters#383a214ed244be627aca298b8b886736","12qw3�e�"}, Note that using unprotected 8-bit characters in source code is error-prone. You should define the above as "12qw3\xB4e\xF2" instead. magnum
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.