Hi,
I want to store data encrypted in a SQLite database. This works, but the key for the encryption is in the code. That is wrong.
With googling I have found that you can use a key container. However, if that is created, it will be stored locally on your PC.
I want to put the SQLite database file on a network as well as the app that reads the data. Can you put a key container on the network, let's say in the same folder as the application? Or is there another way (other than the registry) to store a key securely?
Greetings, Hans