Log in

View Full Version : Is it possible to detect the DVD decryption with Ifoedit?


mouquai
12th January 2006, 13:49
Hello,

im in a position to see whether Macrovision is enabled or not. But is it possible to detect CSS with the Vobedit and is it containted in the IFO file respectively?

I know how to detect the decryption with the explorer.

Greetings mouquai

bigotti5
12th January 2006, 14:25
Sector size of a CSS DVD is 2054 byte, normal DVDs have 2048 byte.

CSS DVDs are encrypted with a combination of a title key and a disc key. The title key is stored in the sector header. Every VTS has a separate key. The disc key is stored in the control area of the disc which is not directly accessible.

mouquai
12th January 2006, 14:29
Hello bigotti5,

thx a lot, this information are very helpful to me.
Where i can find this sector size exactly?

Greetings mouquai

kumi
12th January 2006, 22:45
Very interesting, I too would like to know if it is possible to determine CSS/non-CSS status from just the IFOs? http://dvd.sourceforge.net/ shows no information...

jsoto
12th January 2006, 23:08
I too would like to know if it is possible to determine CSS/non-CSS status from just the IFOs? http://dvd.sourceforge.net/ shows no information...You cannot. IFOs never are encrypted.
jsoto

mouquai
13th January 2006, 00:41
You cannot. IFOs never are encrypted.
jsoto

So, is it possible to see the sector size with Vobedit?

I don't wanna use other tools.

Greetings mouquai

mpucoder
13th January 2006, 04:17
The sector size is always 2048 on HDD when ripped from a consumer drive. The extra bytes in the sector for css are header bytes that cannot be read into PC memory by normal drives (firmware prohibits it).
If you want to know if the files are still encrypted parse the video stream and look at the "pes scrambling control" bits of the pes header. Unencrypted and decrypted files will have both bits set to 0.