GPG(GnuPG)入门

下载:

https://gnupg.org/download/index.html

或者 http://www.hellopp.cn/page/5b9a1405c3f1f7d4116937ef

[Binary download 部分]

Download

Note that you may also download the GNU Privacy Guard from a mirror site close to you. See our list of mirrors. The table below provides links to the location of the files on the primary server only.

Top of Form

Bottom of Form

Source code releases

These are the canonical release forms of GnuPG. To use them you need to build the binary version from the provided source code. For Unix systems this is the standard way of installing software. For GNU/Linux distributions are commonly used (e.g. Debian, Fedora, RedHat, or Ubuntu) which may already come with a directly installable packages. However, these version may be older so that building from the source is often also a good choice. Some knowledge on how to compile and install software is required.

The table lists the different GnuPG packages, followed by required libraries, required tools, optional software, and legacy versions of GnuPG. For end-of-life dates see further down.

Name

Version

Date

Size

Tarball

Signature

GnuPG

2.2.10

2018-08-30

6503k

download

download

Libgpg-error

1.32

2018-07-12

883k

download

download

Libgcrypt

1.8.3

2018-06-13

2919k

download

download

Libksba

1.3.5

2016-08-22

606k

download

download

Libassuan

2.5.1

2017-12-07

551k

download

download

ntbTLS

0.1.2

2017-09-19

334k

download

download

nPth

1.6

2018-07-16

293k

download

download

Pinentry

1.1.0

2017-12-03

456k

download

download

GPGME

1.11.1

2018-04-20

1385k

download

download

GPA

0.9.10

2016-11-19

745k

download

download

GnuPG 1.4

1.4.23

2018-06-11

3661k

download

download

GnuPG distributions are signed. It is wise and more secure to check out for their integrity.

Remarks:

  • Pinentry is a collection of passphrase entry dialogs which is required for almost all usages of GnuPG.
  • GPGME is the standard library to access GnuPG functions from programming languages.
  • GPA is a graphical frontend to GnuPG.
  • GnuPG 1.4 is the old, single binary version which still support the unsafe PGP-2 keys. This branch has no dependencies on the above listed libraries or the Pinentry. However, it lacks many modern features and will receive only important updates.

GnuPG binary releases

In general we do not distribute binary releases but leave that to the common Linux distributions. However, for some operating systems we list pointers to readily installable releases. We cannot guarantee that the versions offered there are current. Note also that some of them apply security patches on top of the standard versions but keep the original version number.

OS

Where

Description

Windows

Gpg4win

Full featured Windows version of GnuPG

download sig

Simple installer for the current GnuPG

download sig

Simple installer for GnuPG 1.4

OS X

Mac GPG

Installer from the gpgtools project

GnuPG for OS X

Installer for GnuPG

Debian

Debian site

GnuPG is part of Debian

RPM

rpmfind

RPM packages for different OS

Android

Guardian project

Provides a GnuPG framework

VMS

antinode.info

A port of GnuPG 1.4 to OpenVMS

RISC OS

home page

A port of GnuPG to RISC OS

End-of-life announcements

We announce the end-of-life date for a current stable version at the time a new stable version is released. We maintain old branches for at least two years. For GnuPG 2.2 we consider 2.1.0 as the birth of this new stable branch. For the other packages we don't maintain branches and thus there is no end-of-life; always use the latest version.

Package

Ver.

End-of-life

Birth

GnuPG

1.0

2002-09-07

1999-09-07

1.2

2005-01-01

2002-09-21

1.4

none (1)

2004-12-16

2.0

2017-12-31

2006-11-11

2.2

tba

2014-11-06

Libgcrypt

1.5

2016-12-31

2011-06-29

1.6

2017-06-30

2013-12-16

1.7

2019-06-30

2016-04-15

1.8

tba

2017-07-18

  • tba: To be announced.
  • (1): Legacy version; see remarks above.

[下载完Windows版本以后]:

Get started – your next steps:

  1. Check integrity of the downloaded Gpg4win installer!
  2. Install Gpg4win.
  3. Create an OpenPGP key pair with Kleopatra. Sign/encrypt a file and email to yourself for testing.
  4. Read more about the public key method (see chapter 1-5 inGpg4win Compendium).
  5. Ask your questions and report your problems to Gpg4win Community.

[下载完Windows版本后,会提示是否打开Kleopatra], Kleopatra的帮助文件在这里]:

https://docs.kde.org/stable5/en/pim/kleopatra/index.html

Kleopatra是个桌面工具, 应该是用来代替命令行的,

下面看看命令行怎么用:

What is GPG, and how do I use it to encrypt files on IU's research computing systems?

From:  https://kb.iu.edu/d/awio

或者: http://www.hellopp.cn/page/5b99c5311d266bd4494282ea

GNU Privacy Guard (GPG, also GnuPG) is free encryption software that's compliant with the OpenPGP (RFC4880) standard. Using GPG you can encrypt (and decrypt) files that contain sensitive data, such as protected health information (PHI) regulated by the Health Insurance Portability and Accountability Act (HIPAA) privacy and security rules. For more on GPG, see the GNU Privacy Guard website.

