SecretSpec 0.21: Resolver IPC, external providers, and binary secrets

SecretSpec 0.21 adds two JSON-RPC protocols: one lets tools request secrets from a separate resolver process; the other lets external executables act as providers.

Disclaimer: LLMs have been used

4 Likes

I really like SecretSpec, and looking at your project earlier introduced me to the password manager I’m trying to replace KeePassXC with (gopass), but these Claude-written release notes are not that great.

Rust callers can use resolve_bytes() or resolve_named_bytes(). Text SDK responses and exports still require UTF-8 and error on non-UTF-8 values.

I agree, I’ll fix it. done

2 Likes