mikaela.github.io/pages/keys.markdown

98 lines
2.4 KiB
Markdown
Raw Normal View History

---
layout: page
title: Public keys
permalink: /keys/
excerpt: "My public keys, OTR, PGP and how to check them from DNS TXT records of my subdomains."
---
This page contains key fingerprints that might interest you if you wish
to communicate with me securely.
## Tables
2015-07-25 13:14:22 +02:00
*PGP*
2015-10-10 07:53:21 +02:00
<table>
2015-02-12 13:32:01 +01:00
<tr>
<th>PGP Fingerprint</th>
2015-02-12 13:32:01 +01:00
</tr>
<tr>
2015-07-25 13:14:22 +02:00
<td>2910 4A46 C561 5BF9 78A0 83F2 0C20 7F07 B2F3 2B67</td>
</tr>
</table>
<br/>
*OTR*
OTR is impossible with three clients fighting for the messages, so I only
support it with IRC (which currently has no other *good* choice *and* where
I have only single client (WeeChat) which my phone also connects to) and
even if some of the XMPP clients talks it, I would appreciate you using
OMEMO instead.
2015-10-10 07:53:21 +02:00
<table>
2015-07-25 13:14:22 +02:00
<tr>
<th>Account</th>
<th>OTR Fingerprint</th>
2015-02-12 13:32:01 +01:00
</tr>
<tr>
<td>IRC</td>
<td>DA0CFDDE E05BE012 B2E726B5 0789F4E2 E7DB582D</td>
2015-02-12 13:32:01 +01:00
</tr>
</table>
<br/>
2016-04-23 11:43:45 +02:00
*OMEMO*
<table>
<tr>
<th>Account</th>
<th>Device/Software</th>
<th>OMEMO Fingerprint</th>
</tr>
<tr>
<td>Joindiaspora</td>
<td>GT-I9305/Conversations</td>
<td>46c8aa40f931e8bd5773f7d10e64a6e5845f79fe48f2d7543df19b9211057a46</td>
</tr>
<tr>
<td>Joindiaspora</td>
<td>Jolla/Conversations</td>
<td>bdc51478af93d61c8890c5e638cb658b3736cdb706309862ff5b48e4e74ab93b</td>
</tr>
<tr>
<td>Joindiaspora</td>
<td>sedric/gajim</td>
<td>5BE02080 79C94E5F 15986BE6 F96C2C25 734D5212 2C9F65F2 15DB5CE1 57434B4D</td>
</tr>
2016-04-23 11:43:45 +02:00
<tr>
<td>Kapsi</td>
<td>GT-I9305/Conversations</td>
<td>36e6c716f099d4172bd06b4bf2cf6bd9e59bdbcfa55b2912a521b39d81c50e53</td>
</tr>
<tr>
<td>Kapsi</td>
<td>Jolla/Conversations</td>
<td>d42beab6bd86c40f4fd66c71de9f7dcc7532970e4a8cbf9d4938c4f99eb46864</td>
</tr>
<tr>
<td>Kapsi</td>
<td>sedric/Gajim</td>
<td>506148B5 CC48623E 5F01E7C6 68F08FF5 8BB02D2A DA7449C2 E24F2BC2 0A054F6B</td>
</tr>
2016-04-23 11:43:45 +02:00
</table>
2016-04-23 11:44:13 +02:00
<br/>
2016-04-23 11:43:45 +02:00
## DNS TXT records
These keys can also be confirmed by checking DNS TXT records like below:
```bash
dig +short otr.mikaela.info TXT
2016-04-23 11:43:45 +02:00
dig +short omemo.mikaela.info TXT
2014-12-31 09:26:51 +01:00
dig +short pgp.mikaela.info TXT
```
*For this to be secure you should run [dnssec-trigger](https://www.nlnetlabs.nl/projects/dnssec-trigger/)
or DNSSEC-validating resolver on your local device.*