-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assistance with Decrypting/Decoding Encrypted Datapoint Data #5
Comments
Hi!
|
Hi @archaron, Thanks for decoding the data. What does this binary data mean? I can see app and machine talking to each other. For instance, when I update the coffee recipe, the app sends the value |
Hi @semihselcuk, understanding the communication over the cloud might help a lot with the Cloud only machines like the Eletta.
Thank you for this contribution and good luck with the analyze |
Hi @duckwc, Thank you for your response. Your suggestion to decompile the Coffee Link app has provided me with a great idea that I hadn't considered before. I was surprised to discover how straightforward it was to decompile an Android APK using apktool. From my initial search, I found numerous instances of ciphering within the app. I will attempt to understand the underlying logic. |
@semihselcuk I shared here some of my findings with the Eletta Explore. |
Hi @duckwc,
I hope this message finds you well. I came across your GitHub repo, and I found your work to be incredibly insightful. I'm currently working on decrypting or decoding a specific piece of data from a project, and I was hoping you could offer some guidance. Some context, I acquired this data from my Eletta Explorer machine where communicates with the Delonghi Coffee Link app through Cloud. I know your version communicates locally but I believe after we pass that layer I believe data should be handled similar way.
Here's an example of the data I'm dealing with:
I suspect that the value (
DQeEDwMCVkBnCo0FWQlZEA==\n
) might be encrypted or encoded in some way. Could you provide any advice or point me in the right direction on how I might go about decrypting or decoding this data? Specifically, I’m curious about the method or approach you'd recommend for working with such data fields.Any assistance or resources you can offer would be greatly appreciated.
Thanks in advance!
semihselcuk
The text was updated successfully, but these errors were encountered: