2014-12-30 19:30:39 +01:00
|
|
|
---
|
|
|
|
layout: page
|
2015-01-05 18:04:04 +01:00
|
|
|
title: Public keys
|
2014-12-30 19:30:39 +01:00
|
|
|
permalink: /keys/
|
2015-05-03 10:14:24 +02:00
|
|
|
excerpt: "My public keys, OTR, PGP and how to check them from DNS TXT records of my subdomains."
|
2014-12-30 19:30:39 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
This page contains key fingerprints that might interest you if you wish
|
|
|
|
to communicate with me securely.
|
|
|
|
|
|
|
|
## Table
|
|
|
|
|
2015-02-12 13:32:01 +01:00
|
|
|
<table border="1">
|
|
|
|
<tr>
|
|
|
|
<th>Type</th>
|
|
|
|
<th>Fingerprint</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>OTR</td>
|
|
|
|
<td>DA0CFDDE E05BE012 B2E726B5 0789F4E2 E7DB582D</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>PGP</td>
|
|
|
|
<td>2910 4A46 C561 5BF9 78A0 83F2 0C20 7F07 B2F3 2B67</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2014-12-30 19:30:39 +01:00
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
2015-02-18 08:58:00 +01:00
|
|
|
Note that my OTR key matches just WeeChat, but I mostly use WeeChat for
|
|
|
|
all protocols ([BitlBee](http://www.bitlbee.org/)).
|
2014-12-30 19:30:39 +01:00
|
|
|
|
|
|
|
## DNS TXT records
|
|
|
|
|
|
|
|
I should probably sign that table using PGP (but it wouldn't increase
|
|
|
|
trust as I still have met no one whom with to sign keys), but with your
|
|
|
|
own responsibility\* you can verify the following DNS records:
|
|
|
|
|
2014-12-31 07:20:52 +01:00
|
|
|
```bash
|
2015-01-28 20:59:26 +01:00
|
|
|
dig +short otr.mikaela.info TXT
|
2014-12-31 09:26:51 +01:00
|
|
|
dig +short pgp.mikaela.info TXT
|
2014-12-31 07:20:52 +01:00
|
|
|
```
|
2014-12-30 19:30:39 +01:00
|
|
|
|
|
|
|
\* This site doesn't have DNSSEC (but you would be trusting ICANN) and
|
|
|
|
cache of your DNS server can be poisoned to give wrong results and long
|
|
|
|
list of different risks that can be there…
|