gnome-keysign 1.0.1-3ubuntu1 source package in Ubuntu

Changelog

gnome-keysign (1.0.1-3ubuntu1) eoan; urgency=medium

  * Build-depend on pylint which is now python3, not pylint3.

 -- Steve Langasek <email address hidden>  Wed, 25 Sep 2019 15:34:12 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gnome-keysign_1.0.1.orig.tar.gz 145.8 KiB 4b0697af83b37229a6b028d76d48b1e59e9a8c32f3b9a5683db639122dbee6ba
gnome-keysign_1.0.1-3ubuntu1.debian.tar.xz 5.3 KiB 8b0f2b173e91d0ed10f051e6fefb94f426f97cb52f98c674fa04e6f2595497bb
gnome-keysign_1.0.1-3ubuntu1.dsc 2.4 KiB 3d390ec32ed951c3863a9d82b5d8c7aa11b8517abfc8a7498947a52d78305b6d

View changes file

Binary packages built by this source

gnome-keysign: easy signing of OpenPGP keys over the local network

 GNOME Keysign is a tool for signing OpenPGP keys.
 .
 Its purpose is to ease signing other peoples' keys. It is similar to caff,
 PIUS, or monkeysign. In fact, it is influenced a lot by these tools and
 either reimplements ideas or reuses code. Consider either of the above
 mentioned tools when you need a much more mature codebase.
 .
 In contrast to caff or monkeysign, this tool enables you to sign a key
 without contacting a key server. It downloads an authenticated copy of the
 key from the other party. For now, the key is authenticated by its fingerprint
 which is securely transferred via a QR code. Alternatively, the user may type
 the fingerprint manually, assuming that it has been transferred securely via
 the audible channel.
 .
 After having obtained an authentic copy of the key, its UIDs are signed. The
 signatures are then encrypted and sent via email. In contrast to monkeysign,
 xdg-email is used to pop up a pre-filled email composer windows of the mail
 client the user has configured to use. This greatly reduces complexity as no
 SMTP configuration needs to be obtained and gives the user a well known
 interface.