Talk:Seeds: Difference between revisions
Jump to navigation
Jump to search
m (→Some Clarifications for Keys by Sony (will be added later): unknown keyseed?) |
|||
Line 11: | Line 11: | ||
random::xseed -> AB19502586A381E670D34F560EAAF31A20475903 | random::xseed -> AB19502586A381E670D34F560EAAF31A20475903 | ||
unknown seed -> 33793B9F79E2EBAE55D4D6BF0ED376E6 found in emulator_drm.sprx(iso self inside) | unknown seed -> 33793B9F79E2EBAE55D4D6BF0ED376E6 found in emulator_drm.sprx(iso self inside). Encrypt(aes-ecb) this keyseed and decrypt(aes-cbc) something data using obtained key and zeroed iv. |
Revision as of 15:32, 20 January 2016
Some Clarifications for Keys by Sony (will be added later)
secure_com_lib_internal_key::FactoryInit_Password -> 2EA267093B4556ED9D3BE62E115D6D59
secure_com_lib_internal_key::SC_BE_PayloadKey -> 6933CEE7A518E5B8CBE1FC14B261B765
secure_com_lib_internal_key::BE_SC_PayloadKey -> A3ADB99A21E47ADFF3FD7FC3173981CA
secure_com_lib_internal_key::MAGIC -> 0xAD1A0000000000000000000000000000
random::xseed -> AB19502586A381E670D34F560EAAF31A20475903
unknown seed -> 33793B9F79E2EBAE55D4D6BF0ED376E6 found in emulator_drm.sprx(iso self inside). Encrypt(aes-ecb) this keyseed and decrypt(aes-cbc) something data using obtained key and zeroed iv.