Opened at 2023-12-08T16:29:36Z
Last modified at 2023-12-08T17:02:07Z
#4081 new enhancement
Immutable encryption and decryption should happen in CPU thread pool — at Initial Version
Reported by: | itamarst | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Performance and Benchmarking |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
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
Note: See
TracTickets for help on using
tickets.