If you don't have KEYDB.cfg, please Google KeyDB.cfg and place KEYDB.cfg inside folder %APPDATA%\aacs\.
- The latest Blu-ray may require new keys to decrypt, you need to keep it updated.
- The default KEYDB.cfg location is %APPDATA%\aacs\, you can change it in Xreveal's Settings > KeyDB.
How Xreveal decrypt Blu-rays:
if (VUK or UK exists in keydb.db) { remove_AACS_by(keydb.db) // Pro feature } else if (VUK or UK exists in KEYDB.cfg) { remove_AACS_by(KEYDB.cfg) } else { remove_AACS_by_auth // Pro feature if (failed) { remove_AACS_by(search key online) // Pro feature } }