Implements SmartSecret with macOS Keychain, Linux secret-tool, and AES-256-GCM encrypted file fallback backends. Zero runtime dependencies.
8 lines
236 B
Markdown
8 lines
236 B
Markdown
# Changelog
|
|
|
|
## 2025-02-24 - 1.0.0 - Initial Release
|
|
- macOS Keychain backend via `security` CLI
|
|
- Linux secret-tool backend via libsecret
|
|
- AES-256-GCM encrypted file vault fallback
|
|
- Automatic backend detection with graceful fallback
|