Commit 18efdb2
authored
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 encryption1 parent f569f6d commit 18efdb2
1 file changed
+1042
-413
lines changed
0 commit comments