How to protect WinUI 3 app private key from another apps unauthorized access?

56 views Asked by At

I'm developing a WinUI 3 app for Windows 11 in c#.

My app save encrypted data into a local database (data are encrypted by RSACryptoServiceProvider class).

The RSACryptoServiceProvider save the private and public keys into a container that other apps can read. There are any ways to prevent unauthorized access to the keys from another apps ?

0

There are 0 answers