Encryption / Decryption of Cache #713
Replies: 2 comments 1 reply
-
|
Currently, there is no persistence of patient data after closing the application. The cached data is only accessible during the active use of the application and exclusively by the current user. Given this, I don't see the need to handle cache encryption/decryption at this stage, as the data is not stored or accessible beyond the session. |
Beta Was this translation helpful? Give feedback.
-
|
Just to clarify the current behavior around cache cleanup: We have a shutdown hook that attempts to clean up the cache when the application exits normally. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
I'm pretty new to working on this application, so don't mind me being lost. I was wondering if we there is a way to encrypt all the cache that I'm saving so that all that data cannot be accessed directly from the file explorer. And also since we will be encrypting while storing the cache, there must be a way to decrypt it for Weasis to use it.
Similar to Auth Interceptors in React (I have some basic knowledge about it), could there be anything of such sort implemented? Intercepting the file reads so that the decryption can be done before using so and so file and also similarly intercepting the file writes into cache so that the encryption can be done before the file is saved.
Beta Was this translation helpful? Give feedback.
All reactions