Ticket Hash: | d5663988a63d0a69852807e6753361e9a5a64e1d | ||
Title: | Will there be encryption support for .NET Core | ||
Status: | Closed | Type: | Feature_Request |
Severity: | Important | Priority: | Medium |
Subsystem: | Legacy_CryptoAPI | Resolution: | Out_Of_Community_Support |
Last Modified: |
2019-10-05 03:34:39 5.74 years ago |
Created: |
2019-08-26 10:59:43 5.85 years ago |
Version Found In: |
User Comments: | ||||
anonymous added on 2019-08-26 10:59:43:
(text/x-fossil-plain)
Hi As seen on https://system.data.sqlite.org/index.html/tktview/526eeb9df3663d9e95da there is no encyption support with .NET Core, yet. Is it planned to add this to CORE? Regards mistachkin added on 2019-08-29 16:38:52: (text/x-fossil-plain) The legacy CryptoAPI is specific to Windows; therefore, it is unsuitable for inclusion in the code targeting .NET Core, due to the need to support macOS, Linux, etc. The cross-platform solution for encrypted databases is SEE, which is officially supported on all platform. |