grandchamp / Identity.Dapper

Identity package that uses Dapper instead EntityFramework for use with .NET Core
MIT License
268 stars 62 forks source link

Remove redundant IV config #93

Closed sinangun closed 1 year ago

sinangun commented 4 years ago

IV is already written on first bytes of encrypted result. We can create random IV for every encryption request and read from encrypted result.