I'm curious why you chose to use asymmetric crypto for this instead of symmetric (for example, encrypting a secondary key using the primary one, and then using that with an authenticated encryption mode like AES-GCM to…
I'm curious why you chose to use asymmetric crypto for this instead of symmetric (for example, encrypting a secondary key using the primary one, and then using that with an authenticated encryption mode like AES-GCM to…