Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sun, 18 Dec 2011 13:54:34 -0500
From: Jordan Bradley <jordan.w.bradley@...il.com>
To: john-dev@...ts.openwall.com
Subject: Making a thread safe implementation of bitslice DES

Hello

I'm writing a multithreaded application (using pthreads) using OpenSSL's 
DES_fcrypt function which does the job but is slow. I'd like to use 
JTR's bitslice implementation but it doesn't seem to be thread safe. In 
the end I'd like it to be a drop-in replacement of DES_fcrypt() but I 
don't know where to start. Suggestions?

Thanks

Jordan

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.