Update README.md

This commit is contained in:
Li 2022-05-02 13:27:39 +12:00 committed by GitHub
parent 19f3a8b425
commit f4aceaac7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ Decrypt PSSE layer of PSM Games (on PC)
Works on Unity and PSM games, and meets all requirements of: https://github.com/vita-nuova/bounties/issues/73
Usage: ``psse_decrypt.py <psm game folder>``
- Unfortunatley, its probably not possible to play PSM games without a license..
Discoveries:
- Every game has its own aes-128-cbc key, (located 0x120 bytes into FAKE.rif), so its probably not possible to decrypt a game without a license
- PSM Runtime has a hard coded key for its runtime libaries. - A8693C4DF0AEEDBC9ABFD8213692912D
After 9 years, the encryption used by PlayStation Mobile games is finally cracked!!