Re: Secure hash algorithm vs block cipher based authentication
- From: "Tom St Denis" <tomstdenis@xxxxxxxxx>
- Date: 1 Nov 2006 00:38:00 -0800
Rein Anders Apeland wrote:
The reason for asking is that I want to benefit from an existing 3DES
implementation in my application, and use it for authentication purposes
(with different keys, of course) instead of using expensive code space
for some SHA implementation also.
To not duplicate what they said ...
SHA-256 is fairly easy to code compactly (especially if you don't need
a lot of speed) and will get you a lot more security when used in HMAC
mode versus 3DES in CMAC mode.
Tom
.
- References:
- Secure hash algorithm vs block cipher based authentication
- From: Rein Anders Apeland
- Secure hash algorithm vs block cipher based authentication
- Prev by Date: Re: constructing a specified hash function
- Next by Date: Re: Another Dumb Idea for Debunking...
- Previous by thread: Re: Secure hash algorithm vs block cipher based authentication
- Next by thread: Use of "Labels" in ISO 18033
- Index(es):