-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hello,
In a scenario where I have 2 applications (let's call them A and B) needing to share the same encrypted data - would it be possible to have application B decrypt something encrypted by application A?
I assume that the IV/Auth tag generated during encryption are stored in the cipher text. Looking at the source code I can sort of identify where they are located in the cipher text, but in practice I'm not sure how to go about actually extracting them to use them for decryption.
I know this would be a highly questionable practice and something not recommended from a security perspective. I'm trying to weigh options and was wondering if this one is at all a possibility.
Thank you.
Metadata
Metadata
Assignees
Labels
No labels