At Indiana University, GPG is installed as a command-line application in the default user environments on Big Red IICarbonate, and Karst. To use GPG, you create a unique encryption key, and then use that key to encrypt and decrypt your files. If you need help using GPG on IU's research computing systems, contact the UITS Scientific Applications and Performance Tuning (SciAPT) team.

On this page:


Creating an encryption key

To create a unique key for encrypting and decrypting files with GPG:

  1. Make sure gpg-agent is running; on the command line, enter:
  gpg-agent -s --daemon --write-env-file --use-standard-socket

You will see something like the following (in which username is your Network ID username and Machine is the name of the system):

  GPG_AGENT_INFO=/N/u/username/Machine/.gnupg/S.gpg-agent:22743:1; export GPG_AGENT_INFO;
 
这是gpg-agent没有运行的时候做的, 通常安装完以后会自动运行了,就不用这一步了,执行一下也没有关系,会给出提示gap-agen已经运行了.
  1. On the command line, enter:
  2. You will see something like the following (in which username is your Network ID username and Machine is the name of the system):
  gpg --gen-key
  gpg (GnuPG) 2.0.14; Copyright (C) 2009 Free Software Foundation, Inc.
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.
  
  gpg: keyring `/N/u/username/Machine/.gnupg/secring.gpg' created
  gpg: keyring `/N/u/username/Machine/.gnupg/pubring.gpg' created
  Please select what kind of key you want:
     (1) RSA and RSA (default)
     (2) DSA and Elgamal
     (3) DSA (sign only)
     (4) RSA (sign only)
  Your selection?

Enter 1 to select the default key.

  1. GPG will prompt you to choose a keysize (in bits). Enter 1024.

You will see:

  Requested keysize is 1024 bits
  Please specify how long the key should be valid.
           0 = key does not expire
          = key expires in n days
        w = key expires in n weeks
        m = key expires in n months
        y = key expires in n years
  Key is valid for? (0)

Enter a value to specify how long the key should remain valid (e.g., for two days, 3w for three weeks, 10mfor 10 months, or for no expiration date).

  1. GPG will prompt you to confirm the expiration date. If the correct date is displayed, enter y.
  2. GPG will prompt for information it will use to construct a user ID to identify your key. At the prompts, enter your name, email address, and a comment.
  3. GPG will prompt you to confirm or correct your information. You'll see a prompt something like this:
  4. If the information displayed is correct, enter to accept the user ID. To correct errors or quit the process, enter the appropriate alternative ( n e, or ).
  5. If you accept the user ID, GPG will prompt you to enter and confirm a password. Afterward, GPG will begin generating your key. You'll see:
  You selected this USER-ID:
      "Full Name (comment) <username@iu.edu>"
 
  Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit?
  We need to generate a lot of random bytes. It is a good idea to
  perform some other action (type on the keyboard, move the mouse,
  utilize the disks) during the prime generation; this gives the
  random number generator a better chance to gain enough entropy.

This process may take several minutes to complete. When it's finished, you will see something like:

  gpg: key 09D2B839 marked as ultimately trusted
  public and secret key created and signed.
  
  gpg: checking the trustdb
  gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
  gpg: depth: 0  valid:   4  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 4u
  gpg: next trustdb check due at <expiration_date>
  pub   1024R/09D2B839 2013-06-25 [expires: <expiration_date>]
        Key fingerprint = 6AB2 7763 0378 9F7E 6242  77D5 F158 CDE5 09D2 B839
  uid                  Full Name (comment) <username@indiana.edu>
  sub   1024R/7098E4C2 2013-06-25 [expires: <expiration_date>]

You can now use the key (until it expires) to encrypt files in your account (for instructions, see the next section).

我执行2-9步的时候,只要求输入名字和邮箱,

然后会弹出对话框让输入密码,应该就是所谓的私钥.

然后就提示文件已经创建成功了以及文件所存的路径,是一个rev文件,打开会,里面存的是公钥.

Back to top

Encrypting a file

To encrypt a file using a GPG key you created, on the command line, enter (replace user_id with the email address you specified when you created the key and my_file with the name of the file to encrypt):

  gpg -e -r user_id my_file

GPG will create an encrypted version of the file you specified; the encrypted file will have a .gpg file extension (e.g., my_file.gpg). After confirming the encrypted version has been created, you can delete the original unencrypted file.

这里输入的user_id就是创建key的时候输入的邮箱.

创建出来的加密文件是原有的文件名加上.gpg

Back to top

Decrypting a file

To decrypt a .gpg file (e.g., my_file.gpg), on the command line, enter:

  gpg my_file.gpg

GPG will prompt you for the password associated with the key you used to encrypt the file. When you enter the correct password, GPG will recreate the original, unencrypted version of the file (e.g., my_file). This process does not delete or alter the encrypted version of the file (my_file.gpg).

