Skip to main content

Module decrypt

Module decrypt 

Source
Expand description

Decrypt-on-read layer.

Decrypts sectors in-place using resolved keys from disc scanning. Handles AACS 1.0, AACS 2.0, and CSS transparently. The caller never sees encrypted data unless explicitly bypassed.

Enums§

DecryptKeys
Resolved decryption state from disc scanning. Passed to decrypt_sectors() — the caller doesn’t need to know which encryption scheme is in use.

Functions§

decrypt_sectors
Decrypt a buffer of sectors in-place.