Eastrall / EntityFrameworkCore.DataEncryption

A plugin for Microsoft.EntityFrameworkCore to add support of encrypted fields using built-in or custom encryption providers.
MIT License
326 stars 54 forks source link

Dynamic IV per field #12

Closed Eastrall closed 3 years ago

Eastrall commented 3 years ago

Breaking changes

Alex-Tsyganok commented 3 years ago

Hi @Eastrall, do you plan to release the new NuGet package version in the nearest future that will contain that improvement?

Eastrall commented 3 years ago

@Alex-Tsyganok Yes, I'm planning on releasing version 2.0 of this library that includes this fix. But first, I need to finish the conversion tool from v1 to v2.