John-K / pspdecrypt

Simple tool to decrypt PSP binaries
GNU General Public License v3.0
103 stars 22 forks source link

Simplify the table decryption code using DES #12

Closed artart78 closed 3 years ago

artart78 commented 3 years ago

Davee's code here : https://github.com/DaveeFTW/Infinity/blob/master/tools/psptools/psptool/psar.py seems to suggest the awkward decryption code is actually just a DES. The code might be simplified a lot using that.