mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
Add support for CSS encrypted DVD dumping. #137
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 dvdvideoExpected 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.