You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it says. These files contain secrets, so they need to be encrypted.
The way this will work is that the user has to enter the password at the start of the application. Or maybe through some less secure way as well, not sure yet.
We'll just that one key for all files.
On Windows, we also have a CryptProtectData() function, and/or a "credentials manager". Look at whether these can be used.
The text was updated successfully, but these errors were encountered:
As it says. These files contain secrets, so they need to be encrypted.
The way this will work is that the user has to enter the password at the start of the application. Or maybe through some less secure way as well, not sure yet.
We'll just that one key for all files.
On Windows, we also have a
CryptProtectData()
function, and/or a "credentials manager". Look at whether these can be used.The text was updated successfully, but these errors were encountered: