Is it possible to use the function of decrypting encrypted logs as a plugin? #358
Replies: 5 comments 2 replies
-
@George-J-Cho If your DLT File is fully encrypted, this is not possible with a plugin. If only the payload is encrypted, this is possible with a decoder plugin. You have to decrypt the payload and then parse the arguments. |
Beta Was this translation helpful? Give feedback.
-
I wrote the code below and built it, using the Someone give me some advice dummydecoderplugin.cpp
|
Beta Was this translation helpful? Give feedback.
-
Hi George, i think something like this is missing:
But i think you have no access to arguments. The class QDltMsg must be extended to get access. |
Beta Was this translation helpful? Give feedback.
-
@alexmucde What you explained above about plugins is something I'll have to think about. |
Beta Was this translation helpful? Give feedback.
-
In the code below, the string shown in the "DLT-Viewer" appears broken By default, incoming data is base64 encoded. I googled for help and haven't solved it in a week. tablemodel.cpp
|
Beta Was this translation helpful? Give feedback.
-
I want to decrypt the encrypted log and output it to Payload.
Is it possible to make the decryption feature a plugin?
If so, please let me know how.
For example, I want to output the payload string by performing shifting, base64, or AES.
I would be grateful if you could give me any advice on the subject matter.
Please help me resolve this issue
Beta Was this translation helpful? Give feedback.
All reactions