Reputation: 291
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?
Upvotes: 0
Views: 130
Reputation: 1484
The key length has to be 192 bits for Triple DES. Here is an example.
<add key="FileEncryptionKey" value="9aA2dD0fZ3Dab4126d7i5643"/>
Upvotes: 2