mirror of
				https://github.com/mikaela/mikaela.github.io/
				synced 2025-11-04 00:27:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			69 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			69 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
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
 | 
						|
 | 
						|
<table border="1">
 | 
						|
    <tr>
 | 
						|
        <th>PGP Fingerprint</th>
 | 
						|
    </tr>
 | 
						|
    <tr>
 | 
						|
        <td>2910 4A46 C561 5BF9 78A0  83F2 0C20 7F07 B2F3 2B67</td>
 | 
						|
    </tr>
 | 
						|
</table>
 | 
						|
<br/>
 | 
						|
<table border="1">
 | 
						|
    <tr>
 | 
						|
        <th>Account</th>
 | 
						|
        <th>OTR Fingerprint</th>
 | 
						|
    </tr>
 | 
						|
    <tr>
 | 
						|
        <td>dukgo</td>
 | 
						|
        <td>73C54D94 8DE7222F 478EC02C D8FD95DA 0BD3A25D</td>
 | 
						|
    </tr>
 | 
						|
    <tr>
 | 
						|
        <td>facebook</td>
 | 
						|
        <td>A6131A37 FE646D22 3D2C374E F7653716 D700BB29</td>
 | 
						|
    </tr>
 | 
						|
    <tr>
 | 
						|
        <td>gmail</td>
 | 
						|
        <td>F13B431F C71FBA55 6B46D1E3 11273B58 C49D7118</td>
 | 
						|
    </tr>
 | 
						|
    <tr>
 | 
						|
        <td>jappix</td>
 | 
						|
        <td>AEBFF7FD 845CECE5 0D3B1DEC DC63281F 612B71EC</td>
 | 
						|
    </tr>
 | 
						|
    <tr>
 | 
						|
        <td>kapsi</td>
 | 
						|
        <td>F0FFE3D6 ED8FCC66 A2AC0FAA 67FD41B4 EFBDEC97</td>
 | 
						|
    </tr>
 | 
						|
    <tr>
 | 
						|
        <td>IRC</td>
 | 
						|
        <td>DA0CFDDE E05BE012 B2E726B5 0789F4E2 E7DB582D</td>
 | 
						|
    </tr>
 | 
						|
</table>
 | 
						|
 | 
						|
<br/>
 | 
						|
 | 
						|
## 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:
 | 
						|
 | 
						|
```bash
 | 
						|
dig +short otr.mikaela.info TXT
 | 
						|
dig +short pgp.mikaela.info TXT
 | 
						|
```
 | 
						|
 | 
						|
\* This site doesn't have DNSSEC and cache of your DNS server can be
 | 
						|
poisoned to give wrong results and long list of different risks that can
 | 
						|
be there…
 |