-
Notifications
You must be signed in to change notification settings - Fork 0
Security
Aarav Maloo edited this page Jan 11, 2026
·
3 revisions
APM is a Go-based application designed for minimal dependency and maximum transparency.
-
CLI: Powered by
cobrafor a standard command interface. -
Crypto: Uses Go's native
crypto/aes,crypto/hmac, andgolang.org/x/crypto/argon2. - Cloud: Integrates with Google Drive API v3 for storage.
-
Watcher:
fsnotifyfor background synchronization.
Modern APM vaults (v2) include:
- Core encrypted accounts and secrets.
- Encrypted cloud-specific metadata (Encrypted File IDs and tokens).
- Encrypted history and audit trails.
APM is designed to be compiled into a single static binary.
go build -o pm.exe .The codebase is clean, comment-free, and optimized for professional review.