Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 17 Jan 2012 21:11:14 +0530
From: Piyush Mittal <piyush.cse29@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Bit slice implementation of DES based hashes

> Did you find (e.g., with gdb) what source code line the segfault occurs
> on?  What line is that?
>

Yes, below is segmentation fault that I am getting.

Program received signal SIGSEGV, Segmentation fault.
DES_bs_crypt_Oracle (binary_plain_salt_mix=0x7fffffffc640) at
DES_bs_b.c:1265
1265            s1(y(31, 0), y(0, 1), y(1, 2),
(gdb)



I suggest that you move to 1.7.9-jumbo-5 for your further work.
>

Ok. I already switched my whole code to 1.7.9-jumbo-5 but while compiling
it is not allowing to accommodate to any new function. Here is the error
that I am getting.

oracle_fmt_plug.o: In function `oracle_crypt_all':
> /home/piyush/Desktop/john-1.7.9-jumbo-5/src/oracle_fmt_plug.c:312:
> undefined reference to `DES_bs_crypt_Oracle'
> collect2: ld returned 1 exit status
> make[1]: *** [../run/john] Error 1
> make[1]: Leaving directory `/home/piyush/Desktop/john-1.7.9-jumbo-5/src'
> make: *** [linux-x86-64] Error 2
> piyush@...ush-PC:~/Desktop/john-1.7.9-jumbo-5/src$
>
>
I know this is not a big issue but where am I lacking ? Do I need to make
any modification in "make file"?



-- 
Piyush Mittal
Department of Computer Science and Engineering
National Institute of Technology,Rourkela
INDIA

Content of type "text/html" skipped

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.