MAVProxyUser/DJI_ftpd_aes_unscramble

Scrambled output from update log

Opened this issue · 1 comments

Hi, can you please tell me if this script is still usable ?

I am trying to descramble update logs from last Spark updates, but it is unable
to decrypt this file.

For everyone looking here for decryption: Install openssl and use this call:

openssl enc -d -nosalt -in kernel03.log -aes-128-cbc -K 5950314E6167375A5226446A00000000 -iv 30313233343536373839616263646566 -out kernel03_decrypted.log