Usage with deDRM plugin? #10

Closed
opened 2025-01-04 20:19:47 +01:00 by raxod502 · 1 comment

Hi, I see this remark in the README:

For those who want to remove DRM without adept_remove, you can export your private key and import it within Calibre an its DeDRM plugin.

Makes sense - but what file should I import? libgourou generates activation.xml, device.xml, and devicesalt - while the deDRM plugin, under "import existing keyfiles" for "Adobe Digital Editions Keys" only wants what it calls "Adobe Digital Editions Key files", and only allows importing files with a .der extension (cf this code).

Hi, I see this remark in the README: > For those who want to remove DRM without adept_remove, you can export your private key and import it within Calibre an its DeDRM plugin. Makes sense - but what file should I import? libgourou generates `activation.xml`, `device.xml`, and `devicesalt` - while the deDRM plugin, under "import existing keyfiles" for "Adobe Digital Editions Keys" only wants what it calls "Adobe Digital Editions Key files", and only allows importing files with a `.der` extension (cf [this code](https://github.com/noDRM/DeDRM_tools/blob/7379b453199ed1ba91bf3a4ce4875d5ed3c309a9/DeDRM_plugin/config.py#L204)).
Author

Answering own question, found in README (for some reason missed this repeatedly when scanning around):

To export your private key (for DeDRM software):

./utils/acsmdownloader --export-private-key [-o adobekey_1.der]

Hopefully having this in the issue tracker can help other users.

Answering own question, found in README (for some reason missed this repeatedly when scanning around): > To export your private key (for DeDRM software): > > ``` > ./utils/acsmdownloader --export-private-key [-o adobekey_1.der] > ``` Hopefully having this in the issue tracker can help other users.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: soutade/libgourou#10
No description provided.