I was reading this and was going to implment it but how does one inject the ecrypted password to connection string also in asp.net core .net 5 what is the best way to encrypt in production
Everything needed for encryption is in the code sample. The encryption service and registration. The controllers show how to inject the excryption service and configuration. Did you try the code?
All-Star
53731 Points
24062 Posts
Re: Encrypt sections of the appsettings.json inside my Asp.Net Core MVC web apllication
Jan 07, 2021 12:32 PM|mgebhard|LINK
Everything needed for encryption is in the code sample. The encryption service and registration. The controllers show how to inject the excryption service and configuration. Did you try the code?