Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RemoveSqlitePassword

Remove known password from SQLite database file

Notes

  1. The project uses Fody.Costura to embed these dlls into the main EXE file.
  2. The project uses System.Data.SQLite dlls and embed these dlls as Embedded resource - that's why licensing is not explicitly stated.

Screenshot

Screenshot 1

Usage examples:

Remove specified password from specified file:

RemoveSqlitePassword.exe "TargetDb.Sqlite" "passwordToRemove"

Remove password from specified file, use password from config file

RemoveSqlitePassword.exe "TargetDb.sqlite"

Remove password from all *.SQLite3 file(s) in current directory, (use password from CONFIG file)

RemoveSqlitePassword.exe

About

Remove known password from System.Data.SQLite database file

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages