Added missing information about File.open_encrypted function to docs.
(cherry picked from commit 3f6a7c74e3
)
This commit is contained in:
parent
7e9b7b0462
commit
3869b82bc1
@ -257,6 +257,7 @@
|
|||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Opens an encrypted file in write or read mode. You need to pass a binary key to encrypt/decrypt it.
|
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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="open_encrypted_with_pass">
|
<method name="open_encrypted_with_pass">
|
||||||
|
Loading…
Reference in New Issue
Block a user