[ pycrypto-Patches-1618032 ] XCBC-MAC and XCBC-PRF with different ciphers

"SourceForge.net" <[email protected]> Mon, 18 Dec 2006 05:39:20 -0800
Newsgroups gmane.comp.python.cryptography.cvs
Message-ID <[email protected]>
Patches item #1618032, was opened at 2006-12-18 05:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=320937&aid=1618032&group_id=20937

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: XCBC-MAC and XCBC-PRF with different ciphers

Initial Comment:
XCBCMAC.py implements the XCBC-MAC algorithm as described by RFC 3566. It tries to respect PEP 247 (API for Cryptographic Hash Functions)
RFC 3566 describe the algorithm named AES-XCBC-MAC-96. It involves the use of AES in CBC mode with a
set of extensions (XCBC) to overcome this limitation.
Nevertheless since the key used is as long as the block size all ciphers may be used with XCBC
ie we could have (with key length in bytes):
- TripleDES-XCBC-MAC (8)
- AES-XCBC-MAC (16)
- DES-XCBC-MAC (8)
- BLOWFISH-XCBC-MAC (8)
- CAST-XCBC-MAC (8)






----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=320937&aid=1618032&group_id=20937

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV