motoharu-gosuto / psvpfstools

Tools for decrypting PS Vita PFS filesystem
127 stars 22 forks source link

Automatically derive decryption key from work.bin #25

Open Knurek-NC opened 6 years ago

Knurek-NC commented 6 years ago

Would it be possible to add an option to automatically read klicence key from NoNpDRM rips? It's placed in sce_sys\package\work.bin, offset 0x50 in the file.

motoharu-gosuto commented 6 years ago

@Knurek-NC I dont know. Maybe, but why? Why not just take a pkg?

tomazzz369 commented 6 years ago

because people like to complicate all things

Knurek-NC commented 6 years ago

@motoharu-gosuto: So when decrypting things I don't need to manually copy/paste either ZRIF or Klicence to the command line. It's a bother, especially for games with lots of DLCs

motoharu-gosuto commented 6 years ago

@Knurek-NC It is not directly related to pfs and can be done with simple python script or similar tools. I see no reason for adding. Maybe in the future but consider it very low priority.