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();
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?