- 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
12 lines
162 B
Modula-2
12 lines
162 B
Modula-2
module passage
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
filippo.io/age v1.1.1
|
|
golang.org/x/crypto v0.21.0
|
|
golang.org/x/term v0.19.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.19.0 // indirect
|