Earlier quoted context omitted.
that's so weird. First I decide to buy my wife an ebook reader for the new years and then Louis Rossman makes a video on Kindle DRM bait and switch. Now this and people praising Kobo. Guess I'm buying a kobo
Most Kobo books have DRM. There are a few publishers (TOR) and authors that are DRM free, but most of books I've wanted have it. This is why I have a Boox Android eInk tablet, although I only use it with burner accounts. They run Ancient versions of Android.
How I bypassed Amazon's Kindle web DRM
81–90 of 538 posts
Re: How I bypassed Amazon's Kindle web DRM
#82This is great work, but I’m not clear on why this qualifies as DRM at all. It sounds like the OP reverse engineered a protocol for rendering pages from a book to the web client. Sure, rotating the glyph ids every API call is annoying but it hardly qualifies as encryption or even obfuscation, just an extra mapping step the decoder needs to handle. Sure seems like whoever at Amazon wrote this didn’t realize that it bac…
I was on the team that wrote this code. We knew it was reverse-engineerable, we just didn't care. Upper management seemed happy enough that it was pretty obfuscated, and we were happy that they didn't force us to do more about it.
Re: How I bypassed Amazon's Kindle web DRM
#83Earlier quoted context omitted.
that's so weird. First I decide to buy my wife an ebook reader for the new years and then Louis Rossman makes a video on Kindle DRM bait and switch. Now this and people praising Kobo. Guess I'm buying a kobo
Bookshop.org is supposed to implement Kobo support sometime this year, getting a Kobo if that happens.
Re: How I bypassed Amazon's Kindle web DRM
#84Re: How I bypassed Amazon's Kindle web DRM
#85One (niche) way to overcome not being able to download books from Amazon anymore is to get ebooks from a library that supports Overdrive/libby. (Some of?) Those support downloading DRM files directly from the app, which you then can run through Adobe + Calibre. Obviously, this is contingent on book availability and your ability to get a proper library card. But works for me for 90% of the books that I need.
Re: How I bypassed Amazon's Kindle web DRM
#86@op there's a typo: "You can now download the books you own books with my code" second books seems erroneous
Re: How I bypassed Amazon's Kindle web DRM
#87I worked on the team that implemented this, years ago! (around 2017-2018) Upper management really enjoyed telling us (the engineers) that we needed to implement more DRM, and we liked complaining that it was dumb. Fun to see someone reverse engineer what we implemented!
Re: How I bypassed Amazon's Kindle web DRM
#88Earlier quoted context omitted.
I was on the team that wrote this code. We knew it was reverse-engineerable, we just didn't care. Upper management seemed happy enough that it was pretty obfuscated, and we were happy that they didn't force us to do more about it.
Still a DMCA violation to break, though.
Re: How I bypassed Amazon's Kindle web DRM
#89This is great work, but I’m not clear on why this qualifies as DRM at all. It sounds like the OP reverse engineered a protocol for rendering pages from a book to the web client. Sure, rotating the glyph ids every API call is annoying but it hardly qualifies as encryption or even obfuscation, just an extra mapping step the decoder needs to handle. Sure seems like whoever at Amazon wrote this didn’t realize that it bac…