User Tools

Site Tools


scsidrminfo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
scsidrminfo [2009/04/24 18:14] megadiscmanscsidrminfo [2009/10/24 23:36] – send key/report key are officially documented SCSI commands megadiscman
Line 4: Line 4:
  
 ==== Command A3: Write Crypto Stuff ==== ==== Command A3: Write Crypto Stuff ====
-(Sony calls it "Send Key")+(This is officially "Send Key", but only on CD/DVD devices...)
  
 <code> <code>
Line 11: Line 11:
 02: DWORD Object Number 02: DWORD Object Number
 06: BYTE  unused 06: BYTE  unused
-07: BYTE  Magic Byte BD+07: BYTE  Key class - For Sony DRM: BD
 08: WORD  Size of cryptographic data 08: WORD  Size of cryptographic data
 0A: BYTE  key type 0A: BYTE  key type
Line 18: Line 18:
  
 ==== Command A4: Read Crypto Stuff ==== ==== Command A4: Read Crypto Stuff ====
-(Sony calls it "Report Key")+(This is officially "Report Key", but only on CD/DVD devices...)
  
 <code> <code>
Line 25: Line 25:
 02: DWORD Object Number 02: DWORD Object Number
 06: BYTE  unsused 06: BYTE  unsused
-07: BYTE  Magic Byte BD+07: BYTE  Key class - For Sony DRM: BD
 08: WORD  Size of cryptographic data 08: WORD  Size of cryptographic data
 0A: BYTE  key type 0A: BYTE  key type
Line 117: Line 117:
  
 ==== Key type 39: Unique ID ==== ==== Key type 39: Unique ID ====
 +This data packet is sent from the HiMD device to the host (expected length 192 bytes)
 +<code>
 +00: DWORD unknown, maybe length in first two bytes
 +04: WORD  "UidCode"
 +06: BYTE  Version
 +07: BYTE  Length
 +08: BYTES Uid Data
 +</code>
  
 ==== Key type 3B: Leaf ID ==== ==== Key type 3B: Leaf ID ====
 +This data packet is sent from the HiMD device to the host
 +<code>
 +00: WORD  unknown, length?
 +02: BYTES 8 Bytes leaf ID
 +</code>
  
 ==== Key type 3D: Disc ID ==== ==== Key type 3D: Disc ID ====
 <code> <code>
-00: WORD  unusused, length?+00: WORD  unknown, length?
 02: BYTES 16 bytes disc ID 02: BYTES 16 bytes disc ID
 </code> </code>
  
scsidrminfo.txt · Last modified: 2010/07/06 15:10 by megadiscman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki