Skip to content

Tags: Cielecon/DBcake--python

Tags

v1.5

Toggle v1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add files via upload

dbcake — single-file DB + secrets client

Features:
 - centralized (.dbce append-only) and decentralized (per-key files) storage
 - choose storage format: binary | bits01 | dec | hex
 - encryption modes (low|normal|high) with AES-GCM via cryptography if installed;
   secure stdlib fallback otherwise
 - key rotation, file-locking, CLI, interactive passphrases
 - API to switch modes: db.centerilized() and db.decentralized()
 - Server sync (push/pull) implemented with urllib (no extra libs)
 - Graphical package installer (tkinter) to install optional packages (e.g., cryptography)
 - Secrets HTTP client (Client/AsyncClient) with optional Fernet encryption

V1.6

Toggle V1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add files via upload

V1.3

Toggle V1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add files via upload

V1.2

Toggle V1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add files via upload

dbcake — single-file DB + secrets client

Features:
 - centralized (.dbce append-only) and decentralized (per-key files) storage
 - choose storage format: binary | bits01 | dec | hex
 - encryption modes (low|normal|high) with AES-GCM via cryptography if installed;
   secure stdlib fallback otherwise
 - key rotation, file-locking, CLI, interactive passphrases
 - API to switch modes: db.centerilized() and db.decentralized()
 - Server sync (push/pull) implemented with urllib (no extra libs)
 - Graphical package installer (tkinter) to install optional packages (e.g., cryptography)
 - Secrets HTTP client (Client/AsyncClient) with optional Fernet encryption

v1.0

Toggle v1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add files via upload