snooper计算Aes cmac

key = 2b7e1516 28aed2a6 abf71588 09cf4f3c

 

x = aes128_cmac( 00, , $key )

if $x != bb1d6929 e9593728 7fa37d12 9b756746

    ?

    pause

endif

 

x = aes128_cmac( 00, 6bc1bee2 2e409f96 e93d7e11 7393172a, $key )

if $x != 070A16B46B4D4144F79BDD9DD04A287C

    ?

    pause

endif

 

x = aes128_cmac( 00, 6bc1bee2 2e409f96 e93d7e11 7393172a                  ae2d8a57 1e03ac9c 9eb76fac 45af8e51                  30c81c46 a35ce411, $key )

if $x != DFA66747DE9AE63030CA32611497C827

    ?

    pause

endif

 

x = aes128_cmac( 00, 6bc1bee2 2e409f96 e93d7e11 7393172a                  ae2d8a57 1e03ac9c 9eb76fac 45af8e51                  30c81c46 a35ce411 e5fbc119 1a0a52ef                  f69f2445 df4f9b17 ad2b417b e66c3710, $key )

if $x != 51F0BEBF7E3B9D92FC49741779363CFE

    ?

    pause

endif

 

 

 

猜你喜欢

转载自blog.csdn.net/jennyvenus/article/details/104484320
AES
今日推荐