Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@IvanJijon
Copy link
Contributor

IvanJijon commented Mar 11, 2022

Acceptance criteria

  • 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.
@olabiniV2 olabiniV2 added this to the MVP milestone Apr 25, 2022
piratax007 added a commit that referenced this issue Jul 18, 2022
… access to the content to be able to do the computation on it
piratax007 added a commit that referenced this issue Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants