Immutable encryption and decryption should happen in CPU thread pool #4081

Open
opened 2023-12-08 16:29:36 +00:00 by itamarst · 1 comment

Need to be careful because the encryptor/decryptor is stateful, so order matters!

filenode.py line 235, aes.decrypt_data

upload.py line 1124, aes.encrypt_data

Need to be careful because the encryptor/decryptor is stateful, so order matters! filenode.py line 235, aes.decrypt_data upload.py line 1124, aes.encrypt_data
itamarst added the
unknown
normal
enhancement
n/a
labels 2023-12-08 16:29:36 +00:00
itamarst added this to the Performance and Benchmarking milestone 2023-12-08 16:29:36 +00:00
Author

Check if mutable has the same issue.

Check if mutable has the same issue.
Sign in to join this conversation.
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#4081
No description provided.