This commit is contained in:
parent
6dfd19770b
commit
db6e0769a9
6 changed files with 25 additions and 20 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: PGP key
|
||||
date: !!timestamp '2015-06-29 00:00:00'
|
||||
update: !!timestamp '2018-06-07 12:40:00'
|
||||
update: !!timestamp '2021-07-24 00:45:00'
|
||||
tags:
|
||||
- privacy
|
||||
- cryptography
|
||||
|
|
@ -9,17 +9,17 @@ tags:
|
|||
|
||||
My personal PGP key is the following: [0x842807a84573cc96].
|
||||
|
||||
pub 4096R/4573CC96 2014-06-23 [expires: 2019-07-01]
|
||||
pub 4096R/4573CC96 2014-06-23 [expires: 2022-06-30]
|
||||
Key fingerprint = E722 B5B7 3CA7 FA93 5FC1 AA09 8428 07A8 4573 CC96
|
||||
uid Pierre-Olivier Mercier <nemunaire@nemunai.re>
|
||||
sub 4096R/9D2855C3 2014-06-23 [expires: 2019-07-01]
|
||||
sub 4096R/9D2855C3 2014-06-23 [expires: 2022-06-30]
|
||||
|
||||
<!--more-->
|
||||
|
||||
I use PGP on a daily basis: each e-mail I sent is at least signed. Don't hesitate to send me encrypted or signed message.
|
||||
|
||||
My keyring is stored on a tamper resistant USB token (a [Nitrokey Pro]).
|
||||
This is the only method I use to sign, encrypt or [authenticate](#ssh-authentication).
|
||||
This is the only method I use to sign, encrypt and sometimes to [authenticate](#ssh-authentication).
|
||||
|
||||
|
||||
## DANE
|
||||
|
|
@ -50,7 +50,7 @@ Sometimes I use my dedicated PGP key to log me on a remote SSH server. Here is i
|
|||
|
||||
Each year, I ask my students at [EPITA](https://www.epita.fr/), a French computer science school, to sign their work when they send them to me, by e-mail.
|
||||
|
||||
As it is not always easy for them, I developed a script to automatically check the correctness of their signature: [peret](https://git.nemunai.re/?p=lectures/peret.git).
|
||||
As it is not always easy for them, I developed a script to automatically check the correctness of their signature: [peret](https://git.nemunai.re/srs/peret).
|
||||
|
||||
|
||||
[0x842807a84573cc96]: http://pgp.mit.edu/pks/lookup?op=vindex&search=0x842807A84573CC96
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue