I have test dll which needs connection string to DB. I need a way to store/specify non clear text way to specify connection string for various environments. I have a way of doing this in clear text way using Slow Cheetah transformation but I need a way where the passwords are not clear text.
My issue is super common and I am surprised to see no solution/recommendation.
Please advice.