How to decrypt ancast image

  • Thread starter Thread starter CrazyBoy
  • Start date Start date
  • Views Views 641
  • Replies Replies 0

CrazyBoy

New Member
Newbie
Joined
May 8, 2024
Messages
1
Reaction score
0
Trophies
0
Age
22
XP
33
Country
Greece
hello everyone,

sorry if this is a stupid question, but what program should i use to decrypt the ancast images (fw.img, c2w.img etc)? i want to do this for reverse engineering purposes.
i already have the keys.
trying with openssl with these commands:
$ openssl enc -d -aes-128-cbc -K keygoeshere -iv ivgoeshere -in image.img -out image-dec-1st.img $ openssl enc -d -aes-128-cbc -K keygoeshere -iv ivgoeshere -in image-dec-1st.img -out image-dec.img
outputs the wrong data.
i believe that the images are double encrypted with the same key.
please tell me if i'm wrong!
thanks.
 

Site & Scene News

Popular threads in this forum