PassAGE/CHANGELOG.md
fraggle 3552db50c2 Initial commit: PassAGE password manager
- AGE encryption with master password model
- Core commands: init, show, insert, edit, generate, rm, mv, cp, find, grep, ls
- Git integration for version control
- Clipboard support (X11 and Wayland)
- Secure password generation
- Backup and restore functionality
- Comprehensive security features
- Complete documentation
2026-01-11 18:48:01 -04:00

20 lines
642 B
Markdown

# Changelog
All notable changes to PassAGE will be documented in this file.
## [0.1.0] - Initial Release
### Features
- PassAGE password manager using AGE encryption
- Master password model: single password protects all stored passwords
- Core commands: init, show, insert, edit, generate, rm, mv, cp, find, grep, ls
- Git integration for version control
- Clipboard support (X11 and Wayland)
- Secure password generation using crypto/rand
### Technical Details
- Written in Go
- Uses filippo.io/age library for encryption
- Compatible with AGE v1 specification
- Argon2id parameters: 3 iterations, 32MB memory, 4 threads, 32-byte output