|
Crypto
Which fast one way hash function for secure comparison? Dec 23 2009 10:56PM Zacheusz Siedlecki (Zacheusz Siedlecki gmail com) (3 replies) Re: Which fast one way hash function for secure comparison? Dec 27 2009 05:57AM Gregory Rubin (grrubin gmail com) (1 replies) Re: Which fast one way hash function for secure comparison? Dec 27 2009 08:09PM Zacheusz Siedlecki (z acheusz s gmail com) Re: Which fast one way hash function for secure comparison? Dec 26 2009 01:05PM Omar Herrera (oherrera prodigy net mx) (1 replies) Re: Which fast one way hash function for secure comparison? Dec 26 2009 09:01PM Zacheusz Siedlecki (Zacheusz Siedlecki gmail com) (3 replies) Re: Which fast one way hash function for secure comparison? Dec 27 2009 02:35PM Omar Herrera (oherrera prodigy net mx) (1 replies) Re: Which fast one way hash function for secure comparison? Dec 27 2009 05:53PM Zacheusz Siedlecki (Zacheusz Siedlecki gmail com) Re: Which fast one way hash function for secure comparison? Dec 26 2009 11:08PM Jeffrey Walton (noloader gmail com) (1 replies) Re: Which fast one way hash function for secure comparison? Dec 26 2009 10:55PM Adam Nichols (adam dc949 org) Re: Which fast one way hash function for secure comparison? Dec 26 2009 10:00AM Attila SUSZTER (asuszter yahoo com) |
|
Privacy Statement |
>> Unfortunately, it's Java with Intel Core 2 Quad 2.66GHz under it.
>> Thanks - I know about possibilities of native acceleration. I look for
>> a fast algorithm.
> Unfortunately, security and performance are often diametrically
> opposed. You can have it secure, or you can have it fast, but you'll
> be hard pressed to something that is both secure and fast.
>
> Jeff
Yeah - I know. I have specific security requirements. The main is
first preimage attack resistance. Standard hash functions have more
properties, such as strong collision resistance and second preimage
resistance which has high computational cost and I don't need it.
On Sat, Dec 26, 2009 at 11:55 PM, Adam Nichols <adam (at) dc949 (dot) org [email concealed]> wrote:
> How about CRC32? Certainly low security, but it's fast...
>
> --Adam
>
As I know it has to lower first preimage attack resistance. Anybody
knows more about it's security properties?
Regards,
Zacheusz Siedlecki
[ reply ]