Domanda

How could i encrypt .ini file and read data from the app while it's encrypted? iam using that could to read

public string ReadString(string Section, string Key)
        {
            return this.ReadString(Section, Key, "", 400);
        }
È stato utile?

Soluzione

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top