What does that mean ?

Everything related to MakeMKV
Post Reply
georgesgiralt
Posts: 105
Joined: Thu Jun 04, 2020 12:40 pm

What does that mean ?

Post by georgesgiralt »

Hello Guys,
When I launch my Makemkv version, my drive reports :

Code: Select all

Bus encryption flags: 1F
Highest AACS version:82
I can understand that the AACS line pertains about the latest seen AACS version by the drive.
But what "Bus encryption flag" is and what does the values 1F means ?
Also, when ripping a disc, I've a line like

Code: Select all

Libre drive id : 0x??? 
with the question marks replaced by a series of numbers.
Same question as above, what does that mean and what is the use ?
Thanks a lot in advance for helping me understand more !
Have a nice day !
AstralWanderer
Posts: 28
Joined: Wed Feb 04, 2026 10:45 am

Re: What does that mean ?

Post by AstralWanderer »

See the LibreDrive and Encryption? thread for more details.
georgesgiralt
Posts: 105
Joined: Thu Jun 04, 2020 12:40 pm

Re: What does that mean ?

Post by georgesgiralt »

Thank you AstralWanderer for the link. But if this explains the bus encryption technique and use, it does not answer what the "1F" value means.
Also, no info on the Libredrive value.
So my question still stand, even if I now know way more than before.
Sayaka
Posts: 112
Joined: Sat Feb 28, 2026 3:00 pm

Re: What does that mean ?

Post by Sayaka »

it does not answer what the "1F" value means.
I actually have a theory about that one (to anyone who knows more than me, please feel free to correct me if I'm wrong :wink: ).

When I look at the possible values, it looks a lot like Byte Number 4 (which is actually the fifth byte, since you have to take Byte Number 0 into account) of the AACS Feature Descriptor defined in this AACS standard : https://aacsla.com/wp-content/uploads/2 ... l_0953.pdf (see page #52, on my computer the actual page number is 65)

If I am correct, Bit 0 is the Binding Nonce Generation bit, Bit 1 is the Bus Encryption Capable bit, Bit 2 is the Write Bus Encryption bit, Bit 3 is the RMC bit ("Return Media key block for Content protection of recordable media"), and Bit 4 is the Read Drive Certificate bit. Bits 5, 6, and 7 are reserved and should be irrelevant.

So a drive with a "Bus encryption flags" value of 1F would have a binary value of 00011111, which would mean that the drive supports all of these features.
Post Reply