执行这个命令的时候会弹出创建key的时候要求你输入的密码,这个应该就是所谓的私钥.

Back to top

Related documents

Useful GPG commands

This is document awio in the Knowledge Base. 
Last modified on 2017-12-12 15:08:56.

GPG(GnuPG)入门的更多相关文章

  1. gpg 使用入门

    1. 生成秘钥 gpg --full-generate-key 等价于 gpg --full-gen-key Real name: yellowconvict为该秘钥的名字,也称为 USER-ID 在 ...

  2. GPG入门教程

    原文地址:http://www.ruanyifeng.com/blog/2013/07/gpg.html 作者: 阮一峰 日期: 2013年7月12日 前两篇文章,我介绍了RSA算法. 今天,就接着来 ...

  3. tarball安装GnuPG (gpg) 2.2.10

    https://www.gnupg.org/download/ mac 方式一:推荐 mac $ brew install gpg pinentry pinentry-mac $ echo " ...

  4. GnuPG 的PGP使用

    1. 生成秘钥对(此处采用默认的RSA, 2048位) $ gpg --gen-key gpg (GnuPG) ; Copyright (C) Free Software Foundation, In ...

  5. linux gpg 使用笔记

    http://linux.chinaunix.net/techdoc/system/2009/04/30/1109541.shtml 一.GnuPG的简介     我们在网上的发送的邮件是明文的,可以 ...

  6. 改动已有gpg密钥的用户标识及凝视

    /*********************************************************************  * Author  : Samson  * Date   ...

  7. gpg签名用法

    – 在CentOS 6上生成公钥/私钥对 [root@localhost ~]# gpg --gen-key gpg (GnuPG) ; Copyright (C) Free Software Fou ...

  8. centos7(debian,manjora,freebsd)命令及安装mysql、git、gpg、gogs,安装docker,zsh,chrome

    最小安装: 1. 选择English 2. DATE & TIME 修改好本地时间 SOFTWARE SELECTION默认的Minimal Install就好 INSTALLATION DE ...

  9. 加密和数字签名工具GPG

    转载: 源文件位置:http://blog.chinaunix.net/uid-9525959-id-2001824.html GPG [功能]  GPG是加密和数字签名的免费工具,大多用于加密信息的 ...

随机推荐

  1. BZOJ2480 Spoj3105 Mod 数论 扩展BSGS

    原文链接https://www.cnblogs.com/zhouzhendong/p/BZOJ2480.html 题目传送门 - BZOJ2480 题意 已知数 $a,p,b$ ,求满足 $a^x≡b ...

  2. Codeforces 873E Awards For Contestants ST表

    原文链接https://www.cnblogs.com/zhouzhendong/p/9255885.html 题目传送门 - CF873E 题意 现在要给 $n(n\leq 3000)$ 个学生颁奖 ...

  3. RocketMQ事务消息回查设计方案

    用户U1从A银行系统转账给B银行系统的用户U2的处理过程如下:第一步:A银行系统生成一条转账消息,以事务消息的方式写入RocketMQ,此时B银行系统不可见这条消息(Prepare阶段) 第二步:写入 ...

  4. 配置maven从自己的私服下载jar包nexus、maven私服仓库(二)

    配置maven项目从私服下载jar包 pom文件配置从maven私服下载jar包 settings文件配置从maven私服下载jar包 (方便自己关键字搜索,所以多写了几行o(* ̄︶ ̄*)o) 今天自 ...

  5. bufferedwriter写json文件中文乱码

    需要用writer writer = new BufferedWriter(new OutputStreamWriter(new FileOutputStream(file),"utf-8& ...

  6. Sumdiv POJ - 1845 (逆元/分治)

    Consider two natural numbers A and B. Let S be the sum of all natural divisors of A^B. Determine S m ...

  7. CodeForces 433C Ryouko's Memory Note (中位数定理)

    <题目链接> 题目大意:给你一堆数字,允许你修改所有相同的数字成为别的数字,不过只能修改一次,问你修改后序列相邻数字的距离和最小是多少. 解题分析: 首先,修改不是任意的,否则那样情况太多 ...

  8. POJ 1328 安装雷达 (贪心)

    <题目链接> 题目大意: 以x轴为分界,y>0部分为海,y<0部分为陆地,给出一些岛屿坐标(在海中),再给出雷达可达到范围,雷达只可以安在陆地上,问最少多少雷达可以覆盖所以岛屿 ...

  9. 聊聊微服务熔断降级Hystrix

    在现在的微服务使用的过程中,经常会遇到依赖的服务不可用,那么如果依赖的服务不可用的话,会导致把自己的服务也会拖死,那么就产生了熔断,熔断顾名思义就是当服务处于不可用的时候采取半开关的状态,达到一定数量 ...

  10. Linux内核中Makefile、Kconfig和.config的关系(转)

    我们在编译Linux内核时,往往在Linux内核的顶层目录会执行一些命令,这里我以RK3288举例,比如:make firefly-rk3288-linux_defconfig.make menuco ...