View Single Post
Old 01-29-2013   #56
zecoxao
Member
 
zecoxao's Avatar
 
Join Date: Oct 2011
Posts: 741
Likes: 425
Liked 743 Times in 289 Posts
Mentioned: 118 Post(s)
Tagged: 0 Thread(s)
Originally Posted by haz367 View Post
ah ok...man i have missed u always good tips and such...
so to make it clear

1st key, 0x10-0x1f - 2nd key, 0x20-0x2f

first 16 bytes is nothing?
offset 10>1f = for encrypting data key1
offset 20 - 2f = for decrypting data key2
rest = rootkey

updating the linux atm..gonna waste some time on the wiki later on..let's how long my patience last

thx
0x0-0xf bytes = 1st key, 0x10-0x1f - 2nd key

basically , the first 16 bytes contain a key, the second 16 contain another, and the last 16 are the hash check from OMAC1. you get that by "digesting" the two keys. that's a hash function.
__________________
"Whoever has ears, let them hear."
zecoxao is offline   Reply With Quote