mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-07 13:52:12 +00:00
CSS keys for encrypted DVDs - into submission info #222
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 @wiggy2k on GitHub (Aug 31, 2020).
Originally assigned to: @mnadareski on GitHub.
at the end of a dump_CSSKey.txt file (for encrypted DVD-Video)
is the encrypted and decrypted CSS keys for the disc.
example:
it would be useful if this could be output to the submission info Comments section in the format:
@TonyLizard commented on GitHub (Aug 31, 2020):
To be 100% accurate, as i've previously talked with and other mods/dumpers involved and we discussed about all this stuff that can be removed:
-Player Key is not needed
-Encrypted Disc Key is not needed
-Encrypted Title Key and the LBA position of the .vob files are not needed
So, the only data needed to be showed in the output submission.txt file is:
-Region(s) of the disc
-Copyright Protection System Type
-List of the .vob files, each one with his Decrypted Title Key
-Decrypted Disc Key
You can see an example here: http://redump.org/disc/72691/
@mnadareski commented on GitHub (Sep 9, 2020):
Can either of you attach a recent version of the
_CSSKey.txtfile? I want to see if the structure still matches up at least. If it does, then I can strip out the unnecessary bits fairly easily.