Block a user
Implement secure password generation
Implement insert and CLI editor integration
Implement list, show, find and decrypted grep
Implement init, recipient hierarchy and selective reencryption
Implement embedded GPG-compatible cryptography for existing keys
Implement the safe password-store repository core
Define TOML configuration and the complete CLI contract
Establish pass compatibility fixtures and behavioral harness
Login: implement authentication requests, responses, and seed capabilities
Login: implement authentication requests, responses, and seed capabilities
Implemented in commit 3951bdb. Added native Rust login credentials/parameters, LLSD XML authentication transport, password hashing and MFA/options handling, bounded redirects, timeout/cancellation,…
Capabilities: implement event queue and caps-to-packet processing
Capabilities: implement event queue and caps-to-packet processing
Implemented and pushed in aa269f1.
Native Rust implementation now covers seed-cap discovery, the complete reference capability request list, URI registration, bounded EventQueueGet polling,…
Capabilities: implement HTTP client, rate limiting, and downloads
Capabilities: implement HTTP client, rate limiting, and downloads
Implemented in commit 3032b16. Added native Rust HttpCapsClient with injected reqwest/fake-handler backends, rustls transport, bounded redirects/concurrency/request/response/decompression,…