KEYDB.cfg

Xreveal uses KEYDB.cfg which contains decryption keys (VUK or UK) to decrypt m2ts files of Blu-rays.

If you don't have KEYDB.cfg, please Google KeyDB.cfg and place KEYDB.cfg inside folder %APPDATA%\aacs\.

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
        }
    }

References

  1. Create a KeyDB.cfg record
  2. Calculate VUK and UK online
  3. AES online
  4. Bluray playback with libaacs & libbdplus