Skip to content

newblogging.db password #8

@Jonney3099

Description

@Jonney3099

It's not an issue instead of a question.
I saw the connection password is "Test123",I used 3rd app to try to open, but it can't be opened with "The password is incorrect or the encrypted file cannot be opened with System.Data.SQLite.
BTW, I check the source code, where you SetPassword for newblogging.db?

// Initialize the database context (ensure the database is created, if it's a new database)
  using var db = new BloggingContext(databaseFile);
  if (databaseFile == newDatabaseFile) db.Database.EnsureCreated();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions