Search found 1 match

by tuxifan
Wed Nov 10, 2021 12:07 pm
Forum: General Discussion
Topic: ES3 RSA decryption via openssl cli
Replies: 1
Views: 570

ES3 RSA decryption via openssl cli

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: $ openssl enc -d -aes-192-cbc -...