From f4aceaac7e2b0d39dceefd994b5779bdafbea537 Mon Sep 17 00:00:00 2001 From: Li <39113159+KuromeSan@users.noreply.github.com> Date: Mon, 2 May 2022 13:27:39 +1200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35fff26..84fa426 100644 --- a/README.md +++ b/README.md @@ -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 `` -- 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!!