settings.txt

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 anni tempo fa
hi all,
tell me please how can i encrypt the connection sting in settings.txt.
7 anni tempo fa
Maybe this post will help
7 anni tempo fa
The post is good. You can use ProtectedData.Protect or MachineKey.Protect to implement encryption quickly and do not sped time implementing secure key storage. This option works if you host on your own server.

If this is a shared hosting then this is another story. Unfortunately there is no way to hide this information from server Administrator. ProtectedData.Protect may help you a bit, because it can use the key associated with you App poo account.

I'd suggest to read http://security.stackexchange.com/questions/12332/where-to-store-a-key-for-encryption, http://security.stackexchange.com/questions/41494/how-to-store-an-encryption-key-on-shared-hosting and host at least on VPC.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.