Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kassner/sqlite3-gpgvfs


https://github.com/kassner/sqlite3-gpgvfs

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# sqlite3-gpgvfs

Combine [github.com/blang/vfs](https://github.com/blang/vfs) and [github.com/psanford/sqlite3vfs](https://github.com/psanford/sqlite3vfs) to directly open GPG-encrypted SQLite3 databases.

Compatible with [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3).

## TODO

- sqlite file has to be wrapped in base64, otherwise it misses some bytes and `sqlite3 decrypted.db` says the db is corrupted;