Advertising
what is the psp save encryption algorithm?
Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
Forum rule Nº 15 is strictly enforced in this subforum.
what is the psp save encryption algorithm?
does anybody know the name of the algorithm or at least how the key is used to encrypt or decrypt a savedata
PSV1001 2.61 FieldRunners
PSP1001 6.60 Pro-C
PSP 3001 6.20 Pro-C2
PSP1001 6.60 Pro-C
PSP 3001 6.20 Pro-C2
- qwikrazor87
- Guru
- Posts: 2868
- Joined: Sat Apr 21, 2012 1:23 pm
- Location: The North Pole
Re: what is the psp save encryption algorithm?
the saves are encrypted with xor on top of AES encryption (using kirk).
reversed code of chnnlsv that deals with the encryption/decryption of the saves.
https://github.com/uofw/uofw/blob/maste ... /chnnlsv.c
reversed code of chnnlsv that deals with the encryption/decryption of the saves.
https://github.com/uofw/uofw/blob/maste ... /chnnlsv.c
Advertising
PSP 2001 - TA-085 - 6.61 PRO-C2
PS Vita 3G - PCH-1101 - 3.65 HENkaku Ensō
Maxwest Nitro 4 phone - Android 5.1
Laptop - Toshiba Satellite L305D-S5974 - Ubuntu 16.04 LTS
PS Vita 3G - PCH-1101 - 3.65 HENkaku Ensō
Maxwest Nitro 4 phone - Android 5.1
Laptop - Toshiba Satellite L305D-S5974 - Ubuntu 16.04 LTS
Re: what is the psp save encryption algorithm?
isnt xor part of the algorithm itself? because i heard somewhere that DES has 2 permutations that take the xor of the plaintext
PSV1001 2.61 FieldRunners
PSP1001 6.60 Pro-C
PSP 3001 6.20 Pro-C2
PSP1001 6.60 Pro-C
PSP 3001 6.20 Pro-C2
- qwikrazor87
- Guru
- Posts: 2868
- Joined: Sat Apr 21, 2012 1:23 pm
- Location: The North Pole
Re: what is the psp save encryption algorithm?
Yeah, but I wouldn't call plain old xor and AES a single algorithm, the xor part is optional, only used if the dev provides another key for it.grief3r wrote:isnt xor part of the algorithm itself? because i heard somewhere that DES has 2 permutations that take the xor of the plaintext
PSP 2001 - TA-085 - 6.61 PRO-C2
PS Vita 3G - PCH-1101 - 3.65 HENkaku Ensō
Maxwest Nitro 4 phone - Android 5.1
Laptop - Toshiba Satellite L305D-S5974 - Ubuntu 16.04 LTS
PS Vita 3G - PCH-1101 - 3.65 HENkaku Ensō
Maxwest Nitro 4 phone - Android 5.1
Laptop - Toshiba Satellite L305D-S5974 - Ubuntu 16.04 LTS
Re: what is the psp save encryption algorithm?
How can I retrieve the key then?I know there is some module that maybe takes the key as a parameter? If so which module uses this key
PSV1001 2.61 FieldRunners
PSP1001 6.60 Pro-C
PSP 3001 6.20 Pro-C2
PSP1001 6.60 Pro-C
PSP 3001 6.20 Pro-C2