System at my hotel has connection string like this in exe.config file. Now we want to move our database server but we can't because of this. I want to know if this kind of encrypt can be achieve using any defaul encrypt technique or is it a custom one? (*We can't contact the original developer since the company went bankrupt)
<connectionStrings>
<add name="connectionString" connectionString="XWsoQ6X8Cb3oNDHUPlwKa9XOZgYXxk40iHBtYOy9GgPNKUmQkezt4HFqGYTZfUILtYFi5FA2gzw1DqnbKW3G858uFEpbSTRTYt/OP16Y5cs=" providerName="System.Data.SqlClient" />
</connectionStrings>