Skip to content

PS3 decrypt key #1

Open
Open
@bucanero

Description

@bucanero

Just in case you want to add support for it, I was recently working on MGS5 saves on PS3 / PS4, and reversed the key for PS3: 0x1FBAB234 (532329012)
This key is for the ps3 digital US version NPUB31594, other ps3 versions could require other keys.

I was also doing some bruteforcing to find keys, this is the python script I made:
https://github.com/bucanero/save-decrypters/blob/master/mgs5-tpp-decrypter/samples/findxor.py

my bruteforce solution was to try to find the init value so I could XOR the 4 bytes at offset 0x10 and get the value SVCS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions