ericrevollo if somebody can access users table content that means he can access whole sdf database content. Since he can access all data encyripting pin codes does not improves data security. What you need to protect is database itself. Not pin codes. That should be done by windows file encyripting and user permission features.
5 answers
I would look in the database in the Users table
passwords are encripted for security reasons I believe, so I don't think you could see a pasword, maybe you could use a tool for rescuing your data
No pin codes are not encyrpted. If you have database admin password you can read pin codes.
that should be for sql, is that the same for the default SQLCE? I mean the .sdf file?
ericrevollo if somebody can access users table content that means he can access whole sdf database content. Since he can access all data encyripting pin codes does not improves data security. What you need to protect is database itself. Not pin codes. That should be done by windows file encyripting and user permission features.
Applies to both sdf and sql server the pincodes can be seen in Users table of database.
How to open sdf file to see tables??