• Jan 30, 2017

    0.8

    Tag 0.8 release
    GNOME Keysign is a tool to make signing OpenPGP keys as easy as possible.
    This is the v0.8 release which fixes a few bugs and adds a gpgme based
    gpg library.
    
    The project location also changed to
    
                https://github.com/GNOME-Keysign/gnome-keysign/
    
    Changes
    ==========
    
     * Show a window with a stacktrace if an exception is not caught
     * Added gpgmh which wraps both monkeysign and gpgme
     * Dynamically construct static widgets
     * The fullscreen QR code can now be moved to another screen by pressing
       the left or right key
     * The keyserver module can now be called directly to serve a given key
     * Made the Keyserver poll more often to detect shutdowns earlier
     * Make it find the relevant key faster by ordering the list
       of servers before attempting to download
    
    Resources
    =========
    
    Download: https://github.com/GNOME-Keysign/gnome-keysign/archive/0.8.tar.gz
    Web site: https://wiki.gnome.org/GnomeKeysign
Latest release

v0.7

@muelli muelli released this Sep 18, 2016 · 156 commits to master since this release

GNOME Keysign is a tool to make signing OpenPGP keys as easy as possible.
This is the v0.7 release which fixes a few bugs and increases gpg 2.1.

Changes

  • showing a message when you don't have a private key
  • Disable Next or Back button when hitting the end of the notebook
  • More Python 3 compatible code (e.g. HTTP server, StringIOs, dict.items)
  • (Hopefully) more efficient bar code rendering to increase the
    success rate when reading it
  • Using zbar's cache to hopefully save some CPU cycles while scanning

Downloads

  • Jun 24, 2016

    0.6.1

    GetKey: avoid lists when interfacing with gpg
    Currently, monkeysign's gpg module returns dicts when it's being asked
    for keys.  The dict, in python2, likes to return lists. But in python3
    this won't be the case. Let's try to be a little clever about it by
    using (arguably ugly)   next(iter(dict.items()))  instead of
    dict.items()[0].  Unless we really expect only one key.  So we're
    actually not using that mentioned construction at all...
  • Jun 22, 2016

    0.6

    Added 0.6 release notes
    
  • Jun 16, 2016

    0.5

    Bumped version to 0.5
    

v0.4

@muelli muelli released this Jun 7, 2016 · 316 commits to master since this release

GNOME Keysign is a tool to make signing OpenPGP keys as easy as possible.
This is the v0.4 release and brings a few tiny fixes all over the program.

Changes

  • Signing keys with all usable secret keys
  • monkeypatching monkeysign for revoked and expired keys
  • Standalone non-UI key signing application (e.g. a key file)

Resources

Download: https://github.com/muelli/geysigning/releases/download/0.4/gnome-keysign-0.4.tar.gz
sha256sum: a1fbd9e6e819d976238795aa436411edc42905bdda42085f5b4076949ffba59c
Web site: https://wiki.gnome.org/GnomeKeysign

Downloads

v0.3

@muelli muelli released this Aug 21, 2015 · 345 commits to master since this release

GNOME Keysign is a tool to make signing OpenPGP keys as easy as possible.
This is the v0.3 release and brings a few tiny fixes all over the program.

Changes

  • Optimised finding the correct key to download
  • Removed once discovered clients if they disappear
  • Experimental compatibility for older Gtk versions (set_always_show_image)
  • Minor UI improvement: Do not delete the manually typed fingerprint when going back
  • Also accept more correctly typed fingerprint with a more relaxed verification routine
  • Display a message when the user does not have any private keys

Resources

Download: https://github.com/muelli/geysigning/releases/download/0.3/gnome-keysign-0.3.tar.gz
sha256sum: b75f8963f1c9a49edf8fe5fd82a67c91eba018679250468b2f40281d4d817c6c
Web site: https://wiki.gnome.org/GnomeKeysign

Downloads

v0.2

@muelli muelli released this Dec 13, 2014 · 405 commits to master since this release

GNOME Keysign is a tool to make signing OpenPGP keys as easy as possible.
This is the v0.2 release and introduces, amongst other things, a new UI.

Changes

  • New, wizard-less, UI for the server side
  • Fullscreen QR Code window
  • Separate, hopefully easier reusable widgets
  • Bind to IPv4 and IPv6 sockets

Resources

Download: https://github.com/muelli/geysigning/releases/download/0.2/gnome-keysign-0.2.tar.gz
sha256sum: 49551ae5e7df8037b3de7e31c0f09899247c1fa1c1eb19aebbcfcf5c01e8df3f
Web site: https://wiki.gnome.org/GnomeKeysign

Downloads

v0.1

@muelli muelli released this Nov 5, 2014 · 468 commits to master since this release

GNOME Keysign is a tool to make signing OpenPGP keys as easy as possible.
This is the initial release.

Highlights

  • Securely exchange an OpenPGP key without needing to contact a keyserver
  • Sign each UID separately
  • Send encrypted signature to each UID via user's preferred MUA

Details

GNOME Keysign attempts to enable many more people to strengthen the Web of Trust.
It consists of two parts: A server side and a client side.
The server side advertises your key on the local network.
The client side downloads the key from the local network and checks the integrity of the download.
The integrety is checked with data exchanged securely between the server and the client via the visual channel.
That visual channel is implemented as a QR-Code and a barcode scanner.

Resources

Download: https://github.com/muelli/geysigning/releases/download/0.1/gnome-keysign-0.1.tar.gz
sha256sum: 2ba547551bb8495a53105e9299ccbd9600de54e2391729f86379f2e3a3bd98e6
Web site: https://wiki.gnome.org/GnomeKeysign

Screenshots

list of keys
showing qr code

Downloads