Skip to main content

fingerprint

Function fingerprint 

Source
pub fn fingerprint(key_string: &str) -> String
Expand description

Compute a SHA-256 fingerprint of an SSH public key string.

Returns a string like SHA256:abc123... (base64, no padding).