2020.9.6 安全加密作业(一)

本文介绍了如何在CentOS7环境下利用gpg生成RSA密钥对,进行文件加密解密操作。同时,通过openssl创建自签名CA证书,并制作证书申请请求文件进行签署。
摘要由CSDN通过智能技术生成

1、在 CentOS7 中使用 gpg 创建 RSA非对称密钥对

[root@centos7 ~]#gpg --gen-key
gpg (GnuPG) 2.0.22; Copyright (C) 2013 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.
​
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? 1
RSA keys may be between 1024 and 4096 bits long.
What keysize do you want? (2048) 
Requested keysize is 2048 bits
Please specify how long the key should be valid.
         0 = key does not expire
      <n>  = key expires in n days
      <n>w = key expires in n weeks
      <n>m = key expires in n months
      <n>y = key expires in n years
Key is valid for? (0) 
Key does not expire at all
Is this correct? (y/N) 
Key is valid for? (0) 
Key does not expire at all
Is this correct? (y/N) y
​
GnuPG needs to construct a user ID to identify your key.
​
Real name: lllll
Email address: 
Comment: 
You selected this USER-ID:
    "lllll"
​
Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? o
You need a Passphrase to protect your secret key.
​
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.
                                                      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.
                                          gpg: key C620FD99 marked as ultimately trusted
                      public and secret key created and signed.
                      
[root@centos7 ~]#gpg --list-key
/root/.gnupg/pubring.gpg
------------------------
pub   2048R/C620FD99 2020-09-06
uid                  lllll[root@centos7 ~]#gpg --list-key
/root/.gnupg/pubring.gpg
------------------------
pub   2048R/C620FD99 2020-09-06
uid                  lllll
sub   2048R/5266C343 2020-09-06
sub   2048R/5266C343 2020-09-06

2、将 CentOS7 导出的公钥,拷贝到 CentOS8 中,在 CentOS8 中使用 CentOS7 的公钥加密一个文件

[root@localhost ~]#gpg
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值