PlayEveryWare / eos_plugin_for_unity

Repository for PlayEveryWare's EOS Plugin for Unity, bringing the functionality of Epic Online Services to the Unity Game Engine.
https://eospluginforunity.playeveryware.com
283 stars 55 forks source link

Is 'Encryption Key' in the Config Editor required? #76

Closed Jamez0r closed 2 years ago

Jamez0r commented 2 years ago

Hey guys, thanks a ton for the plugin! I am just starting to test it out, and was filling out the fields in the Epic Online Services Config Editor. There is a field for "Encryption Key", and I can't find any info on it anywhere.

The only place I see it mentioned anywhere on Epic's documentation website is in this table: https://dev.epicgames.com/docs/services/en-US/GameServices/Platform/index.html#creatingtheplatforminterface

It doesn't explain whether this is an encryption key that is provided to us by Epic somewhere in the developer portal, or if we are supposed to create one ourselves, or if it is even necessary at all. I've tried looking through the documentation, googling, etc.

Could someone enlighten me? Thanks a lot!

TheSLAP commented 2 years ago

Encryption key is required. It should be a 256-bit hex string that you create. You can use this website to generate one for you: https://www.allkeysgenerator.com/Random/Security-Encryption-Key-Generator.aspx

Jamez0r commented 2 years ago

Thank you!!