keybase / keybase-issues

A single repo for managing publicly recognized issues with the keybase client, installer, and website.
900 stars 37 forks source link

Badge/Shield #849

Open utdemir opened 10 years ago

utdemir commented 10 years ago

Hi. I think it'd be very useful to have a keybase badge, something like:

with a link to Keybase profile, or a more detailed one including proofs etc. Or it can be easily implemented by a third party too, but a standart solution would be better.

zQueal commented 10 years ago

This is a really great idea! This could be a visual indication (especially for open source projects) that maybe some sensitive code is signed, or something?

bxm156 commented 9 years ago

+1. It would also be nice if we could have a web badge that we could post on our personal website, and have it link to our keybase profile

mendhak commented 8 years ago

Other ideas:

or

+1 on this anyway - I sign my releases and would like downloaders to verify or be aware I'm on Keybase.

amosshapira commented 7 years ago

Yep - I came here to suggest just that. My suggested use case is to let people add this badge to their e-mail signature, same way that I do with my LinkedIn profile. Here is LinkedIn's page about it, for more ideas: https://www.linkedin.com/profile/profile-badges

yzgyyang commented 6 years ago

Hi - I would like to have that as well.

yzgyyang commented 6 years ago

Hey everyone - I am trying to add Keybase support in https://github.com/badges/shields/issues/1299. Could anyone interested add comments to the issue linked about what kinds of badges are wanted for Keybase, and I will try adding it. Thanks!

maxtaco commented 6 years ago

cc @malgorithms

lukechilds commented 6 years ago

I would recommend using the 64-bit PGP fingerprint, 32-bit PGP fingerprints are trivial to brute force.

Something like:

lukechilds commented 6 years ago

I've implemented this in Badgen: https://github.com/amio/badgen-service/pull/141

https://badgen.net/#keybase

It can be used like:

<a title="Keybase" target="_blank" href="https://keybase.io/lukechilds">
  <img src="https://badgen.net/keybase/pgp/lukechilds">
</a>


If third-party solutions are acceptable I think this issue can be closed now.

SkypLabs commented 5 years ago

I've done the same for Shields: badges/shields#2969