The current fingerprint is SHA-256 of raw public key bytes rendered as 8 groups of 8 hex chars. This format is not documented anywhere, so there is no way to cross-check a fingerprint produced by rustpg against any other tool. SSH-style SHA256:<base64url(sha256(pubkey))> would be more compact and immediately recognizable. Affects --fingerprint CLI output and the GUI identity list.
The current fingerprint is SHA-256 of raw public key bytes rendered as 8 groups of 8 hex chars. This format is not documented anywhere, so there is no way to cross-check a fingerprint produced by rustpg against any other tool. SSH-style `SHA256:<base64url(sha256(pubkey))>` would be more compact and immediately recognizable. Affects `--fingerprint` CLI output and the GUI identity list.