I have connection string in my c# code, so i can get data from database using a stored procedure.
The connection string is like this:
connection.ConnectionString = "Data Source=192.168.4.33;Initial Catalog=database;Persist Security Info=True;User ID=test;Password=@test312321";
How can i Encrypt the connection, and then when i want to use it decrypt?