highlight actual fingerprints

It has always been possible to generate keys with the same key ID (it's only 32 Bit, duh). There has now been a public demonstration of just that.
Do what we should have done ages ago by listing the full fingerprint only.
This commit is contained in:
Philipp Hagemeister
2016-08-22 01:26:39 +02:00
parent 33f2f9f683
commit b65bb17fd9
2 changed files with 9 additions and 4 deletions

View File

@@ -149,3 +149,8 @@ code.commands {
background: rgba(200, 200, 200, 0.4);
white-space: pre;
}
code.fingerprint {
font-weight: bold;
font-size: 140%;
}