Envelope Files: Difference between revisions
Jump to navigation
Jump to search
m (→Content) |
(Add content ID 18) |
||
Line 173: | Line 173: | ||
* <code>/system/priv/system_log_ro/platform_privacy/*.env</code> | * <code>/system/priv/system_log_ro/platform_privacy/*.env</code> | ||
| Added 5.00 | | Added 5.00 | ||
|- | |||
| <code>18</code> | |||
| webbrowser_xutil | |||
| | |||
| <code>/system_ex/app/NPXS20001/eboot.bin</code> | |||
| | |||
* <code><nowiki>http://ps4-system.sec.np.dl.playstation.net/ps4-system/webbrowser/np/v00/webbrowser_features.env</nowiki></code> | |||
| | |||
* Added 5.00 | |||
* Exposed to C# shell via <code>sceXutilGetEnvelopeDataFromFile<code> / <code>sceXutilGetEnvelopeDataFromBuffer</code>. | |||
|- | |- | ||
| <code>19</code> | | <code>19</code> |
Revision as of 11:26, 28 March 2020
Envelope files are a general purpose container format for encrypting and signing a message. This format was likely introduced in FW 3.00 (>2.56 <=3.50).
Messages are encrypted using AES128 in CTS mode, and signed using a public key. For encryption keys or public keys, see Encryption.
Format
Fields are little-endian.
Name | Offset | Size | Example | Remark |
---|---|---|---|---|
Signature | 0x000 |
4 | CC CB 73 51 |
Four bytes, not an int |
Version | 0x004 |
4 | 00 00 00 00 |
Only version 0 (zero) exists |
Content ID | 0x008 |
4 | 01 00 00 00 |
See Content |
Unknown | 0x00C |
4 | 00 00 00 00 |
Always 0 |
Message Size | 0x010 |
8 | 83 03 00 00 00 00 00 00 |
Size of the message in bytes. |
Unknown | 0x018 |
8 | 00 00 00 00 00 00 00 00 |
Always 0 |
Message IV | 0x020 |
16 | IV for encrypted message | |
Message Hash | 0x030 |
32 | SHA256 hash of unencrypted message bytes | |
File Signature | 0x050 |
256 | Verified using public key | |
Message Data | 0x150 |
Message Size | Encrypted message bytes. Encryption key and public key varies with content ID |
Content
The underlying unencrypted message format varies between different content.
ID | Name | Description | Process | Files/URLs | Remarks |
---|---|---|---|---|---|
1
|
beta_updatelist | Beta Update List | /system/vsh/SceShellCore.elf
|
|
Password "?" in URL varies with system version |
2
|
timezone | Timezone | /system/vsh/SceShellCore.elf
|
|
|
3
|
system_log_config | System Log Config | /system/vsh/SceShellCore.elf
|
|
Version in URL varies with system version |
4
|
system_log_unknown | /system/vsh/SceShellCore.elf
|
|||
5
|
bgdc_config | Background Daily Checker | /system/vsh/SceShellCore.elf
|
|
|
6
|
wctl_config | Title Workaround Control | /system/vsh/SceShellCore.elf
|
|
|
7
|
morpheus_updatelist | Morpheus (VR) Update List | /system/vsh/SceShellCore.elf
|
|
|
8
|
netev_config | /system/vsh/SceShellCore.elf
|
|
||
9
|
gls_config | /system/vsh/app/NPXS21000/eboot.bin
|
|
||
10
|
hid_config | /system/vsh/SceShellCore.elf
|
|
||
12
|
hidusbpower | /system/vsh/SceShellCore.elf
|
|
Added >3.70 <=4.05 | |
13
|
patch | /system/vsh/SceShellCore.elf
|
|||
14
|
bgft | Background File Transfer | /system/vsh/SceShellCore.elf
|
|
Version in URL varies with system version |
17
|
system_log_privacy | /system/vsh/SceShellCore.elf
|
|
Added 5.00 | |
18
|
webbrowser_xutil | /system_ex/app/NPXS20001/eboot.bin
|
|
| |
19
|
entitlementmgr_config | /system/vsh/SceShellCore.elf
|
|
Added >5.05 <=7.00 | |
22
|
party_config | /system/vsh/app/NPXS21002/eboot.bin
|
|
Added >5.05 <=7.00 |