TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to Decrypt Log Files?

1 pointsby botoloover 1 year ago
There is currently huge debate in the 3D printing world related to information logged by Bambu Lab printers.<p>Those printers encrypt their logged files and I’m curious to see if there is a way to decrypt them to finally seen what kind of information is stored and tracked.<p>Here are some sample files. What would be the first step to attempt to decrypt them? Is there a way to see which encryption method they are using and then throw hashpower to these files using tools like hashcat?<p>https:&#x2F;&#x2F;github.com&#x2F;bambulab&#x2F;BambuStudio&#x2F;issues&#x2F;1261#issuecomment-1423022959

1 comment

eimrineover 1 year ago
I would like to find a way of running the printer with as small log file as possible (first run after buying as an ideal).<p>Then I would inspect the file after as least of log data added as possible but bigger then zero. At least it is important whether the increase of the log file alters any previous-written info (if there is some alters then the cryptography might be more complicated).<p>If there is no altering of previous data the next step is to attempt to achieve identical log file increasing (identical patch to the file) via doing something identical (probably it is going to fail because log files typically have some date on every line).<p>Then there is time to inspect the actual hardware.