Advertisement
Guest User

Untitled

a guest
Jun 21st, 2010
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. ;
  2. ; Comment lines can start with # or ;
  3. ;
  4.  
  5. ; NDS
  6. ;
  7. ; NDS seed and boxid for camcrypt
  8. ;
  9. ; boxid - boxid (4 byte = 8 chars)
  10. ; seed1 - 1st seed (64 byte = 128 chars)
  11. ; seed2 - 2nd seed (64 byte = 128 chars)
  12. ;
  13. ; NDS: SEED seed1 seed2
  14. ;nds: SEED 00112233445566778899001122334455667788990011223344556677889900112233445566778899001122334455667788990011223344556677889900112233 00112233445566778899001122334455667788990011223344556677889900112233445566778899001122334455667788990011223344556677889900112233
  15. nds: SEED b9d5efd5f5d5fbd531d643d655d661d685d69dd6afd6c7d6d9d609d715d721d727d73fd745d7b1d7bdd7dbd711d823d829d82fd84dd88fd8a1d8add8bfd8d7d8 0100cf13e06054acab99e60c9f5b91b972724d5b5fd3b75b014def9e6b8ab9d1c99fa12a8d86b6d639b464651377a10a0ccfb42b3a2fd20992154047665cdac9
  16. ;
  17. ; NDS: BOXID boxid
  18. nds: BOXID 11223344
  19.  
  20. ; Nagra
  21. ;
  22. ; boxkey and modulus for camcrypt
  23. ;
  24. ; prvid - provider ID (2 byte = 4 chars)
  25. ; boxkey - boxkey (8 byte = 16 chars)
  26. ; mod - modulus (64 byte = 128 chars)
  27. ;
  28. ; If IRDMOD is present, the given mod is used to decrypt the cammod from DT08
  29. ; data. If IRDMOD is obmited, the given mod is used as cammod directly
  30. ;
  31. ; nagra: [prvid] IRDMOD boxkey mod
  32. nagra: [0501] IRDMOD 0011223344556677 00112233445566778899001122334455667788990011223344556677889900112233445566778899001122334455667788990011223344556677889900112233
  33. ;
  34. ; nagra: [prvid] boxkey mod
  35. nagra: [1201] 0011223344556677 00112233445566778899001122334455667788990011223344556677889900112233445566778899001122334455667788990011223344556677889900112233
  36.  
  37. ; Cryptoworks
  38. ;
  39. ; RSA modulus for camcrypt
  40. ;
  41. ; caid - caid identifying the provider
  42. ; serial - serial number identifying the card
  43. ; ipk - issuer public key (IPK), 64 bytes = 128 chars
  44. ; ucpk - session key (calculated from ISK, IPK & exponent), 64 bytes = 128 chars
  45. ; pin - pin number to disable parental rating
  46. ;
  47. ; Note: you need only one of them for your caid. IPK is more general (common for
  48. ; all cards of a provider), while the UCPK is different for every single card.
  49. ;
  50. ; cryptoworks: IPK caid ipk
  51. cryptoworks: IPK 0d22 00112233445566778899001122334455667788990011223344556677889900112233445566778899001122334455667788990011223344556677889900112233
  52. ;
  53. ; cryptoworks: UCPK serial ucpk
  54. cryptoworks: UCPK 0102030405 00112233445566778899001122334455667788990011223344556677889900112233445566778899001122334455667788990011223344556677889900112233
  55. ;
  56. ; cryptoworks: PIN serial pin
  57. cryptoworks: PIN 0102030405 1234
  58.  
  59. ;
  60. ; Irdeto/Betacrypt
  61. ;
  62. ; RSA certificate for camkey challenge
  63. ;
  64. ; acs - ACS version identifying the card (optional)
  65. ; caid - caid for further identification of the card (optional)
  66. ; mod - RSA modulus, usualy 128 bytes = 256 chars
  67. ; exp - RSA exponent, usualy 1 byte = 2 chars
  68. ;
  69. ; Irdeto default certificate
  70. ; irdeto: mod exp
  71. ;irdeto: ;0011223344556677889900112233445566778899001122334455667788990011223344556677889900112233445566778899001122334455667788990011223344556677889900112233445566778899001122334455667788990011223344556677889900112233445566778899001122334455667788990011223344556677 03
  72. ;
  73. ; a ACS specific certificate
  74. ; irdeto: [acs] mod exp
  75. ;irdeto: [0604] ;0011223344556677889900112233445566778899001122334455667788990011223344556677889900112233445566778899001122334455667788990011223344556677889900112233445566778899001122334455667788990011223344556677889900112233445566778899001122334455667788990011223344556677 03
  76.  
  77. ;irdeto: [0605] 0000088E6FE4CB23A848ABC628F96625DBD44532577D48F46652CB574C2C9148E8B0D51C1AB8AC3811B9037430FBBA9B74CA485D7447751F4D5812AEEB7D6FCA6582CE3CE4E424CB0E286D243B559EB766B4A95E6C91EEBE9C7CDC7F9F6B34C98E5120F87AAC22283BE04667E1CA62AC9A8C2175B7DB1515B799524D0252F633 05
  78.  
  79. ;
  80. ; a ACS/caid specific certificate
  81. ; irdeto: [acs/caid] mod exp
  82. ;irdeto: [0384/1722] ;0011223344556677889900112233445566778899001122334455667788990011223344556677889900112233445566778899001122334455667788990011223344556677889900112233445566778899001122334455667788990011223344556677889900112233445566778899001122334455667788990011223344556677 03
  83.  
  84. ;
  85. ; indicates that a card doesn't want/need RSA camkey exchange, but first try RSA
  86. ; NOTE: this is autodetected for ACS 0383/0384 cards (Z/non-Z mode)
  87. ;
  88. ; irdeto: [acs/caid] PLAIN
  89. irdeto: [0605] PLAIN
  90. irdeto: [0606] PLAIN
  91.  
  92. ;
  93. ; camkey and camkey-data
  94. ;
  95. ;irdeto: [0605/0604] camkey 1122334455667788 3c8633aac0d367533dec7bb2eeedeb8ca3ada52e58b99bb34672783277a1daac3b6106ad0909774e031b2a6e30195b437683ad0fc599b87d08cea47be1b6c76a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement