Hello.
I'm developing a Windows Mobile 5.0 and above application with C#, .Net Compact Framework 2.0 SP2 and SQl Server CE 3.1.
I need to store some secret information on Sql Server CE database and I wondering if I encrypt database with a password could affect application's performance.
I'm also thinking to store the password in an assembly would be useless since you can disassemble the assembly and recover the password.
Is going to affect performance?
How can I store password database to avoid retrieve it?
Thank you.