<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Roman</title>
    <description>The latest articles on DEV Community by Roman (@morokonst).</description>
    <link>https://dev.to/morokonst</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3984832%2Fab1167f3-b376-40db-8fbe-1936137e0fa8.png</url>
      <title>DEV Community: Roman</title>
      <link>https://dev.to/morokonst</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/morokonst"/>
    <language>en</language>
    <item>
      <title>Beacon – open-source self-hosted E2EE messenger for Android</title>
      <dc:creator>Roman</dc:creator>
      <pubDate>Mon, 15 Jun 2026 06:33:07 +0000</pubDate>
      <link>https://dev.to/morokonst/beacon-open-source-self-hosted-e2ee-messenger-for-android-4i1n</link>
      <guid>https://dev.to/morokonst/beacon-open-source-self-hosted-e2ee-messenger-for-android-4i1n</guid>
      <description>&lt;p&gt;I've been building Beacon, an open-source end-to-end encrypted messenger &lt;br&gt;
for Android designed for adversarial environments.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;I wanted a messenger where the server is genuinely dumb — it routes sealed &lt;br&gt;
envelopes and knows nothing about their contents. No phone number, no email &lt;br&gt;
required. Contacts are added only via ECDSA-signed invite links with a 7-day TTL.&lt;/p&gt;

&lt;h2&gt;
  
  
  Crypto stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;ECDH P-256 key agreement + AES-256-GCM for messages&lt;/li&gt;
&lt;li&gt;X3DH-style one-time prekey bundles for forward secrecy&lt;/li&gt;
&lt;li&gt;ECDSA for key signatures&lt;/li&gt;
&lt;li&gt;Double encryption at rest (EncryptedSharedPreferences + Storage Master Key, PBKDF2-SHA256 300k iterations)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Self-hosting
&lt;/h2&gt;

&lt;p&gt;One command:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash

No APK recompile needed — add your server in-app via Profile → Servers.

## Anti-forensics

- Three-level wipe: soft / hard / nuclear
- Decoy mode (presents a clean account under coercion)
- Dead man's switch
- Panic password
- Intrusion detection: proxy, user-installed CAs, ADB, developer options

## Links

GitHub: https://github.com/MoRoKonst/beacon-messenger

Happy to answer questions about the threat model or crypto design.
android, security, privacy, opensource
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>android</category>
      <category>opensource</category>
      <category>security</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
