Skip to content

Commit

Permalink
Merge pull request #175 from yuvipanda/pbu
Browse files Browse the repository at this point in the history
Add a note about the public key passed to `age`
  • Loading branch information
yuvipanda authored Nov 22, 2022
2 parents 9d73747 + 87bcb3d commit 2ba3b1c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion admin/howto/encrypted-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ This page describes how you can encrypt information and send it to us!
2. Run `age -e -r age1mmx8hfzalmn3tmpryrfvcud5vyfakxdfqe683r40qkr6pjd2ag6s72cat5 -a` on
your terminal, and paste the contents of the message you want to encrypt. Press enter,
then `Ctrl-D`. Make sure to copy this exactly!

```{note}
The parameter passed to `-r` (ag1mmx....) is the public key used to *encrypt* the message,
which we can decrypt with our private key. Providing it as part of the command makes it
easier to distribute the public key, as otherwise users would have to download and manage
a public key file.
```

3. `age` will print the encrypted version of your message on your terminal, and it'll look
something like this:

Expand All @@ -31,4 +39,4 @@ This page describes how you can encrypt information and send it to us!
```

4. Copy the encrypted version of the message and include it in the message to `[email protected]`.
All 2i2c engineers will be able to decrypt the message!
All 2i2c engineers will be able to decrypt the message!

0 comments on commit 2ba3b1c

Please sign in to comment.