ASP.NET Core Data Protection for long term storage
I’m looking into upgrading a .NET software application that encrypts files. At the moment it is doing that by using a fixed key and a specific algorithm in the codebase. Moving the key to a safer place will be my first step.
However, I wan… Continue reading ASP.NET Core Data Protection for long term storage