You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AS A system administrator I WANT TO see a hash of the public key using SHA-1 displayed in hexadecimal separated with colons IN ORDER TO compare against fingerprints on other systems
#54
Closed
5 tasks done
IvanJijon opened this issue
Mar 11, 2022
· 0 comments
The key details component should always show the SHA-1 hash for a public key or a key pair.
The hash is composed of 160 bits (20 bytes). These should be displayed in hexadecimal, with capital letters, separated by colons
If a private key is displayed, nothing should be shown
The hash should be possible to select and copy
The hashing over the public key should be done using the "normal" fingerprint generation for that key algorithm. Exactly what that means will be different for different algorithms. But, for SSH keys, for example, the SHA-1 fingerprint we display should be the same as what the SSH tool would display.
The text was updated successfully, but these errors were encountered:
Acceptance criteria
The text was updated successfully, but these errors were encountered: