Add support for CSS encrypted DVD dumping. #137

Open
opened 2026-01-29 15:10:53 +00:00 by claunia · 0 comments
Owner

Originally created by @claunia on GitHub (Dec 24, 2017).

Description

DVD-Video discs are encrypted using the well-known CSS encryption algorithm

Exact command line used:

DiscImageChef dump-media -i /dev/sr0 -w dvdvideo

Expected behavior:

DiscImageChef writes an encrypted dump and stores the decryption keys in the metadata sidecar.

Actual behavior:

Dump is incorrect.

Implementation notes

Calling to libdvdcss is not allowed. Everything should be done in .NET.

Originally created by @claunia on GitHub (Dec 24, 2017). ### Description DVD-Video discs are encrypted using the well-known CSS encryption algorithm ### Exact command line used: `DiscImageChef dump-media -i /dev/sr0 -w dvdvideo` ### Expected behavior: DiscImageChef writes an encrypted dump and stores the decryption keys in the metadata sidecar. ### Actual behavior: Dump is incorrect. ### Implementation notes Calling to libdvdcss is not allowed. Everything should be done in .NET.
claunia added the feature requestdevice labels 2026-01-29 15:10:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaru-dps/Aaru-aaru-dps#137