I'm Just figuring is there any way to Encrypt the data before transmitting into the Azure SQL.
Actually I've developed a Azure Web App. I've have a requirement to encrypt the data's into Azure SQL DB in the App Server itself.
I can find some reference to encrypt the data's in AzureDB like Always Encryption , Symmetric Keys
But all the references leads to encrypt the Data's with in the SQL Server
(In other words, the data's would be transmitting as a plain text from App Server to SQL server(through a Insert Query) then the Encryption would be takes place in the SQL Server)
So, I've want to make sure my data's should be encrypt before sending to the Sql Server.
This will ensures no attackers/hackers have no way to hack my data's through the transmission
UPDATE
I've already implemented the SSL Security which Secures the transmission between the UI and App Server. But here i want to secure the transmission between the App Server and Azure SQL Server
Look this Diagram for clear understanding:
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…