Search code examples
.netintuit-partner-platform

Intuit Partner Platform example application for .NET


I want install Intuit Partner Platform example application for .NET from this. I did all steps from this url. But i don't know where i can find FileEncryptionKey for web.config. Can anybody help with it?


Solution

  • The key length has to be 192 bits for Triple DES. Here is an example.

    <add key="FileEncryptionKey" value="9aA2dD0fZ3Dab4126d7i5643"/>