Skip to content

Commit 3872ee1

Browse files
committed
[doc] Update ApplicationSecurity spec with details about securization of temporary files with ChaCha20 in place of AES
1 parent c0fcf3e commit 3872ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/security/ApplicationSecurity.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ The default configuration has this feature disabled.
424424

425425
Encryption of temporary files
426426
-----------------------------
427-
Files uploaded and temporarily stored on disk during the upload process are encrypted with a temporary, symmetric AES key to prevent any unencrypted data from being written to disk. Encryption is performed in streaming mode using `AES 128-bit` in `CTR mode`. Key files are stored in memory and are unique for each file being uploaded.
427+
Files uploaded and temporarily stored on disk during the upload process are encrypted with a ChaCha20 and temporary 256bit keys to prevent any unencrypted data from being written to disks. Key files are stored in memory and are unique for each file being uploaded.
428428

429429
Secure file delete
430430
------------------

0 commit comments

Comments
 (0)