Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
blu-ray_drm [2023/04/09 20:30]
beandog [Getting Key Files]
blu-ray_drm [2023/04/09 20:38]
beandog [Getting Key Files For libaacs]
Line 5: Line 5:
 Similar to DVDs, which use CSS, Blu-rays use AACS for their DRM. There are two ways you can bypass it. Using [[libaacs]] and a ''​[[KEYDB|KEYDB.cfg]]''​ file, or using [[MakeMKV]] which bypasses it completely. Similar to DVDs, which use CSS, Blu-rays use AACS for their DRM. There are two ways you can bypass it. Using [[libaacs]] and a ''​[[KEYDB|KEYDB.cfg]]''​ file, or using [[MakeMKV]] which bypasses it completely.
  
-==== Getting Key Files ====+==== Getting Key Files For libaacs ​====
  
 There are two ways to get a key for a Blu-ray: you can download one or crack it yourself. Best place to download one is from [[http://​fvonline-db.bplaced.net/​]]. I **occasionally** will back theirs up, and keep it here: [[https://​bluray.beandog.org/​keydb/​]] There are two ways to get a key for a Blu-ray: you can download one or crack it yourself. Best place to download one is from [[http://​fvonline-db.bplaced.net/​]]. I **occasionally** will back theirs up, and keep it here: [[https://​bluray.beandog.org/​keydb/​]]
Line 13: Line 13:
 Once you have a ''​KEYDB.cfg''​ file with the required entries, [[libaacs]] will look for it in the ''​.config/​aacs/''​ directory from your home directory. Once you have a ''​KEYDB.cfg''​ file with the required entries, [[libaacs]] will look for it in the ''​.config/​aacs/''​ directory from your home directory.
  
-Here's a sample entry:+Here'​s ​what a sample entry would look like:
  
 <​code>​ <​code>​
-0x005911F7954508BD9E53936E717DCF62A0BCD9CB ​= MOVIE TITLE (Movie Title) | D | 2021-07-13 | U | 1-0x265FD60E1E7F4C48CE9DDEE101FE27E8 ​; MKBv72/​FindVUK 1.57 +0x123456F8974109DEB7281DCFG80BCDB182903BCD ​= MOVIE TITLE (Movie Title) | D | 2021-07-13 | U | 1-0x3456F8974109DEB7281DCFG80BCDB182 ​; MKBv72/​FindVUK 1.57</​code>​
-</​code>​+
  
 [[VLC]] will look for this file to access the Blu-ray and play it back. If you have Java installed, you can also view the menus. [[VLC]] will look for this file to access the Blu-ray and play it back. If you have Java installed, you can also view the menus.
 +
 +==== Using MakeMKV ====
 +
 +If you don't want to deal with finding keys, you can use [[MakeMKV]] instead, and ignore them completely. MakeMKV has its own way of bypassing DRM. The program runs on Linux and Windows. See the [[MakeMKV|wiki page here]] for details on using it. It is partially open source software, so if you want to use completely free software, you'll have to use libaacs above.

Navigation