CornerLord Hi, I would like to know how encrypting Files works in Godot. For example when using function File.open_encrypted_with_pass(...), what is name of the method for that encryption? There isn't any mentions in the docs.
kryzmak I am not sure but I think that AES 256 is be in use https://github.com/godotengine/godot/blob/master/core/io/file_access_encrypted.cpp