|
Message-ID: <20120818172518.GA29357@openwall.com> Date: Sat, 18 Aug 2012 21:25:18 +0400 From: Solar Designer <solar@...nwall.com> To: Vladimir Vorontsov <vladimir.vorontsov@...ec.ru> Cc: john-dev@...ts.openwall.com Subject: Re: salted raw MD5 on GPU On Sat, Aug 18, 2012 at 09:17:29PM +0400, Vladimir Vorontsov wrote: > Binary (hex-encoded) salts more clearly. > I.e. salt "%f\gs3;A" require escaping in command line. Well, you won't need to specify it on the command line, but if we don't do hex-encoding, then the characters ':' (colon), CR, and LF would not be allowed (as they're part of the passwd-like file format). I guess ':' is a possible character in salts in your hashes? If so, we do need to support hex-encoding. Alexander
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.