Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 15 Feb 2013 00:58:17 +0100
From: magnum <john.magnum@...hmail.com>
To: john-users@...ts.openwall.com
Subject: Re: SSHA-512 supported?

On 14 Feb, 2013, at 14:45 , Jon Schipp <jonschipp@...il.com> wrote:

> I have gcc on the box.
> 

Here is a C version of what Solar did in perl. Please compile it and run it (with time) with no argument first (will use a hardcoded salt of '{ssha512}04$................$'). If it outputs longer strings than perl did, we scored. If so, you can run the rest and post all results:

time ./AIXtest

time ./AIXtest '{ssha512}06$................$'

time ./AIXtest '{ssha256}04$................$'

time ./AIXtest '{ssha256}06$................$'

time ./AIXtest '{ssha1}04$................$'

time ./AIXtest '{ssha1}06$................$'

time ./AIXtest '{smd5}........$'

time ./AIXtest '$1$........$'

time ./AIXtest '$6$................$'


thanks,
magnum



Download attachment "AIX-test.c" of type "application/octet-stream" (531 bytes)

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.