Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 21 Nov 2011 17:34:50 +0100
From: Lukas Odzioba <lukas.odzioba@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: best way to get ciphertext

2011/11/21 Samuele Giovanni Tonon <samu@...uxasylum.net>:

> i wish i could call binary() but i need ciphertext which is available
> only at a "superior" layer.
>
> any idea ?

Oh yeah it is a problem then.
What about moving crypt_all code to cmp_all and leaving crypt_all empty?
If there were no set_salt or set_key calls between last cmp_all call
then don't do hash calculations inside cmp_all - just in case.
It is ugly solution but it might work.

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.