diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-07-31 13:07:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 13:07:42 +0200 |
commit | 8b28553de8657edaef147e2ddc738b077f430853 (patch) | |
tree | ba2ed29c239763d3617f316e6337c372e8dd9cdc /doc/classes | |
parent | b1efa0f07f9056737bee39ddd607a00be5f0a2ec (diff) | |
parent | 3f6a7c74e3ebb3d8e0e204c8a68d110c5dc3991d (diff) |
Merge pull request #40816 from codetorex/master
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"> |