-1

my question is very similar to an already answered previously, the only diferncia is that I use Entity Framework. I developed an application in C # and I use SQLite with Navicat and I need to protect my database password. I was reviewing the answers given to questions related but do not serve me. Thanks in advance

  • 1
    "connect to the SQLite database password" - yeah. Ever been eating a window? It makes no sense to connect to a password. – TomTom May 22 '16 at 04:09

1 Answers1

1

Just specify the password in the provider connection string

ErikEJ
  • 40,951
  • 5
  • 75
  • 115