UHD discs decrypting

Please post here for issues related to UHD discs
Coopervid
Posts: 1189
Joined: Tue Feb 19, 2019 10:32 pm

UHD discs decrypting

Post by Coopervid »

If your discs aren't supported you can try this.

Download FindVUK 1.72.

https://forum.doom9.org/showthread.php?t=172472

Put it somewhere.

Run FindVUK - Synchronize.bat

It will write a file keydb.cfg to C:\users\USERNAME\Appdata\Roamimg\AACS

Make a copy of this file and copy to:

C:\users\USERNAME\.Makemkv

Put your disc in the drive.

Run Makemkv.

Then run the Synchronize.bat from time to time in order to get new UHD keys. Replace the updated one and copy to the .Makemkv folder.
Billycar11
Posts: 3819
Joined: Sun Aug 24, 2014 5:49 am

Re: UHD discs decrypting

Post by Billycar11 »

i wonder if we can sym link it
Buy a UHD drive from the guide and how to video maker: https://www.makemkv.com/forum/viewtopic ... 20&t=17831
UHD Drives Guide: https://www.makemkv.com/forum/viewtopic ... 16&t=19634
Auto flash kit $25 Email me for one Billycar5924@gmail.com
SamuriHL
Posts: 2231
Joined: Mon Jun 14, 2010 5:32 pm

Re: UHD discs decrypting

Post by SamuriHL »

Or, you know, do what I do and just change FindVUK to drop it in the .MakeMKV folder so when it's sync'd with FindVUK it updates the one MakeMKV uses. Look in the findvuk.ini file in the config folder.
Coopervid
Posts: 1189
Joined: Tue Feb 19, 2019 10:32 pm

Re: UHD discs decrypting

Post by Coopervid »

Since that location is the standard and eventually used by VLC I just added a line to the FindVUK-Synchronize.bat. So it looks like this:

findvuk.exe synchronize
copy /Y C:\Users\USERNAME\AppData\Roaming\aacs\keydb.cfg c:\users\USERNAME\.Makemkv\KEYDB.cfg

Just replace USERNAME with your real one.

The /Y after "copy" prevents the command from asking for confirmation to overwrite the old version.

EDIT: NOTE THE UPPERCASE of KEYDB.cfg WHEN COPIED TO THE .MAKEMKV DIRECTORY!
Last edited by Coopervid on Wed Mar 27, 2024 12:26 pm, edited 1 time in total.
d00zah
Posts: 1426
Joined: Mon Jun 06, 2016 8:23 pm

Re: UHD discs decrypting

Post by d00zah »

Coopervid wrote:
Mon Dec 25, 2023 1:07 pm
Since that location is the standard and eventually used by VLC I just added a line to the FindVUK-Synchronize.bat. So it looks like this:

findvuk.exe synchronize
copy /Y C:\Users\USERNAME\AppData\Roaming\aacs\keydb.cfg c:\users\USERNAME\.Makemkv\keydb.cfg

Just replace USERNAME with your real one.

The /Y after "copy" prevents the command from asking for confirmation to overwrite the old version.
OR, to make it completely generic (use as is):

copy /Y %UserProfile%\AppData\Roaming\aacs\keydb.cfg %UserProfile%\.Makemkv\keydb.cfg
dorsman84
Posts: 2
Joined: Fri Feb 16, 2024 1:16 am

Re: UHD discs decrypting

Post by dorsman84 »

I tried this tonight after not being able to rip The Thing UHD but still no luck. I guess I will wait for an update.
Toker
Posts: 4
Joined: Sat Dec 02, 2023 9:03 pm

Re: UHD discs decrypting

Post by Toker »

d00zah wrote:
Mon Dec 25, 2023 2:28 pm
Coopervid wrote:
Mon Dec 25, 2023 1:07 pm
Since that location is the standard and eventually used by VLC I just added a line to the FindVUK-Synchronize.bat. So it looks like this:

findvuk.exe synchronize
copy /Y C:\Users\USERNAME\AppData\Roaming\aacs\keydb.cfg c:\users\USERNAME\.Makemkv\keydb.cfg

Just replace USERNAME with your real one.

The /Y after "copy" prevents the command from asking for confirmation to overwrite the old version.
OR, to make it completely generic (use as is):

