diff options
author | codetorex <codetorex@gmail.com> | 2020-07-29 06:40:02 +0100 |
---|---|---|
committer | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-07-31 12:57:44 +0200 |
commit | 3f6a7c74e3ebb3d8e0e204c8a68d110c5dc3991d (patch) | |
tree | 4059eeffa3fb1e31c1577804a93ccf5bb9a351ab /doc/classes | |
parent | 13d785241c1905e193186e39b9ba12699cce583c (diff) |
Added missing information about File.open_encrypted function to docs.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/File.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/File.xml b/doc/classes/File.xml index 20bc39ef1f..d91203d91f 100644 --- a/doc/classes/File.xml +++ b/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"> |