DJI_ftpd_aes_unscramble icon indicating copy to clipboard operation
DJI_ftpd_aes_unscramble copied to clipboard

Scrambled output from update log

Open petr222 opened this issue 6 years ago • 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.

petr222 avatar Mar 18 '18 21:03 petr222

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

CShark avatar Aug 12 '21 09:08 CShark