Browse Source

Added missing information about File.open_encrypted function to docs.

(cherry picked from commit 3f6a7c74e3ebb3d8e0e204c8a68d110c5dc3991d)
codetorex 5 years ago
parent
commit
3869b82bc1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/classes/File.xml

+ 1 - 0
doc/classes/File.xml

@@ -257,6 +257,7 @@
 			</argument>
 			<description>
 				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.
 			</description>
 		</method>
 		<method name="open_encrypted_with_pass">