commit 51f4107ac64d0c31a1b31911cea8ad0fcffddbf7
Author: Christophe Fergeau <[email protected]>
Date:   Wed Oct 28 16:17:57 2009 +0100

    add proper AES key for hash72 generation
    
    Credits for finding this key goes to marcan.

 src/itdb_hash72.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/itdb_hash72.c b/src/itdb_hash72.c
index 6457577..7392937 100644
--- a/src/itdb_hash72.c
+++ b/src/itdb_hash72.c
@@ -36,7 +36,7 @@
 #include "db-itunes-parser.h"
 #include "itdb_private.h"
 
-static const uint8_t AES_KEY[16] = { 0x0, };
+static const uint8_t AES_KEY[16] = { 0x61, 0x8c, 0xa1, 0x0d, 0xc7, 0xf5, 0x7f, 
0xd3, 0xb4, 0x72, 0x3e, 0x08, 0x15, 0x74, 0x63, 0xd7 };
 
 /*
 | hash_generate and hash_extract are :

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to