Full 3DES MAC

9/11/2013 9:01:07 AM
Gravatar
Total Posts 7

Full 3DES MAC

Hi Ugo,

I need to implement Full 3DES MAC. Can you help me please!

Thank you in advanced!

9/11/2013 9:17:49 AM
Gravatar
Total Posts 7

Re: Full 3DES MAC

More details:

Full triple DES MAC as defined in ISO 9797-1 as MAC Algorithm 1 with

- Padding method 1: add  0 to the end of the data until the padded data is a multiple of 8

- Splitting the data in blocks of 8 bytes

- initial transformation 1

-output transformation 1 , without truncation

 

Must be used a triple DES, double length for MAC calculation.