MattJackson
|
985d00f0a4
|
AACS 2.0 full pipeline: handshake, bus key, decrypt, transparent API
- aacs.rs: content decryption (AES-CBC aligned units, bus decrypt, VUK
derivation, unit key decrypt). 11 tests including synthetic roundtrip.
- aacs_handshake.rs: SCSI authentication (ECDH on AACS 160-bit curve,
ECDSA sign/verify, AES-CMAC, bus key derivation, read_data_key).
14 tests including EC order, ECDH shared secret, cert verification.
- disc.rs: transparent API — Disc::scan() detects AACS, authenticates,
derives keys internally. ContentReader decrypts on the fly. App never
sees AACS details.
- error.rs: AacsError (E7000) variant
BF v12 complete: 284 unique matches from 8 AWS instances.
|
2026-04-06 20:40:52 -07:00 |
|
MattJackson
|
117a7823d6
|
Library disc API: Disc, Title, Stream with typed codec/hdr/color
Clean public API for disc scanning. CLI should only display,
never parse binary formats directly.
Disc::scan() → titles → streams with:
codec (Hevc/TrueHd/Ac3/Pgs/etc), pid, language,
resolution, frame_rate, channels, hdr, color_space,
secondary flag, label
|
2026-04-06 15:47:07 -07:00 |
|
MattJackson
|
7db4606038
|
Add disc format parsers: UDF, MPLS, CLPI
- udf.rs: read files from Blu-ray disc filesystem
- mpls.rs: parse playlists → titles with clips and timestamps
- clpi.rs: parse clip info → EP map with coarse/fine SPN entries
- disc.rs: high-level title scanning, sector extent mapping
- drive.rs: add read_disc() for unencrypted reads, scsi_execute()
- error.rs: add E6000 DiscError
Stage 1 of freemkv rip: identify titles and their sector ranges.
|
2026-04-06 14:27:48 -07:00 |
|