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§
- Decrypt
Keys - 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.