Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon, 18 Feb 2013 16:03:56 -0500
From: Jon Schipp <jonschipp@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: SSHA-512 supported?

On Sat, Feb 16, 2013 at 6:02 AM, Solar Designer <solar@...nwall.com> wrote:
> Jon -
>
> On Fri, Feb 15, 2013 at 02:12:29PM -0500, Jon Schipp wrote:
>> /usr/bin/time ../AIXtest '{ssha512}01$................$'
>
> Can you try these? -
>
> /usr/bin/time ../AIXtest '{ssha512}64$................$'
> /usr/bin/time ../AIXtest '{ssha512}65$................$'
> /usr/bin/time ../AIXtest '{ssha512}32$................$'
> /usr/bin/time ../AIXtest '{ssha512}33$................$'
>
> ... and ditto for ssha256 and ssha1.

Here's the full result of each:

==> ssha1_32.txt <==
7QipYmULaUV3U

Real   17.05
User   13.34
System 0.48

==> ssha1_33.txt <==
haTRxq.D0hFKQ

Real   17.10
User   13.34
System 0.49

==> ssha1_64.txt <==
HbBRfiLjGM/ec

Real   17.00
User   13.34
System 0.48

==> ssha1_65.txt <==
jkk/cu9nG6L/c

Real   17.14
User   13.33
System 0.48

==> ssha256_32.txt <==
9FNAh5PeUJZcE

Real   17.03
User   13.34
System 0.48

==> ssha256_33.txt <==
uad9FjCkl2OBo

Real   17.10
User   13.33
System 0.48

==> ssha256_64.txt <==
s3zGn/BprEZa2

Real   17.11
User   13.33
System 0.46

==> ssha256_65.txt <==
hcjg2k48bVR.U

Real   17.04
User   13.33
System 0.47

==> ssha512_32.txt <==
knyuhQSlHr9cU

Real   17.11
User   13.33
System 0.46

==> ssha512_33.txt <==
ebjyi/8SVHdwY

Real   16.98
User   13.33
System 0.46

==> ssha512_64.txt <==
XZKmSWJzda4Xc

Real   17.10
User   13.33
System 0.46

==> ssha512_65.txt <==
77PhDNQya6yvU

Real   17.00
User   13.33
System 0.46


> Also, when you compiled AIXtest.c, did you have to link it against any
> libraries, and which ones?  Were there any compiler warnings (e.g. about
> crypt() not being defined by the #include's in magnum's AIXtest.c)?

I did not have to manually link against any libraries, it compiled
just fine without errors or warnings.

$ ldd AIXtest
AIXtest needs:
         /usr/lib/libc.a(shr.o)
         /unix
         /usr/lib/libcrypt.a(shr.o)

> 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.