copy /Y %UserProfile%\AppData\Roaming\aacs\keydb.cfg %UserProfile%\.Makemkv\keydb.cfg
Thanks for this code. I was trying to rip Planet Earth III and the keys weren't available yet, so I gave this a try and it's now ripping.

Newbie question. In the future, do I have to run the batch file again in the event that I find a new disc that hasn't been decrypted yet?
Coopervid
Posts: 1189
Joined: Tue Feb 19, 2019 10:32 pm

Re: UHD discs decrypting

Post by Coopervid »

Yes. New keys are being added daily. So just run the .bat from time to time.
Toker
Posts: 4
Joined: Sat Dec 02, 2023 9:03 pm

Re: UHD discs decrypting

Post by Toker »

Thanks!
nacellex
Posts: 6
Joined: Fri Feb 16, 2024 2:52 am

Re: UHD discs decrypting

Post by nacellex »

Coopervid wrote:
Sun Dec 24, 2023 10:57 pm
If your discs aren't supported you can try this.

Download FindVUK 1.72.

https://forum.doom9.org/showthread.php?t=172472

Put it somewhere.

Run FindVUK - Synchronize.bat

It will write a file keydb.cfg to C:\users\USERNAME\Appdata\Roamimg\AACS

Make a copy of this file and copy to:

C:\users\USERNAME\.Makemkv

Put your disc in the drive.

Run Makemkv.

Then run the Synchronize.bat from time to time in order to get new UHD keys. Replace the updated one and copy to the .Makemkv folder.
Hi Coopervid thanks so much for this. Just a noob clarification before I take the plunge: I was reading the original thread on doom9, and since this program used to use DVDFab to work, does it require us to download DVDfab for us to run Synchronize.bat?

Thanks again!
Coopervid
Posts: 1189
Joined: Tue Feb 19, 2019 10:32 pm

Re: UHD discs decrypting

Post by Coopervid »

No. DVDFab is only needed to add new keys.
Someguy1234
Posts: 91
Joined: Tue Jan 29, 2019 2:48 am

Re: UHD discs decrypting

Post by Someguy1234 »

Coopervid wrote:
Sun Dec 24, 2023 10:57 pm
If your discs aren't supported you can try this.

Download FindVUK 1.72.

https://forum.doom9.org/showthread.php?t=172472

Put it somewhere.

Run FindVUK - Synchronize.bat

It will write a file keydb.cfg to C:\users\USERNAME\Appdata\Roamimg\AACS

Make a copy of this file and copy to:

C:\users\USERNAME\.Makemkv

Put your disc in the drive.

Run Makemkv.

Then run the Synchronize.bat from time to time in order to get new UHD keys. Replace the updated one and copy to the .Makemkv folder.
I couldn't get the version in the link to download and found the v1.72 elsewhere. I can't get this to work, even after using someone's suggestion of adding a line to the batch file. It put the keydb.cfg in the /.Makemkv folder but all of the discs I've been inserting are still creating dump files and failing. I'm a bit confused how this is working for some?
Hurin
Posts: 3
Joined: Fri Feb 11, 2022 3:27 pm

Re: UHD discs decrypting

Post by Hurin »

I too have placed the keydb.cfg file in the .MakeMKV directory as instructed. No change in behavior while trying to decrypt Oppenheimer. Which, appears to be a newer version than previous (0C38). *shrug*
Coopervid
Posts: 1189
Joined: Tue Feb 19, 2019 10:32 pm

Re: UHD discs decrypting

Post by Coopervid »

It should work. Also the download link still works.

Did you search through keydb.cfg for keys for your discs if there are any for your discs?
macdev
Posts: 11
Joined: Fri Jun 11, 2021 10:50 pm

Re: UHD discs decrypting

Post by macdev »

Is KEYDB.cfg supposed to be in my .MakeMKV directory all the time? I don't have it, just _private_data.tar, some dump_***.tgz files, and MKB_***.tgz files.

Also, am I to understand that I have to buy another app to decrypt keys? DVDFab Passcode is $99 lifetime and I already spent $ on MakeMKV to do the job that I'd be paying DVDFab to do.

I'd really like to rip my Footloose disc, and with the James Cameron stuff coming in a couple of weeks, it would be nice to have those keys ready soon after their release, too.
Post Reply