-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, 01 Nov 2003 at 07:02:49AM -0500, Lupe Christoph wrote: > > 0. With the obvious exception that C strings don't like null bytes. So > > try to avoid hitting the null key on your keyboard. :) > > You forgot that a ':' as part of the encrypted password will cause > problems ;-)
Adding to what Michael said, a MD5 hash will only contain hexadecimal digits. /[0-9a-f]/i Even if you were to include bytes with the value 128-255, MD5 will include them into it's remainder calculation...yada yada yada...and all you will get out is hexadecimal digits. - -- Phillip Hofmeister PGP/GPG Key: http://www.zionlth.org/~plhofmei/ wget -O - http://www.zionlth.org/~plhofmei/key.txt | gpg --import - -- Excuse #21: Improperly oriented keyboard -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/pFWlS3Jybf3L5MQRAoWXAJ4k74yGA22dvG5EOnF/tjVDXuasyACgjOfb 1o0Lw2aymJZMXRc1PEsF528= =lO19 -----END PGP SIGNATURE-----

