From 3869b82bc13ed8326a791a69869f0ab33b4a676f Mon Sep 17 00:00:00 2001 From: codetorex Date: Wed, 29 Jul 2020 06:40:02 +0100 Subject: [PATCH] Added missing information about File.open_encrypted function to docs. (cherry picked from commit 3f6a7c74e3ebb3d8e0e204c8a68d110c5dc3991d) --- doc/classes/File.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/File.xml b/doc/classes/File.xml index a6a435ff43f..5a280ad96b1 100644 --- a/doc/classes/File.xml +++ b/doc/classes/File.xml @@ -257,6 +257,7 @@ Opens an encrypted file in write or read mode. You need to pass a binary key to encrypt/decrypt it. + [b]Note:[/b] The provided key must be 32 bytes long.