From 794d18dae841dd735b422859801faec8970f1474 Mon Sep 17 00:00:00 2001 From: Saptak S Date: Wed, 28 Feb 2024 19:17:03 +0530 Subject: Adds signing key information of Saptak --- docs/source/install.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 0ba3c0db..3e04817f 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -15,7 +15,7 @@ You can download OnionShare for Mobile from the follow links * Android * Google Play: https://play.google.com/store/apps/details?id=org.onionshare.android - * F-Droid: https://github.com/onionshare/onionshare-android-nightly + * F-Droid: https://github.com/onionshare/onionshare-android-nightly * iOS * Apple App Store: https://apps.apple.com/app/onionshare/id1601890129 @@ -114,8 +114,16 @@ For Windows and macOS, this step is optional and provides defense in depth: the Signing key ^^^^^^^^^^^ -Packages are signed by Micah Lee, the core developer, using his PGP public key with fingerprint ``927F419D7EC82C2F149C1BD1403C2657CD994F73``. -You can download Micah's key `from the keys.openpgp.org keyserver `_. +Packages are signed by the core developer who is responsible for the particular release. Following are the +informations of the core developers of OnionShare: + +* Micah Lee: + * PGP public key fingerprint ``927F419D7EC82C2F149C1BD1403C2657CD994F73``. + * You can download Micah's key `from the keys.openpgp.org keyserver `_. + +* Saptak Sengupta: + * PGP public key fingerprint ``2AE3D40A6905C8E4E8ED95ECE46A2B977C14666B``. + * You can download Saptak's key `from the keys.openpgp.org keyserver `_. You must have GnuPG installed to verify signatures. For macOS you probably want `GPGTools `_, and for Windows you probably want `Gpg4win `_. @@ -128,7 +136,7 @@ You can also find them on the `GitHub Releases page