https://avatars.githubusercontent.com/u/6058558

程式狂想筆記

使用 GitKrakn GIT 簽章(PGP)

最近因緣際會下用到 PGP
因為我們公司有用 gitlab
之前就想研究 Git 簽章怎麼用
但一直都沒有去嘗試
最近碰到 PGP 加密
竟然碰到相關問題,馬上使用看看

Git mail 使用者名稱都可以自己改上傳
使用簽章後,能證明GIT commit 是誰做的

本篇是以方便使用 GUI 介面操作(Gitkrakn)
並非以指令方式去做
相關指令推薦爬相關專業文章

PGP 筆記

第一次使用 PGP加密筆記,原本看到 GPG 跟 Git 做簽章 想說GPG 跟 PGP 應該沒甚麼關係 但是後來爬文一下,GPG(GunPG)是產生和管理 PGP 金鑰軟體 看來有空順便來研究 GIT 簽章 測線上加密網站 https://github.com/Gaff/pgp.help pgp.help - Modern javascript client-side PGP encryption and decryption tool SmartNinja Online PGP 5 Online PGP Encryption Websites Free to Encrypt Email, Text PGPTool - use this tool to encrypt and decrypt PGP files. OpenPGP compatible 測試 pgp 加解密 簡單來講,就次把private key 和 public key 匯入到 gpg 然後使用 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 gpg --import {private/public key} # 加密: # recipient指定接收者的公鑰ID gpg --recipient {keyid/uid} --output encrypt.