You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Updated tutorial_encrypting_savegames (markdown)
@@ -8,7 +8,7 @@ But, imagine if someone was to find a way to edit the saved games and assign the
|
||||
|
||||
No, we definitely do not want this to happen, so let's see how to encrypt savegames and protect the world order.
|
||||
|
||||
### Why?
|
||||
### How?
|
||||
|
||||
The class [File](class_file) is simple to use, just open a location and read/write data (integers, strings and variants). To create an encrypted file, a passphrase must be provided, like this:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user