ES3 RSA decryption via openssl cli

Discussion and help for Easy Save 3
Post Reply
tuxifan
Posts: 1
Joined: Wed Nov 10, 2021 12:02 pm

ES3 RSA decryption via openssl cli

Post by tuxifan »

Hey, my game sends over RSA encrypted ES3 files to a server.
Then I want to decrypt the file there using the openssl command line utility.

However I was not able to figure out the openssl arguments and stuff I need to pass. Any advice on that?

This is what I've tried:

Code: Select all

$ openssl enc -d -aes-192-cbc -in ./SaveFile.es3 -out SaveFile-dec.es3 -pass pass:<password>
bad magic number
Am I missing something, what do I need to change to make it work?
User avatar
Joel
Moodkie Staff
Posts: 4846
Joined: Wed Nov 07, 2012 10:32 pm

Re: ES3 RSA decryption via openssl cli

Post by Joel »

Hi there,

As this isn't part of our functionality, I'm afraid we wouldn't be able to provide support on this. I recommend asking on somewhere like StackOverflow.

Note that we can only provide support for ES3Cloud using the ES3Cloud API in Unity and the ES3Cloud.php file on your server.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Post Reply