cricketthomas / AzureKeyVaultExplorer

Key Vault Explorer for Azure — a cross platform desktop application for aggregating secrets, keys and certificates in azure key vault by subscription and resource group. Use azure key vault as an enterprise password manager.
https://keyvaultexplorer.sidesteplabs.us
MIT License
5 stars 0 forks source link

Encrypt Sqlite Database #39

Closed cricketthomas closed 1 month ago

cricketthomas commented 1 month ago

Highest priority

cricketthomas commented 1 month ago

https://www.bricelam.net/2016/06/13/sqlite-encryption.html

cricketthomas commented 1 month ago

https://github.com/ericsink/SQLitePCL.raw

cricketthomas commented 1 month ago

https://learn.microsoft.com/en-us/dotnet/standard/data/sqlite/encryption?tabs=netcore-cli

cricketthomas commented 1 month ago

https://www.bricelam.net/2023/11/10/more-sqlite-encryption.html

cricketthomas commented 1 month ago

49 will close this. This will now use data protection on windows, keychain on mac os, and nothing on linux for the time being.