How to encrypt & decrypt files?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Banduck

Thanks to this tutorial I understand how to encrypt normal save files.
https://docs.godotengine.org/en/3.0/tutorials/io/encrypting_save_games.html

But how do I encrypt & decrypt OTHER files? Like PackedScenes or ConfigFiles?
I just don’t get it.

Why do you want to encrypt PackedScenes?

Eric Ellingson | 2019-02-08 00:44

Because I want to use PackedScenes for saving more complex games.

Banduck | 2019-02-08 06:44