Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Other Java > BOOK: Beginning Cryptography with Java
|
BOOK: Beginning Cryptography with Java
This is the forum to discuss the Wrox book Beginning Cryptography with Java by David Hook; ISBN: 9780764596339
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Cryptography with Java section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 5th, 2011, 09:38 PM
Authorized User
 
Join Date: Jun 2011
Posts: 38
Thanks: 9
Thanked 0 Times in 0 Posts
Default Chatper-3 MAC's based on Symmertic Ciphers

I guess, it should be-

There are a variety of reasons why you might want to use a MAC based on a symmetric cipher, rather than using one based on a cryptographic hash.

to

There are a variety of reasons why you might want to use a MAC based on a symmetric cipher, rather than using one based on a message digest.
 
Old June 19th, 2011, 08:16 PM
Authorized User
 
Join Date: Jun 2011
Posts: 38
Thanks: 9
Thanked 0 Times in 0 Posts
Default

any idea or thoughts?
 
Old June 19th, 2011, 09:25 PM
dgh dgh is offline
Wrox Author
 
Join Date: Aug 2005
Posts: 206
Thanks: 0
Thanked 20 Times in 20 Posts
Default

Ah, okay, wasn't sure if this was a question.

Actually, in this case, both sentences say the same things. You'll find if you start looking at the IETF standards for example that people use the terms "cryptographic hash" and "message digest" interchangeably. One of the reasons for this is that message digests can, and are, often used as hash functions in a variety of ways, from basic table storage to algorithms like Bloom filters. The distinction between a regular hash and a cryptographic is the nature of the algorithm used - random bit changes in the input of a cryptographic hash should always call an unpredictable change in the resulting cryptographic hash.

Regards,

David
The Following User Says Thank You to dgh For This Useful Post:
boy18nj (June 19th, 2011)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Transform Attribute based xml to element based xml pallone XSLT 6 February 2nd, 2016 07:59 AM
XSLT for converting column based xml to row based one sayusekhar XSLT 4 March 8th, 2011 08:20 AM
javascript with PHP in MAC's Firefox jasmine2 Xcode 0 July 12th, 2007 05:17 AM
Why won't Mac's play ball Adam H-W Javascript 5 November 27th, 2006 09:59 AM
Getting Chatper 12 to work with Sql Server 2000 tperri75 BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 11 August 11th, 2006 12:06 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.