Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 6 Sep 2013 14:52:08 +0200
From: Marc Brinkmann <marc.brinkmann@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: Problem with Session restore

I adjusted the Makefile according to your last suggestions some month ago
to enable OMP :)

Here the resultes:
~/JohnTheRipper/run$ ./john | head -1
John the Ripper password cracker, ver: 1.7.9-jumbo-8-RC_omp
[linux-x86-64-native]

And Here the OMP part of my Makefile:

"OMPFLAGS =
# gcc with OpenMP
OMPFLAGS = -fopenmp
# OMPFLAGS = -fopenmp -msse2
# OS X (llvm-gcc) with OpenMP
"



2013/9/6 magnum <john.magnum@...hmail.com>

> On 6 sep 2013, at 13:44, Marc Brinkmann <marc.brinkmann@...il.com> wrote:
> > any idea, why a build with OMP is not compiled anymore?
>
> OMP is not enabled by default. You need to uncomment OMPFLAGS in Makefile.
>
> > i also think, there are less files in /run, than before...
> > ~/JohnTheRipper/run$ ls
> > calc_stat  genmkvpwd  hccap2john    %OFFICEFILE%.xlsx  john.local.conf
> > keepass2john   keyring2john  mkvcalcproba  pfx2john    pwsafe2john
> > rar2john  SIPdump   tgtsnarf               uaf2john  undrop  unshadow
> > wpapcap2john
> > dmg2john   gpg2john   %HASHFILE%.txt  john     john.rec
> > keychain2john  kwallet2john  mozilla2john  putty2john  racf2john
> > raw2dyna  ssh2john  truecrypt_volume2john  unafs     unique  vncpcap2john
> > zip2john
>
> That is an ancient version of Jumbo. Try this:
>
> ./john | head -1
>
> If it doesn't say 1.7.9-jumbo-8-RC, you did something wrong when checking
> it out from git. See http://openwall.info/wiki/john/patches
>
> magnum
>

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.