|
Message-Id: <9F3F0199-DB03-4709-9A1F-8A4AA90C0AD1@patpro.net> Date: Thu, 18 Feb 2016 10:56:25 +0100 From: patpro@...pro.net To: john-users@...ts.openwall.com Subject: Re: hash format On 18 févr. 2016, at 10:51, Albert Veli <albert.veli@...il.com> wrote: > That is a base64 string. Decoded it becomes (hex): > 3c2f29b3cbdfc10f188fbba8f101e41b I've decoded the base64 to see if it would yield to some known hash, but I have not tried to encode in HEX :/ > echo PC8ps8vfwQ8Yj7uo8QHkGw== | openssl base64 -d | hexdump -C mine was (osx): echo PC8ps8vfwQ8Yj7uo8QHkGw== | base64 -D - next time I'll `hexdump` the result before trying to get proper hash identification! Thanks a lot. pat
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.