must have overlooked that part... thx again guys
i have to take the offer though.. cheers rikukh3 in advance!
anyway, testing myself this encrypt part using openssl/cygwin
first i saved EIID_key_seed as a txt file - EID0_Key_Seed.txt with Notepad++
Code:
AB CA AD 17 71 EF AB FC 2B 92 12 76 FA C2 13 0C
37 A6 BE 3F EF 82 C7 9F 3B A5 73 3F C3 5A 69 0B
08 B3 58 F9 70 FA 16 A3 D2 FF E2 29 9E 84 1E E4
D3 DB 0E 0C 9B AE B5 1B C7 DF F1 04 67 47 2F 85
saved eid0_section_key_seed the same way - EID0IV.txt
Code:
2E D7 CE 8D 1D 55 45 45 85 BF 6A 32 81 CD 03 AF
cp this command into openssl:
Code:
openssl aes-256-cbc -e -in EID0_Key_Seed.txt -out EID0IV.txt -nosalt -K 11A534612CE5FC48614BF01CA32378804563323B22A451841CF2654B33DE98A7 -iv D43R5452282A48432F9YB46CDET852R6 -p -nopad
errors out with this:
Code:
key=11A534612CE5FC48614BF01CA32378804563323B22A451841CF2654B33DE98A7
iv =D43R5452282A48432F9YB46CDET852R6
bad decrypt
3688:error:0607F08A:digital envelope routines:EVP_EncryptFinal_ex:data not multiple of block length:evp_enc.c:228:
any pointer on the key's, should one pass them tru hex2key2bin or something to read properly?
thx!