mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 21:22:48 +00:00
Updated tutorial_encrypting_savegames (markdown)
parent
d4ceb22922
commit
d1de52ab37
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user