AES decryption on a different device

Discussion and help for Easy Save 3
Post Reply
moshecristel
Posts: 1
Joined: Thu Jun 25, 2020 11:27 pm

AES decryption on a different device

Post by moshecristel »

Hi,

Can a file encrypted with ES3 (AES encryption) be decrypted on another device with the same password?

I am creating a game where the user can build their own level. The level can then be shared with other users. To accomplish this I planned to save the object to an encrypted file via ES3 and then save the file contents to a DB or external location. Then later, when other users wanted to play the level it would be retrieved and instantiated on their device. Just wondering if the AES decryption required anything other than the encryption password (ie. the original user's public key, etc.).

Thanks in advance,
Moshe
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Re: AES decryption on a different device

Post by Joel »

Hi Moshe,

You only need the password to decrypt, so it will work between different devices.

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