Lockcli v1.1.1
·
3 commits
to main
since this release
New Features
- Copy password to clipboard (auto-clear after 30s)
- Automatic migration with
lockcli update - CLI commands: --version, --help, update
Critical Fixes
| Vulnerability | Fix |
|---|---|
| Static salt "lockcli-salt" | Unique random salt per user (32 bytes) |
| AES-256-CBC (no integrity) | AES-256-GCM with authentication tag |
| bcrypt 10 rounds (weak) | bcrypt 14 rounds |