<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Arpokrat | The Ecosystem of Digital Sovereignty on ARPOKRAT</title>
    <link>https://arpokrat.com/</link>
    <description>Recent content in Arpokrat | The Ecosystem of Digital Sovereignty on ARPOKRAT</description>
    <generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sun, 04 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://arpokrat.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Le Blog Arpokrat</title>
      <link>https://arpokrat.com/blog/</link>
      <pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
      <guid>https://arpokrat.com/blog/</guid>
      <description></description>
    </item>
    <item>
      <title>Secure Password Generator &amp; Strength Analyzer | Arpokrat</title>
      <link>https://arpokrat.com/password-generator/</link>
      <pubDate>Thu, 21 May 2026 00:00:00 +0000</pubDate>
      <guid>https://arpokrat.com/password-generator/</guid>
      <description>&lt;section class=&#34;pt-2&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row justify-content-center&#34;&gt;
      &lt;div class=&#34;col-lg-10 col-xl-9&#34;&gt;
        &lt;!-- GENERATOR UI BOX --&gt;
        &lt;div class=&#34;generator-box&#34;&gt;
          &lt;!-- Type Selector --&gt;
          &lt;div class=&#34;generator-type-toggle&#34;&gt;
             &lt;input type=&#34;radio&#34; id=&#34;type-random&#34; name=&#34;pwd-type&#34; value=&#34;random&#34; checked&gt;
             &lt;label for=&#34;type-random&#34;&gt;Random Characters&lt;/label&gt;
             &lt;input type=&#34;radio&#34; id=&#34;type-memorable&#34; name=&#34;pwd-type&#34; value=&#34;memorable&#34;&gt;
             &lt;label for=&#34;type-memorable&#34;&gt;Memorable Words&lt;/label&gt;
             &lt;input type=&#34;radio&#34; id=&#34;type-custom&#34; name=&#34;pwd-type&#34; value=&#34;custom&#34;&gt;
             &lt;label for=&#34;type-custom&#34;&gt;Check Your Own&lt;/label&gt;
          &lt;/div&gt;
          &lt;!-- Password Display Area --&gt;
          &lt;div class=&#34;password-display-wrapper mb-4&#34;&gt;
            &lt;div id=&#34;password-display&#34; class=&#34;password-text&#34;&gt;loading...&lt;/div&gt;
            &lt;input type=&#34;password&#34; id=&#34;custom-pwd-input&#34; class=&#34;password-text custom-input&#34; placeholder=&#34;Type your password here...&#34; style=&#34;display: none;&#34; autocomplete=&#34;off&#34;&gt;
            &lt;div class=&#34;password-actions-modern&#34; id=&#34;actions-generated&#34;&gt;
              &lt;button id=&#34;btn-refresh&#34; class=&#34;action-btn-modern&#34; title=&#34;Generate New Password&#34;&gt;
                &lt;i class=&#34;fas fa-sync-alt&#34;&gt;&lt;/i&gt;
              &lt;/button&gt;
              &lt;button id=&#34;btn-copy&#34; class=&#34;action-btn-modern&#34; title=&#34;Copy to Clipboard&#34;&gt;
                &lt;i class=&#34;fas fa-copy&#34;&gt;&lt;/i&gt;
                &lt;span id=&#34;copy-tooltip&#34; class=&#34;copy-tooltip&#34;&gt;Copied!&lt;/span&gt;
              &lt;/button&gt;
            &lt;/div&gt;
            &lt;div class=&#34;password-actions-modern&#34; id=&#34;actions-custom&#34; style=&#34;display: none;&#34;&gt;
              &lt;button id=&#34;btn-toggle-vis&#34; class=&#34;action-btn-modern&#34; title=&#34;Toggle Visibility&#34;&gt;
                &lt;i class=&#34;fas fa-eye&#34; id=&#34;eye-icon&#34;&gt;&lt;/i&gt;
              &lt;/button&gt;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;!-- Strength Meter --&gt;
          &lt;div class=&#34;strength-meter-wrapper mb-5&#34;&gt;
             &lt;div class=&#34;d-flex justify-content-between align-items-end mb-2&#34;&gt;
                 &lt;span class=&#34;small text-muted fw-bold text-uppercase tracking-wide&#34;&gt;Security Score&lt;/span&gt;
                 &lt;div class=&#34;text-end&#34;&gt;
                     &lt;span id=&#34;strength-text&#34; class=&#34;small fw-bold d-block mb-1&#34; style=&#34;font-size: 1.1rem;&#34;&gt;Strong&lt;/span&gt;
                     &lt;span class=&#34;text-muted d-block&#34; style=&#34;font-size: 0.85rem; line-height: 1.4;&#34;&gt;
                         Estimated time to crack: &lt;strong id=&#34;crack-time&#34; class=&#34;text-light&#34;&gt;...&lt;/strong&gt;
                     &lt;/span&gt;
                     &lt;span class=&#34;text-muted d-block&#34; style=&#34;font-size: 0.85rem; line-height: 1.4;&#34;&gt;
                         Entropy: &lt;strong id=&#34;entropy-val&#34; class=&#34;text-light&#34;&gt;... bits&lt;/strong&gt;
                     &lt;/span&gt;
                 &lt;/div&gt;
             &lt;/div&gt;
             &lt;div class=&#34;progress strength-progress&#34;&gt;
                 &lt;div id=&#34;strength-bar&#34; class=&#34;arpokrat-progress-fill&#34; style=&#34;width: 100%;&#34;&gt;&lt;/div&gt;
             &lt;/div&gt;
          &lt;/div&gt;
          &lt;!-- Controls --&gt;
          &lt;div class=&#34;generator-controls&#34; id=&#34;generator-controls-wrapper&#34;&gt;
            &lt;div class=&#34;control-group mb-5&#34;&gt;
              &lt;div class=&#34;d-flex justify-content-between align-items-center mb-3&#34;&gt;
                &lt;label id=&#34;slider-label&#34; for=&#34;password-length&#34; class=&#34;text-white fw-bold mb-0&#34;&gt;Password Length&lt;/label&gt;
                &lt;span id=&#34;length-val&#34; class=&#34;length-badge&#34;&gt;16&lt;/span&gt;
              &lt;/div&gt;
              &lt;input type=&#34;range&#34; id=&#34;password-length&#34; class=&#34;arpokrat-range&#34; min=&#34;8&#34; max=&#34;64&#34; value=&#34;16&#34;&gt;
            &lt;/div&gt;
            &lt;div id=&#34;options-random&#34; class=&#34;row gy-4&#34;&gt;
              &lt;div class=&#34;col-sm-6&#34;&gt;
                &lt;label class=&#34;arpokrat-checkbox&#34;&gt;
                  &lt;input type=&#34;checkbox&#34; id=&#34;inc-uppercase&#34; checked&gt;
                  &lt;span class=&#34;checkmark&#34;&gt;&lt;/span&gt;
                  &lt;span class=&#34;label-text&#34;&gt;Uppercase (A-Z)&lt;/span&gt;
                &lt;/label&gt;
              &lt;/div&gt;
              &lt;div class=&#34;col-sm-6&#34;&gt;
                &lt;label class=&#34;arpokrat-checkbox&#34;&gt;
                  &lt;input type=&#34;checkbox&#34; id=&#34;inc-lowercase&#34; checked&gt;
                  &lt;span class=&#34;checkmark&#34;&gt;&lt;/span&gt;
                  &lt;span class=&#34;label-text&#34;&gt;Lowercase (a-z)&lt;/span&gt;
                &lt;/label&gt;
              &lt;/div&gt;
              &lt;div class=&#34;col-sm-6&#34;&gt;
                &lt;label class=&#34;arpokrat-checkbox&#34;&gt;
                  &lt;input type=&#34;checkbox&#34; id=&#34;inc-numbers&#34; checked&gt;
                  &lt;span class=&#34;checkmark&#34;&gt;&lt;/span&gt;
                  &lt;span class=&#34;label-text&#34;&gt;Numbers (0-9)&lt;/span&gt;
                &lt;/label&gt;
              &lt;/div&gt;
              &lt;div class=&#34;col-sm-6&#34;&gt;
                &lt;label class=&#34;arpokrat-checkbox&#34;&gt;
                  &lt;input type=&#34;checkbox&#34; id=&#34;inc-symbols&#34; checked&gt;
                  &lt;span class=&#34;checkmark&#34;&gt;&lt;/span&gt;
                  &lt;span class=&#34;label-text&#34;&gt;Symbols (!@#$...)&lt;/span&gt;
                &lt;/label&gt;
              &lt;/div&gt;
            &lt;/div&gt;
            &lt;div id=&#34;options-memorable&#34; class=&#34;row gy-4&#34; style=&#34;display: none;&#34;&gt;
              &lt;div class=&#34;col-sm-6&#34;&gt;
                &lt;label class=&#34;arpokrat-checkbox&#34;&gt;
                  &lt;input type=&#34;checkbox&#34; id=&#34;mem-capitalize&#34;&gt;
                  &lt;span class=&#34;checkmark&#34;&gt;&lt;/span&gt;
                  &lt;span class=&#34;label-text&#34;&gt;Capitalize Words&lt;/span&gt;
                &lt;/label&gt;
              &lt;/div&gt;
              &lt;div class=&#34;col-sm-6&#34;&gt;
                &lt;label class=&#34;arpokrat-checkbox&#34;&gt;
                  &lt;input type=&#34;checkbox&#34; id=&#34;mem-number&#34; checked&gt;
                  &lt;span class=&#34;checkmark&#34;&gt;&lt;/span&gt;
                  &lt;span class=&#34;label-text&#34;&gt;Random digit after each word&lt;/span&gt;
                &lt;/label&gt;
              &lt;/div&gt;
              &lt;div class=&#34;col-sm-12 mt-3&#34;&gt;
                &lt;div class=&#34;d-flex align-items-center flex-wrap gap-3&#34;&gt;
                  &lt;label class=&#34;text-light fw-bold mb-0&#34;&gt;Word Separator:&lt;/label&gt;
                  &lt;select id=&#34;word-separator&#34; class=&#34;form-control-custom select-separator-custom&#34; style=&#34;width: auto; min-width: 250px;&#34;&gt;
                      &lt;option value=&#34;-&#34;&gt;Hyphen (-)&lt;/option&gt;
                      &lt;option value=&#34; &#34;&gt;Space ( )&lt;/option&gt;
                      &lt;option value=&#34;.&#34;&gt;Dot (.)&lt;/option&gt;
                      &lt;option value=&#34;,&#34;&gt;Comma (,)&lt;/option&gt;
                      &lt;option value=&#34;_&#34;&gt;Underscore (_)&lt;/option&gt;
                      &lt;option value=&#34;random-digit&#34;&gt;Random Digit (0-9)&lt;/option&gt;
                      &lt;option value=&#34;random-symbol&#34;&gt;Random Symbol&lt;/option&gt;
                      &lt;option value=&#34;random-digit-symbol&#34;&gt;Random Digit + Symbol&lt;/option&gt;
                  &lt;/select&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div id=&#34;custom-pwd-message&#34; style=&#34;display: none;&#34; class=&#34;text-center py-4&#34;&gt;
              &lt;i class=&#34;fas fa-user-secret fa-3x text-theme-primary mb-3&#34;&gt;&lt;/i&gt;
              &lt;h5 class=&#34;text-white&#34;&gt;Local Strength Analyzer&lt;/h5&gt;
              &lt;p class=&#34;text-muted&#34;&gt;Type a password above to evaluate its cryptographic strength. It remains entirely local to your browser and is never transmitted anywhere.&lt;/p&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- END GENERATOR UI BOX --&gt;
        &lt;div class=&#34;text-center mt-4&#34;&gt;
            &lt;p class=&#34;text-muted small&#34;&gt;
                &lt;i class=&#34;fas fa-shield-alt text-theme-primary me-1&#34;&gt;&lt;/i&gt; Generated locally using &lt;code class=&#34;text-light bg-black px-2 py-1 rounded border border-secondary&#34;&gt;window.crypto.getRandomValues()&lt;/code&gt;.
            &lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;!-- PASSWORD STRENGTH TABLE --&gt;
&lt;section class=&#34;bg-black pt-5 pb-5&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center mb-5&#34;&gt;
        &lt;h2 class=&#34;text-white&#34;&gt;Time to Crack a &lt;span class=&#34;text-theme-primary&#34;&gt;Password&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;text-light small&#34;&gt;
            Estimated time required to brute-force a password using modern hardware capable of computing &lt;strong&gt;100 billion hashes per second&lt;/strong&gt;. Note how length drastically multiplies the time required.
        &lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&#34;row justify-content-center&#34;&gt;
      &lt;div class=&#34;col-lg-10 col-xl-9&#34;&gt;
        &lt;div class=&#34;table-scroll-container&#34;&gt;
          &lt;table class=&#34;comparison-table&#34;&gt;
            &lt;thead&gt;
              &lt;tr&gt;
                &lt;th scope=&#34;col&#34; class=&#34;sticky-col&#34;&gt;Length&lt;/th&gt;
                &lt;th scope=&#34;col&#34;&gt;Numbers Only&lt;/th&gt;
                &lt;th scope=&#34;col&#34;&gt;Lowercase Letters&lt;/th&gt;
                &lt;th scope=&#34;col&#34;&gt;Upper &amp; Lowercase&lt;/th&gt;
                &lt;th scope=&#34;col&#34; class=&#34;col-highlight&#34;&gt;Mixed (Numbers, Cases, Symbols)&lt;/th&gt;
              &lt;/tr&gt;
            &lt;/thead&gt;
            &lt;tbody&gt;
              &lt;tr&gt;
                &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;8 chars&lt;/th&gt;
                &lt;td class=&#34;text-danger&#34;&gt;Instantly&lt;/td&gt;
                &lt;td class=&#34;text-danger&#34;&gt;Instantly&lt;/td&gt;
                &lt;td class=&#34;text-danger&#34;&gt;8 Minutes&lt;/td&gt;
                &lt;td class=&#34;col-highlight text-danger&#34;&gt;1 Hour&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;10 chars&lt;/th&gt;
                &lt;td class=&#34;text-danger&#34;&gt;Instantly&lt;/td&gt;
                &lt;td class=&#34;text-danger&#34;&gt;23 Minutes&lt;/td&gt;
                &lt;td class=&#34;text-danger&#34;&gt;16 Days&lt;/td&gt;
                &lt;td class=&#34;col-highlight text-warning&#34;&gt;5 Years&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;12 chars&lt;/th&gt;
                &lt;td class=&#34;text-danger&#34;&gt;10 Seconds&lt;/td&gt;
                &lt;td class=&#34;text-danger&#34;&gt;11 Days&lt;/td&gt;
                &lt;td class=&#34;text-success&#34;&gt;600 Years&lt;/td&gt;
                &lt;td class=&#34;col-highlight text-success&#34;&gt;35k Years&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;14 chars&lt;/th&gt;
                &lt;td class=&#34;text-danger&#34;&gt;16 Minutes&lt;/td&gt;
                &lt;td class=&#34;text-warning&#34;&gt;18 Years&lt;/td&gt;
                &lt;td class=&#34;text-success&#34;&gt;2M Years&lt;/td&gt;
                &lt;td class=&#34;col-highlight text-success&#34;&gt;250M Years&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;16+ chars&lt;/th&gt;
                &lt;td class=&#34;text-danger&#34;&gt;27 Hours&lt;/td&gt;
                &lt;td class=&#34;text-success&#34;&gt;13M Years&lt;/td&gt;
                &lt;td class=&#34;text-success&#34;&gt;Billions of Years&lt;/td&gt;
                &lt;td class=&#34;col-highlight text-success&#34;&gt;Billions of Years&lt;/td&gt;
              &lt;/tr&gt;
            &lt;/tbody&gt;
          &lt;/table&gt;
        &lt;/div&gt;
        &lt;div class=&#34;d-md-none text-center mt-3 text-muted small&#34;&gt;
            &lt;i class=&#34;fas fa-arrow-right me-1&#34;&gt;&lt;/i&gt; Swipe to see more
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;!-- EDUCATIONAL BLOCKS --&gt;
&lt;section class=&#34;bg-medium pt-5&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center mb-5&#34;&gt;
        &lt;h2 class=&#34;text-white&#34;&gt;Mastering &lt;span class=&#34;text-theme-primary&#34;&gt;Password Security&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;text-light&#34;&gt;A strong password is your first line of defense. Here is what you need to know.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&#34;row gy-4&#34;&gt;
      &lt;div class=&#34;col-md-6 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;persona-card w-100 text-start p-4&#34;&gt;
            &lt;div class=&#34;d-flex align-items-center mb-4&#34;&gt;
                &lt;div class=&#34;icon-circle mb-0 me-3&#34; style=&#34;width: 50px; height: 50px; font-size: 1.2rem; background-color: var(--color-primary); color: #fff;&#34;&gt;
                    &lt;i class=&#34;fas fa-expand-arrows-alt&#34;&gt;&lt;/i&gt;
                &lt;/div&gt;
                &lt;h4 class=&#34;mb-0&#34;&gt;Length beats Complexity&lt;/h4&gt;
            &lt;/div&gt;
            &lt;p class=&#34;text-light&#34;&gt;A password&#39;s strength relies exponentially on its length. An 8-character password with letters, numbers, and symbols can be cracked in minutes. A 16-character password using only lowercase letters would take centuries. &lt;strong&gt;Always prioritize length.&lt;/strong&gt;&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-md-6 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;persona-card w-100 text-start p-4&#34;&gt;
            &lt;div class=&#34;d-flex align-items-center mb-4&#34;&gt;
                &lt;div class=&#34;icon-circle mb-0 me-3&#34; style=&#34;width: 50px; height: 50px; font-size: 1.2rem; background-color: var(--color-primary); color: #fff;&#34;&gt;
                    &lt;i class=&#34;fas fa-brain&#34;&gt;&lt;/i&gt;
                &lt;/div&gt;
                &lt;h4 class=&#34;mb-0&#34;&gt;What is Entropy?&lt;/h4&gt;
            &lt;/div&gt;
            &lt;p class=&#34;text-light&#34;&gt;Entropy is a mathematical measure of unpredictability, calculated in &lt;strong&gt;bits&lt;/strong&gt;. It answers a simple question: &lt;em&gt;How large is the pool of possibilities the attacker has to guess from?&lt;/em&gt; An entropy above 80 bits is considered highly secure against modern offline attacks.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-md-6 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;persona-card w-100 text-start p-4&#34;&gt;
            &lt;div class=&#34;d-flex align-items-center mb-4&#34;&gt;
                &lt;div class=&#34;icon-circle mb-0 me-3&#34; style=&#34;width: 50px; height: 50px; font-size: 1.2rem; background-color: var(--color-primary); color: #fff;&#34;&gt;
                    &lt;i class=&#34;fas fa-user-shield&#34;&gt;&lt;/i&gt;
                &lt;/div&gt;
                &lt;h4 class=&#34;mb-0&#34;&gt;Beyond the Password&lt;/h4&gt;
            &lt;/div&gt;
            &lt;p class=&#34;text-light&#34;&gt;A good password is useless if it&#39;s stolen from a breached database. &lt;strong&gt;Never reuse passwords&lt;/strong&gt; across different sites. Furthermore, always enable &lt;strong&gt;Two-Factor Authentication (2FA)&lt;/strong&gt; (preferably using an authenticator app or hardware key).&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-md-6 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;persona-card w-100 text-start p-4&#34; style=&#34;border-color: rgba(248, 93, 77, 0.3); background-image: linear-gradient(to bottom right, #111, #1a0a0a);&#34;&gt;
            &lt;div class=&#34;d-flex align-items-center mb-4&#34;&gt;
                &lt;div class=&#34;icon-circle mb-0 me-3&#34; style=&#34;width: 50px; height: 50px; font-size: 1.2rem; background-color: var(--color-primary); color: #fff;&#34;&gt;
                    &lt;i class=&#34;fas fa-key&#34;&gt;&lt;/i&gt;
                &lt;/div&gt;
                &lt;h4 class=&#34;mb-0&#34;&gt;Use a Password Manager&lt;/h4&gt;
            &lt;/div&gt;
            &lt;p class=&#34;text-light mb-4&#34;&gt;Human brains aren&#39;t built to memorize dozens of 16-character random strings. A Password Manager securely stores your unique passwords in an encrypted vault, so you only need to remember one master password.&lt;/p&gt;
            &lt;a href=&#34;https://proton.me/pass/download&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34; class=&#34;btn-cta-secondary d-inline-block w-auto&#34; style=&#34;padding: 8px 20px; font-size: 0.9rem;&#34;&gt;
                Try Proton Pass &lt;i class=&#34;fas fa-external-link-alt ms-2&#34;&gt;&lt;/i&gt;
            &lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;script&gt;
document.addEventListener(&#34;DOMContentLoaded&#34;, function() {
    const pwdDisplay = document.getElementById(&#39;password-display&#39;);
    const customInput = document.getElementById(&#39;custom-pwd-input&#39;);
    const lengthSlider = document.getElementById(&#39;password-length&#39;);
    const lengthVal = document.getElementById(&#39;length-val&#39;);
    const sliderLabel = document.getElementById(&#39;slider-label&#39;);
    
    const radioRandom = document.getElementById(&#39;type-random&#39;);
    const radioMemorable = document.getElementById(&#39;type-memorable&#39;);
    const radioCustom = document.getElementById(&#39;type-custom&#39;);
    
    const optionsRandom = document.getElementById(&#39;options-random&#39;);
    const optionsMemorable = document.getElementById(&#39;options-memorable&#39;);
    const controlsWrapper = document.getElementById(&#39;generator-controls-wrapper&#39;);
    const customMessage = document.getElementById(&#39;custom-pwd-message&#39;);
    const actionsGenerated = document.getElementById(&#39;actions-generated&#39;);
    const actionsCustom = document.getElementById(&#39;actions-custom&#39;);

    const chkUpper = document.getElementById(&#39;inc-uppercase&#39;);
    const chkLower = document.getElementById(&#39;inc-lowercase&#39;);
    const chkNum = document.getElementById(&#39;inc-numbers&#39;);
    const chkSym = document.getElementById(&#39;inc-symbols&#39;);
    const chkMemCap = document.getElementById(&#39;mem-capitalize&#39;);
    const chkMemNum = document.getElementById(&#39;mem-number&#39;);
    const selectSeparator = document.getElementById(&#39;word-separator&#39;);

    const btnRefresh = document.getElementById(&#39;btn-refresh&#39;);
    const btnCopy = document.getElementById(&#39;btn-copy&#39;);
    const btnToggleVis = document.getElementById(&#39;btn-toggle-vis&#39;);
    const eyeIcon = document.getElementById(&#39;eye-icon&#39;);
    const copyTooltip = document.getElementById(&#39;copy-tooltip&#39;);
    
    const strengthBar = document.getElementById(&#39;strength-bar&#39;);
    const strengthText = document.getElementById(&#39;strength-text&#39;);
    const crackTimeText = document.getElementById(&#39;crack-time&#39;);
    const entropyValText = document.getElementById(&#39;entropy-val&#39;);

    const colorRed = &#39;#ef4444&#39;;
    const colorOrange = &#39;#eab308&#39;;
    const colorGreen = &#39;#22c55e&#39;;

    const UPPERCASE = &#34;ABCDEFGHIJKLMNOPQRSTUVWXYZ&#34;;
    const LOWERCASE = &#34;abcdefghijklmnopqrstuvwxyz&#34;;
    const NUMBERS = &#34;0123456789&#34;;
    const SYMBOLS = &#34;!@#$%^&amp;*()_+~`|}{[]:;?&gt;&lt;,./-=&#34;;

    const WORD_LIST = &#34;ability,able,about,above,accept,account,achieve,action,active,actor,address,adjust,admit,adult,advice,affect,afraid,after,again,agent,agree,ahead,alarm,album,alert,alive,allow,almost,alone,along,alter,always,amaze,amount,angry,animal,annual,answer,apple,area,argue,around,arrive,article,artist,asset,assist,attack,author,auto,aware,away,baby,back,bake,balance,ball,band,bank,base,basic,basis,battle,bear,beat,beautiful,because,become,before,begin,behind,believe,below,benefit,best,better,between,beyond,bird,birth,black,block,blood,blow,blue,board,boat,body,bone,book,border,born,borrow,boss,both,bother,bottle,bottom,brain,branch,brave,bread,break,breakfast,breath,brick,bridge,brief,bright,bring,broad,broken,brother,brown,brush,build,burn,business,busy,button,buyer,cabinet,cable,cake,camera,camp,cancel,cancer,candidate,candle,capital,captain,card,care,career,carry,case,cash,catch,cause,cell,center,central,century,certain,chair,chance,change,channel,chapter,character,charge,cheap,check,cheese,chef,chemical,chest,chicken,chief,child,choice,choose,church,circle,city,civil,claim,class,clean,clear,client,climate,clock,close,clothes,cloud,club,coach,coal,coast,coat,code,coffee,cold,collar,collect,college,color,column,combine,come,comfort,command,common,company,compare,complex,condition,confirm,connect,consider,consist,contact,contain,content,contest,context,control,cook,cool,copy,core,corner,correct,cost,cotton,could,count,country,couple,course,court,cover,crash,crazy,cream,create,credit,crew,crime,crisis,cross,crowd,crucial,culture,current,custom,cycle,daily,damage,dance,danger,dark,data,date,daughter,dead,deal,dear,death,debate,debt,decade,decide,deep,define,degree,delay,deliver,demand,deny,depend,depth,derive,describe,desert,design,desk,detail,detect,device,devote,dialog,diet,differ,digital,dinner,direct,dirt,discover,discuss,disease,dish,display,distance,divide,doctor,document,door,double,doubt,down,draft,drag,drama,draw,dream,dress,drink,drive,drop,drug,dust,duty,each,early,earn,earth,easy,edge,edit,educate,effect,effort,eight,either,elect,element,elephant,eleven,else,empty,enemy,energy,engine,enjoy,enough,enter,entire,entry,equal,error,escape,essay,estate,even,event,ever,every,exact,exam,example,exchange,excite,excuse,exist,exit,expect,expert,explain,explore,export,extend,extra,face,fact,factor,fail,fair,fall,false,family,famous,farm,fast,father,fault,fear,feed,feel,female,field,fight,figure,file,fill,film,final,find,fine,finger,finish,fire,firm,first,fish,five,flag,flat,flight,floor,flow,flower,focus,fold,follow,food,foot,force,forest,forget,form,forward,found,four,frame,free,fresh,friend,from,front,fruit,fuel,full,fund,future,gain,game,garage,garden,gate,gather,gear,gender,general,generate,gentle,girl,give,glad,glass,global,glove,goal,goat,gold,good,government,grab,grade,grand,grant,grass,great,green,ground,group,grow,guard,guess,guest,guide,habit,hair,half,hall,hand,handle,hang,happen,happy,hard,hate,have,head,health,hear,heart,heat,heavy,height,hello,help,hero,hide,high,hill,hire,history,hold,hole,holiday,home,honey,hope,horse,hospital,host,hotel,hour,house,huge,human,hunt,hurry,hurt,husband,idea,identify,ignore,image,imagine,impact,important,improve,include,income,increase,index,indicate,industry,infant,inform,initial,injury,inside,insight,inspect,install,instance,instead,instruct,instrument,insure,intend,intent,interest,internal,invest,invite,iron,island,issue,item,jacket,jazz,join,joint,joke,journey,judge,juice,jump,jury,just,keep,kick,kill,kind,king,kiss,kitchen,knee,knife,know,label,labor,lack,lady,lake,land,language,large,last,late,laugh,launch,lead,leaf,learn,leave,left,legal,lemon,length,less,lesson,letter,level,library,life,lift,light,like,limit,line,link,lion,list,listen,live,load,loan,local,lock,logic,long,look,loop,lose,loss,loud,love,lower,luck,lunch,machine,magazine,magic,mail,main,major,make,male,mall,manage,manner,many,march,mark,market,marry,mass,master,match,mate,material,math,matter,maximum,maybe,meal,mean,measure,meat,media,medical,meet,member,memory,mental,mention,menu,mere,message,metal,meter,method,middle,might,mile,milk,mind,mine,minimum,minor,minute,mirror,miss,mission,mix,model,modern,moment,money,month,moon,moral,more,morning,most,mother,motion,motor,mount,mouse,mouth,move,movie,much,muscle,music,must,name,narrow,nation,native,natural,nature,near,neck,need,negative,network,never,news,next,nice,night,nine,nobody,noise,none,normal,north,nose,note,nothing,notice,novel,nuclear,number,nurse,object,observe,obtain,ocean,offer,office,officer,often,okay,once,only,open,operate,opinion,oppose,option,orange,order,ordinary,organ,origin,other,ought,ounce,outside,oven,over,owner,pace,pack,page,pain,paint,pair,palace,pale,panel,panic,paper,park,part,party,pass,past,path,patient,pattern,pause,peace,peak,pear,penalty,pencil,people,pepper,perfect,perform,period,permit,person,phase,phone,photo,phrase,physical,piano,pick,picture,piece,pilot,pine,pink,pipe,pitch,pizza,place,plan,plane,planet,plant,plastic,plate,play,please,plenty,plot,plus,pocket,poem,poet,point,police,policy,pool,poor,port,pose,position,positive,possible,post,potato,pound,pour,powder,power,practice,pray,prefer,prepare,present,press,pretty,prevent,price,pride,primary,prime,print,prior,prison,private,prize,problem,process,produce,product,profit,program,project,promise,proof,proper,property,protect,proud,prove,provide,public,pull,pump,punch,punish,pupil,pure,purple,purpose,push,quality,quarter,queen,question,quick,quiet,quit,quote,race,radio,rain,raise,range,rapid,rare,rate,rather,ratio,reach,read,ready,real,reason,receive,recipe,record,recover,reduce,refer,reflect,region,regular,reject,relax,release,relief,rely,remain,remember,remind,remove,rent,repair,repeat,replace,reply,report,request,require,rescue,research,resist,resolve,resort,rest,result,retain,return,reveal,review,reward,rich,ride,right,ring,rise,risk,river,road,rock,role,roll,roof,room,root,rope,rose,rough,round,route,royal,rule,rush,safe,sail,salad,salary,sale,salt,same,sample,sand,save,scale,scene,schedule,scheme,school,science,score,screen,script,search,season,seat,second,secret,section,secure,seed,seek,seem,select,sell,send,senior,sense,series,serve,session,settle,seven,severe,shade,shadow,shake,shall,shape,share,sharp,sheep,sheet,shelf,shell,shift,shine,ship,shirt,shock,shoe,shoot,shop,short,shot,should,shoulder,show,shower,sick,side,sight,sign,signal,silent,silk,silly,silver,similar,simple,since,sing,single,sink,sister,site,size,skill,skin,skirt,sleep,slice,slide,slight,slip,slow,small,smart,smell,smile,smoke,smooth,snake,snow,soap,sock,soft,soil,soldier,solid,solve,some,song,soon,sorry,sort,soul,sound,soup,source,south,space,speak,special,speech,speed,spell,spend,spirit,split,spoke,sport,spot,spray,spread,spring,square,staff,stage,stand,star,start,state,station,status,stay,steak,steal,step,stick,still,stock,stomach,stone,stop,store,storm,story,stove,straight,strange,street,strength,stress,strict,strike,string,strong,structure,student,studio,study,stuff,style,subject,submit,succeed,success,such,sudden,suffer,sugar,suggest,suit,summer,super,supply,support,suppose,sure,surface,surge,surprise,surround,survey,suspect,sustain,swear,sweat,sweep,sweet,swim,swing,switch,sympathy,system,table,tackle,tail,take,tale,talk,tall,tank,tape,target,task,taste,teach,team,tear,tech,tell,temper,tend,term,test,text,than,thank,that,theme,then,theory,there,they,thick,thin,thing,think,third,this,thought,thread,three,throat,through,throw,thumb,ticket,tide,tight,time,tiny,tire,title,today,together,tomato,tomorrow,tone,tongue,tonight,tool,tooth,topic,toss,total,touch,tough,tour,toward,tower,town,track,trade,traffic,trail,train,transfer,translate,trap,travel,treat,tree,trend,trial,tribe,trick,trip,troop,trouble,truck,true,trust,truth,tube,tune,turn,twelve,twenty,twice,twin,type,typical,ugly,ultimate,uncle,under,unfair,union,unique,unit,universe,unknown,unless,until,unusual,update,upon,upper,upset,urban,urge,usual,utility,vacation,valid,valley,value,valve,vary,vast,vault,vegetable,vehicle,vein,verb,verify,version,very,vessel,veteran,victim,victory,video,view,village,violence,virtual,virus,visible,vision,visit,visual,vital,voice,volume,vote,wage,wait,wake,walk,wall,wander,want,warm,warn,wash,waste,watch,water,wave,weak,wealth,weapon,wear,weather,weave,wedding,weed,week,weigh,welcome,well,west,western,what,wheat,wheel,when,where,whether,which,while,whip,whisper,white,whole,whose,wide,wife,wild,will,wind,window,wine,wing,winner,winter,wire,wisdom,wise,wish,with,witness,wolf,woman,wonder,wood,wool,word,work,world,worry,worse,worst,worth,would,wound,wrap,write,wrong,yard,year,yellow,yesterday,yield,young,your,youth,zero,zone&#34;.split(&#39;,&#39;);

    function getRandomValues(length) {
        const arr = new Uint32Array(length);
        window.crypto.getRandomValues(arr);
        return arr;
    }

    function calculateCrackTime(entropyBits) {
        if (entropyBits &gt;= 90) return &#34;Millions of years&#34;;
        if (entropyBits &gt;= 75) return &#34;Thousands of years&#34;;
        if (entropyBits &gt;= 65) return &#34;Decades&#34;;
        if (entropyBits &gt;= 55) return &#34;Days&#34;;
        if (entropyBits &gt;= 45) return &#34;Hours&#34;;
        if (entropyBits &gt;= 35) return &#34;Minutes&#34;;
        return &#34;A few seconds&#34;;
    }

    function adjustFontSize(textLength, element) {
        if (textLength &lt;= 24) element.style.fontSize = &#34;2.2rem&#34;;
        else if (textLength &lt;= 40) element.style.fontSize = &#34;1.6rem&#34;;
        else if (textLength &lt;= 60) element.style.fontSize = &#34;1.3rem&#34;;
        else element.style.fontSize = &#34;1.1rem&#34;;
    }

    function generateRandomPassword(length) {
        let charset = &#34;&#34;;
        if (chkUpper.checked) charset += UPPERCASE;
        if (chkLower.checked) charset += LOWERCASE;
        if (chkNum.checked) charset += NUMBERS;
        if (chkSym.checked) charset += SYMBOLS;

        if (charset === &#34;&#34;) {
            chkLower.checked = true;
            charset += LOWERCASE;
        }

        let password = &#34;&#34;;
        const randoms = getRandomValues(length);
        for (let i = 0; i &lt; length; i++) {
            password += charset[randoms[i] % charset.length];
        }

        pwdDisplay.textContent = password;
        adjustFontSize(password.length, pwdDisplay);
        
        let entropy = length * Math.log2(charset.length);
        updateStrength(entropy);
    }

    function generateMemorablePassword(wordsCount) {
        let passwordArr = [];
        const wordRandoms = getRandomValues(wordsCount);
        const numberRandoms = getRandomValues(wordsCount);

        let entropy = wordsCount * Math.log2(WORD_LIST.length);

        for (let i = 0; i &lt; wordsCount; i++) {
            let word = WORD_LIST[wordRandoms[i] % WORD_LIST.length];
            
            if (chkMemCap.checked) {
                word = word.charAt(0).toUpperCase() + word.slice(1);
            }
            
            if (chkMemNum.checked) {
                word += (numberRandoms[i] % 10).toString();
            }
            
            passwordArr.push(word);
        }

        if (chkMemNum.checked) {
            entropy += wordsCount * Math.log2(10);
        }

        let finalPassword = &#34;&#34;;
        const sepChoice = selectSeparator.value;
        const sepCount = wordsCount - 1;
        
        const sepRandomDigits = getRandomValues(sepCount);
        const sepRandomSymbols1 = getRandomValues(sepCount);
        const sepRandomSymbols2 = getRandomValues(sepCount);

        for (let i = 0; i &lt; wordsCount; i++) {
            finalPassword += passwordArr[i];
            
            if (i &lt; sepCount) {
                if (sepChoice === &#34;random-digit&#34;) {
                    finalPassword += (sepRandomDigits[i] % 10).toString();
                    entropy += Math.log2(10);
                } else if (sepChoice === &#34;random-symbol&#34;) {
                    finalPassword += SYMBOLS[sepRandomSymbols1[i] % SYMBOLS.length];
                    entropy += Math.log2(SYMBOLS.length);
                } else if (sepChoice === &#34;random-digit-symbol&#34;) {
                    finalPassword += (sepRandomDigits[i] % 10).toString() + SYMBOLS[sepRandomSymbols2[i] % SYMBOLS.length];
                    entropy += Math.log2(10 * SYMBOLS.length);
                } else {
                    finalPassword += sepChoice;
                }
            }
        }

        pwdDisplay.textContent = finalPassword;
        adjustFontSize(finalPassword.length, pwdDisplay);
        updateStrength(entropy);
    }

    function checkCustomPassword() {
        const pwd = customInput.value;
        adjustFontSize(pwd.length, customInput);

        if (!pwd) {
            updateStrength(0);
            return;
        }

        let pool = 0;
        if (/[a-z]/.test(pwd)) pool += 26;
        if (/[A-Z]/.test(pwd)) pool += 26;
        if (/[0-9]/.test(pwd)) pool += 10;
        if (/[^a-zA-Z0-9]/.test(pwd)) pool += 32;

        if (pool === 0) {
            updateStrength(0);
            return;
        }

        let entropy = pwd.length * Math.log2(pool);
        updateStrength(entropy);
    }

    function generatePassword() {
        if (radioCustom.checked) {
            checkCustomPassword();
            return;
        }
        
        const length = parseInt(lengthSlider.value);
        if (radioRandom.checked) generateRandomPassword(length);
        else generateMemorablePassword(length);
    }

    function updateStrength(entropy) {
        entropyValText.textContent = Math.round(entropy);

        let strength = &#34;Very Weak&#34;;
        let color = colorRed;
        let width = &#34;20%&#34;;

        if (entropy &gt;= 100) {
            strength = &#34;Very Strong&#34;;
            color = colorGreen;
            width = &#34;100%&#34;;
        } else if (entropy &gt;= 80) {
            strength = &#34;Strong&#34;;
            color = colorGreen;
            width = &#34;80%&#34;;
        } else if (entropy &gt;= 60) {
            strength = &#34;Moderate&#34;;
            color = colorOrange; 
            width = &#34;60%&#34;;
        } else if (entropy &gt;= 45) {
            strength = &#34;Weak&#34;;
            color = colorRed; 
            width = &#34;40%&#34;;
        }

        strengthText.textContent = strength;
        strengthText.style.color = color;
        strengthBar.style.width = width;
        strengthBar.style.setProperty(&#39;background-color&#39;, color, &#39;important&#39;);
        
        crackTimeText.textContent = calculateCrackTime(entropy);
        crackTimeText.style.color = color;
    }

    function updateUIForMode() {
        if (radioRandom.checked) {
            controlsWrapper.style.display = &#34;block&#34;;
            customMessage.style.display = &#34;none&#34;;
            optionsMemorable.style.display = &#34;none&#34;;
            optionsRandom.style.display = &#34;flex&#34;;
            
            pwdDisplay.style.display = &#34;block&#34;;
            customInput.style.display = &#34;none&#34;;
            actionsGenerated.style.display = &#34;flex&#34;;
            actionsCustom.style.display = &#34;none&#34;;
            
            sliderLabel.textContent = &#34;Password Length&#34;;
            lengthSlider.min = 8;
            lengthSlider.max = 64;
            let val = parseInt(lengthSlider.value);
            if(val &lt; 8) lengthSlider.value = 16;
            
            lengthVal.textContent = lengthSlider.value;
            generatePassword();
            
        } else if (radioMemorable.checked) {
            controlsWrapper.style.display = &#34;block&#34;;
            customMessage.style.display = &#34;none&#34;;
            optionsRandom.style.display = &#34;none&#34;;
            optionsMemorable.style.display = &#34;flex&#34;;
            
            pwdDisplay.style.display = &#34;block&#34;;
            customInput.style.display = &#34;none&#34;;
            actionsGenerated.style.display = &#34;flex&#34;;
            actionsCustom.style.display = &#34;none&#34;;
            
            sliderLabel.textContent = &#34;Number of Words&#34;;
            lengthSlider.min = 3;
            lengthSlider.max = 12;
            let val = parseInt(lengthSlider.value);
            if(val &gt; 12) lengthSlider.value = 4;
            
            lengthVal.textContent = lengthSlider.value;
            generatePassword();
            
        } else if (radioCustom.checked) {
            controlsWrapper.style.display = &#34;none&#34;;
            customMessage.style.display = &#34;block&#34;;
            
            pwdDisplay.style.display = &#34;none&#34;;
            customInput.style.display = &#34;block&#34;;
            actionsGenerated.style.display = &#34;none&#34;;
            actionsCustom.style.display = &#34;flex&#34;;
            
            customInput.value = &#34;&#34;;
            checkCustomPassword();
            customInput.focus();
        }
    }

    radioRandom.addEventListener(&#39;change&#39;, updateUIForMode);
    radioMemorable.addEventListener(&#39;change&#39;, updateUIForMode);
    radioCustom.addEventListener(&#39;change&#39;, updateUIForMode);

    lengthSlider.addEventListener(&#39;input&#39;, function() {
        lengthVal.textContent = this.value;
        generatePassword();
    });

    customInput.addEventListener(&#39;input&#39;, checkCustomPassword);

    const allInputs = [chkUpper, chkLower, chkNum, chkSym, chkMemCap, chkMemNum, selectSeparator];
    allInputs.forEach(input =&gt; {
        input.addEventListener(&#39;change&#39;, generatePassword);
    });

    btnRefresh.addEventListener(&#39;click&#39;, () =&gt; {
        btnRefresh.querySelector(&#39;i&#39;).style.transform = &#34;rotate(180deg)&#34;;
        setTimeout(() =&gt; btnRefresh.querySelector(&#39;i&#39;).style.transform = &#34;none&#34;, 300);
        generatePassword();
    });

    btnCopy.addEventListener(&#39;click&#39;, () =&gt; {
        navigator.clipboard.writeText(pwdDisplay.textContent).then(() =&gt; {
            copyTooltip.style.opacity = &#34;1&#34;;
            copyTooltip.style.visibility = &#34;visible&#34;;
            copyTooltip.style.transform = &#34;translateX(-50%) translateY(0)&#34;;
            setTimeout(() =&gt; {
                copyTooltip.style.opacity = &#34;0&#34;;
                copyTooltip.style.visibility = &#34;hidden&#34;;
                copyTooltip.style.transform = &#34;translateX(-50%) translateY(10px)&#34;;
            }, 1500);
        });
    });

    btnToggleVis.addEventListener(&#39;click&#39;, () =&gt; {
        if (customInput.type === &#34;password&#34;) {
            customInput.type = &#34;text&#34;;
            eyeIcon.className = &#34;fas fa-eye-slash&#34;;
        } else {
            customInput.type = &#34;password&#34;;
            eyeIcon.className = &#34;fas fa-eye&#34;;
        }
    });

    updateUIForMode();
});
&lt;/script&gt;</description>
    </item>
    <item>
      <title>Privacy Policy | Arpokrat</title>
      <link>https://arpokrat.com/privacy/</link>
      <pubDate>Fri, 08 May 2026 00:00:00 +0000</pubDate>
      <guid>https://arpokrat.com/privacy/</guid>
      <description>&lt;section style=&#34;background-color: #000000; padding-top: 4rem; padding-bottom: 4rem;&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-10 mx-auto text-light&#34;&gt;
        &lt;p class=&#34;mb-5&#34;&gt;&lt;strong&gt;Last Updated: May 8, 2026&lt;/strong&gt;&lt;/p&gt;
        &lt;h4 class=&#34;text-white mb-3&#34;&gt;Arpokrat GmbH&lt;/h4&gt;
        &lt;p class=&#34;mb-5&#34;&gt;&lt;strong&gt;Address:&lt;/strong&gt; c/o Wadsack AG, Bahnhofstrasse 7, CH-6302, Zug, Switzerland.&lt;/p&gt;
        &lt;hr class=&#34;border-secondary mb-5&#34;&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;1. Our Philosophy: Anonymity and Sovereignty&lt;/h4&gt;
        &lt;p&gt;To access our messaging application, you do not need a phone number, and creating a user account is not required. We are committed to ensuring your absolute confidentiality and are dedicated to your effective digital sovereignty.&lt;/p&gt;
        &lt;ul class=&#34;mb-5&#34;&gt;
            &lt;li class=&#34;mb-3&#34;&gt;The fundamental rule of Arpokrat is strict: &lt;strong&gt;we do not collect any usage data.&lt;/strong&gt;&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;The only exception concerns the purchase of licenses (ArpokratOS): during billing, we only collect your name, email address, and country of residence. This data is collected exclusively to comply with Swiss tax obligations. It is stored in an isolated manner for 10 years and then permanently deleted.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;Your personal messages and calls are end-to-end encrypted. No one, not even Arpokrat, can read or listen to them, nor can they access the files sent and/or received.&lt;/li&gt;
        &lt;/ul&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;2. Specifics of ArpokratOS (Operating System)&lt;/h4&gt;
        &lt;p class=&#34;mb-4&#34;&gt;If you use our secure operating system (ArpokratOS, optimized for Google Pixel devices) in addition to our messaging application, your protections are enhanced at both the hardware and software levels:&lt;/p&gt;
        &lt;ul class=&#34;mb-5&#34;&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Location Disabled:&lt;/strong&gt; The OS blocks access to GPS tracking modules. You cannot be geolocated, and you cannot share your location, as this function is neutralized at the root level.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;NFC and Bluetooth (BT) Disabled:&lt;/strong&gt; Near-field communication (NFC) and Bluetooth protocols are disabled at the system level to prevent any relay attacks, remote scanning, tracking, or unauthorized pairing attempts without your knowledge.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Data Sovereignty:&lt;/strong&gt; ArpokratOS enforces privacy by default by disabling physical and location attack vectors at the Kernel level. This technical measure ensures compliance with &#34;Data Protection by Design&#34; (Art. 25 GDPR / Art. 7 FADP), physically preventing any unauthorized data collection and securing the device against data extraction.&lt;/li&gt;
        &lt;/ul&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;3. The Only Information You Provide (Billing)&lt;/h4&gt;
        &lt;p&gt;You do not need to provide any personal information to use our messaging application. You are identified only by a cryptographic key generated locally on your device.&lt;/p&gt;
        &lt;p class=&#34;mb-4&#34;&gt;&lt;strong&gt;License Purchases (ArpokratOS):&lt;/strong&gt; If you choose to purchase a license for our OS, we will only ask for your name, email address, and country of residence. This information is collected exclusively to strictly comply with current tax regulations in Switzerland and to issue the corresponding invoice.&lt;/p&gt;
        &lt;ul class=&#34;mb-5&#34;&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Storage and Isolation:&lt;/strong&gt; This billing data is stored in encrypted form on administrative servers located in Switzerland, completely isolated and disconnected from the communication infrastructure (which is &#34;Zero-Log&#34;).&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Retention:&lt;/strong&gt; In accordance with the Swiss Code of Obligations, this accounting data is retained for 10 years and then securely destroyed. It is never cross-referenced with your cryptographic activity or communications.&lt;/li&gt;
        &lt;/ul&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;4. Processing of User Content (Communications)&lt;/h4&gt;
        &lt;p class=&#34;mb-4&#34;&gt;We provide asymmetric end-to-end encryption (E2EE) for all our Services. Your calls, messages, group metadata, and multimedia files (images, audio, video, documents) are encrypted at the source.&lt;/p&gt;
        &lt;ul class=&#34;mb-5&#34;&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Routing in Volatile Memory (RAM-Only):&lt;/strong&gt; Your messages are stored exclusively on your device(s) and not on our servers. To ensure transmission from sender to recipient, our relay servers operate solely in random-access memory (RAM). No communication data is written to a physical hard drive. Once the message is delivered to the target device, the encrypted packet is instantly erased from our servers&#39; memory.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Pending Messages:&lt;/strong&gt; If a recipient is offline and a message cannot be delivered immediately, we store the encrypted packet on our transit servers for a maximum of 30 days to attempt delivery. After this period, if it has not been delivered, the message is permanently purged. As it is encrypted, the content of this pending message is strictly unreadable by us.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Multimedia Files:&lt;/strong&gt; When a user sends large files, we temporarily store these encrypted packets for a maximum of 30 days to optimize their distribution (for example, for transfers within a group). We cannot view these files or extract their metadata (EXIF).&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Groups:&lt;/strong&gt; You can create, name, and add descriptions or photos to your groups. All this information is also end-to-end encrypted. We do not collect any information regarding the member list, the group size, or its creation or update date.&lt;/li&gt;
        &lt;/ul&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;5. Information We DO NOT Collect&lt;/h4&gt;
        &lt;p class=&#34;mb-4&#34;&gt;To remove any ambiguity, here is the information that our technical architecture is strictly designed to never collect, analyze, or store:&lt;/p&gt;
        &lt;ul class=&#34;mb-5&#34;&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Usage Information:&lt;/strong&gt; We do not know how often, at what time, or with whom you use our Services.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Performance and Troubleshooting Information:&lt;/strong&gt; We do not collect any diagnostics, error logs (crash logs), or performance data.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;RAM-Only Infrastructure and No Logs (Zero-Log):&lt;/strong&gt; Our communication relays (AMP, TURN, xFTP) operate exclusively in random-access memory (RAM). No metadata or connection logs are persistently stored on our hard drives. In accordance with the data minimization principle (Art. 5 of the GDPR), encrypted data packets are destroyed immediately after successful transmission.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Device and Connection Information:&lt;/strong&gt; We do not collect your IP address, device model, battery level, signal strength, or router identifier.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Location:&lt;/strong&gt; We do not collect any geolocation data (GPS, Bluetooth, or Wi-Fi access points).&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Cookies, Trackers, and Analytics Tools:&lt;/strong&gt; Our public website (arpokrat.com), our application, and our services use absolutely no trackers, cookies, or tracking pixels. We refuse to use third-party analytics tools (such as Google Analytics). Your browsing on our site is completely invisible and unverifiable by third parties.&lt;/li&gt;
        &lt;/ul&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;6. Sovereign Infrastructure, Anti-GAFAM, and the Tor Network&lt;/h4&gt;
        &lt;p class=&#34;mb-4&#34;&gt;Unlike traditional messaging services, we do not use any SMS verification providers or any content analysis or automated moderation services.&lt;/p&gt;
        &lt;ul class=&#34;mb-5&#34;&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Exclusive Network:&lt;/strong&gt; Our application&#39;s encrypted data only transits through servers located in jurisdictions we have rigorously selected for their respect for privacy: Switzerland, Malaysia, Panama, South Africa, and Iceland.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Absolute Independence (Anti-GAFAM):&lt;/strong&gt; Your encrypted data does not transit anywhere else. It will never pass through the infrastructure of web giants (Big Tech) or any third-party company subject to the jurisdiction of the United States.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Tor Network Accessibility (.onion):&lt;/strong&gt; To ensure total anonymity from your very first visit, our website is natively accessible via the Tor network as a hidden service (.onion).&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Hardware Security Limitation:&lt;/strong&gt; The installation tool for our operating system (Web Installer) is intentionally not made available on the Tor network. Because the Tor network struggles with the download of very large files (heavy system images), its use posed a major risk of packet corruption during transfer. Since corrupted data could permanently brick your phone during the flashing process, we have disabled this option as a strict hardware security measure.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Payments:&lt;/strong&gt; Cryptocurrency payments are processed through our own self-hosted infrastructure (BTCPay Server), without any financial intermediary capable of linking a transaction to a digital identity.&lt;/li&gt;
        &lt;/ul&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;7. Legal Basis and Compliance with the new Swiss Law (nFADP / GDPR)&lt;/h4&gt;
        &lt;p class=&#34;mb-4&#34;&gt;Although we do not collect any personal data related to your communications, European (GDPR) and Swiss legislation require us to specify the legal basis for processing the only data we possess: your name, email address, and country of residence, provided when purchasing ArpokratOS.&lt;/p&gt;
        &lt;ul class=&#34;mb-5&#34;&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;New Federal Act on Data Protection (nFADP 2023):&lt;/strong&gt; Our policy is strictly aligned with the new Federal Act on Data Protection (nFADP), which came into force in Switzerland on September 1, 2023. In accordance with its Article 6 (Principle of Proportionality), which states that the collection and processing of data must be limited to what is strictly necessary and justified, our technical architecture applies absolute data minimization.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Performance of a Contract and Legal Obligation:&lt;/strong&gt; We process the aforementioned administrative information solely because it is necessary for the performance of the sales contract and to comply with mandatory tax and accounting obligations in Switzerland.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;No Analysis of Communications:&lt;/strong&gt; The European Directive 2002/58/EC (ePrivacy) concerning the retention of metadata (call duration, phone numbers) does not apply to our infrastructure, as we do not possess or generate any of this metadata.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Your Rights:&lt;/strong&gt; In accordance with the nFADP and the GDPR, regarding your billing data (if you have made a purchase), you have the right to request access to or rectification of this data. However, the erasure of this accounting data can only occur after the legal retention period dictated by the Swiss Code of Obligations (10 years) has expired.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Autonomous Exercise of the Right to Erasure:&lt;/strong&gt; The user has sovereign control over their data via the &#34;Destruction Code.&#34; Activating this tool constitutes the immediate technical exercise of the right to erasure (Art. 17 GDPR), rendering the data mathematically irretrievable. Furthermore, the automatic reboot every 4 hours ensures the periodic erasure of encryption keys from RAM.&lt;/li&gt;
        &lt;/ul&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;8. Contacting Us&lt;/h4&gt;
        &lt;p class=&#34;mb-4&#34;&gt;Since we do not maintain user accounts or any profiling system linking you to our application, any privacy-related inquiries must be submitted in writing to our company&#39;s headquarters or through the official encrypted communication channels indicated on our website.&lt;/p&gt;
        &lt;p class=&#34;mb-5&#34;&gt;&lt;strong&gt;Arpokrat GmbH&lt;/strong&gt;&lt;br&gt;
        c/o Wadsack AG, Bahnhofstrasse 7, CH-6302, Zug, Switzerland.&lt;/p&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;9. Governing Language (Primacy)&lt;/h4&gt;
        &lt;p class=&#34;mb-0&#34;&gt;This Privacy Policy may be translated into several languages for the convenience of our users. In the event of any dispute, discrepancy, or conflict of interpretation between the French version and any other translated version of this Policy, &lt;strong&gt;the French version shall prevail and be considered the governing version.&lt;/strong&gt;&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
</description>
    </item>
    <item>
      <title>Terms of Use | Arpokrat</title>
      <link>https://arpokrat.com/terms/</link>
      <pubDate>Fri, 08 May 2026 00:00:00 +0000</pubDate>
      <guid>https://arpokrat.com/terms/</guid>
      <description>&lt;section style=&#34;background-color: #000000; padding-top: 4rem; padding-bottom: 4rem;&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-10 mx-auto text-light&#34;&gt;
        &lt;p class=&#34;mb-5&#34;&gt;&lt;strong&gt;Last Updated: May 8, 2026&lt;/strong&gt;&lt;/p&gt;
        &lt;h4 class=&#34;text-white mb-3&#34;&gt;Arpokrat GmbH&lt;/h4&gt;
        &lt;p class=&#34;mb-4&#34;&gt;&lt;strong&gt;Address:&lt;/strong&gt; c/o Wadsack AG, Bahnhofstrasse 7, CH-6302, Zug, Switzerland.&lt;/p&gt;
        &lt;p&gt;If you are an Arpokrat user located in the United States or Canada, Arpokrat GmbH provides the Services to you in accordance with these Terms of Service.&lt;/p&gt;
        &lt;p class=&#34;mb-5&#34;&gt;To provide our Services (as defined below) to you through our applications, services, features, software (messaging app; digital asset wallet; OS), or website, we need you to accept these Terms of Service (“Terms”).&lt;/p&gt;
        &lt;hr class=&#34;border-secondary mb-5&#34;&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;1. About Our Services&lt;/h4&gt;
        &lt;p&gt;Since the inception of the Arpokrat application, we have built our services on strong principles of security and privacy to ensure true digital sovereignty in the current historical context.&lt;/p&gt;
        &lt;ul class=&#34;mb-4&#34;&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Communication and Relays:&lt;/strong&gt; We provide you with ways to communicate with others (messaging, voice and video calls, file sending) and to exchange cryptocurrencies via the integrated wallet. For the routing of your communications, we use relay servers (such as AMP, TURN, xFTP). These servers are blind: they transmit end-to-end encrypted data packets in volatile memory only (RAM-Only), without ever being able to read their content or identify the sender or final recipient beyond the immediate connecting IP address, which is not logged.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Sovereign, Anti-GAFAM, and Zero-Log Infrastructure:&lt;/strong&gt; To protect you from mass surveillance, the data routing for our messaging application transits exclusively through servers located in jurisdictions we have rigorously selected for their respect for privacy: Switzerland, Malaysia, Panama, South Africa, and Iceland. Your data will not transit anywhere else. Furthermore, we guarantee total technological independence: our relays never use the infrastructure of GAFAM, Big Tech giants, or any other company under U.S. jurisdiction. This entire infrastructure operates under a strict “Zero-Log” policy (no logging) and immediate destruction of encrypted packets after transmission.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Security and Sovereignty:&lt;/strong&gt; We ensure the security of our Services and combat abusive activities. However, to guarantee total sovereignty: no account creation is required, and no phone number or email is requested. You are identified only by a cryptographic key. We cannot identify you, identify your contacts, suspend your access, or read your messages. We encourage you to use our services responsibly and legally.&lt;/li&gt;
        &lt;/ul&gt;
        &lt;p class=&#34;mb-3&#34;&gt;&lt;strong&gt;NO ACCESS TO EMERGENCY SERVICES:&lt;/strong&gt; Our services differ significantly from your mobile, landline, and SMS services. They do not provide access to emergency services or their providers (police, fire departments, hospitals, etc.). It is your responsibility to ensure you can contact emergency services through other means.&lt;/p&gt;
        &lt;p class=&#34;mb-5&#34;&gt;&lt;strong&gt;IF YOU RESIDE IN THE UNITED STATES OR CANADA:&lt;/strong&gt; OUR TERMS OF SERVICE CONTAIN A MANDATORY ARBITRATION CLAUSE. YOU AGREE TO RESOLVE ALL DISPUTES THROUGH BINDING INDIVIDUAL ARBITRATION AND WAIVE CLASS ACTIONS (SEE THE DEDICATED SECTION BELOW).&lt;/p&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;2. Anonymity and Access to Services&lt;/h4&gt;
        &lt;ul class=&#34;mb-5&#34;&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Guaranteed Anonymity:&lt;/strong&gt; Arpokrat completely eliminates the concept of a user identifier. You exist only as a set of temporary cryptographic keys. The confidentiality of your communications is guaranteed, and it is impossible to access your geographic location.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Age Requirement:&lt;/strong&gt; You must be at least 13 years old to use our Services, or the age required in your country. If you are under 18, a parent or guardian must read these Terms with you.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Updates and Fees:&lt;/strong&gt; You agree to download and install updates (OTA, usually once a month), either automatically or manually. You are responsible for the costs related to your internet plan and your carrier&#39;s data fees.&lt;/li&gt;
        &lt;/ul&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;3. Privacy Policy and User Data&lt;/h4&gt;
        &lt;p&gt;Arpokrat places a high value on your digital sovereignty. No personal data is required to use our products.&lt;/p&gt;
        &lt;p&gt;Your personal data (name, email address, and country of residence) will only be requested when purchasing ArpokratOS, exclusively to comply with Swiss tax and accounting obligations.&lt;/p&gt;
        &lt;ul class=&#34;mb-4&#34;&gt;
            &lt;li&gt;This data is not used for marketing purposes.&lt;/li&gt;
            &lt;li&gt;It is not associated with the messaging application and is not shared with third parties (except for Swiss tax authorities).&lt;/li&gt;
            &lt;li&gt;It is stored separately from our operating systems and is not linked to your cryptographic keys or your activity.&lt;/li&gt;
            &lt;li&gt;In accordance with the law, it is retained for 10 years and then securely deleted.&lt;/li&gt;
        &lt;/ul&gt;
        &lt;p class=&#34;mb-5&#34;&gt;&lt;strong&gt;Transparency:&lt;/strong&gt; Arpokrat periodically publishes a &#34;Warrant Canary&#34; on its official website, attesting that, as of a specific date, no secret surveillance order or data seizure has been received. The failure to update this signal serves as a technical warning to the user regarding the integrity of the infrastructure&#39;s jurisdiction.&lt;/p&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;4. Acceptable Use of Our Services&lt;/h4&gt;
        &lt;p class=&#34;mb-4&#34;&gt;You must use our Services only for lawful, authorized, and acceptable purposes. Although we have no way to identify you or moderate your encrypted communications, failure to comply with the law or any misuse of our Services is your sole and entire responsibility.&lt;/p&gt;
        &lt;p class=&#34;mb-5&#34;&gt;&lt;strong&gt;Technical Architecture and Legal Compliance:&lt;/strong&gt; Due to our Zero-Knowledge architecture, Arpokrat is technically unable to provide &#34;backdoors&#34; or facilitate the interception of communications. In accordance with the limitations set forth by laws such as CALEA (USA), we are not responsible for decrypting data for which we do not possess the cryptographic keys.&lt;/p&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;5. Liability and Risks&lt;/h4&gt;
        &lt;p class=&#34;mb-4&#34;&gt;Your use of our Services is entirely at your own risk:&lt;/p&gt;
        &lt;ul class=&#34;mb-5&#34;&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Messaging App:&lt;/strong&gt; Operating without a centralized account, your communications are end-to-end encrypted. The loss of your private cryptographic keys will result in the irreversible loss of your contacts and history. Arpokrat has no technical means to recover this data.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Digital Asset Wallet:&lt;/strong&gt; The integrated wallet is non-custodial. You are the sole holder of your private keys (Seed Phrase). Arpokrat does not have access to your funds and cannot recover them in case of loss. The purchase, sale (FIAT), and exchange (SWAP) of cryptocurrencies are provided by third-party companies and are subject to their own terms of service.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Arpokrat Operating System (OS):&lt;/strong&gt; Installing ArpokratOS replaces your device&#39;s original operating system. This technical process modifies the hardware and may void the manufacturer&#39;s warranty. Arpokrat disclaims all liability for any hardware malfunction or data loss resulting from the installation.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;OS Technical Specifications:&lt;/strong&gt; You acknowledge that ArpokratOS is designed for defensive privacy. This includes the hardware and software disabling at the Kernel level of the Bluetooth, NFC, GNSS, and front-facing camera modules. The user&#39;s activation of the &#34;Destruction Code&#34; or &#34;Panic Button&#34; triggers an immediate and irreversible cryptographic wipe of all data. Arpokrat cannot, under any circumstances, be held liable for the permanent loss of data resulting from the user&#39;s use of these security features.&lt;/li&gt;
        &lt;/ul&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;6. Disclaimers and Limitations of Liability&lt;/h4&gt;
        &lt;p class=&#34;mb-4&#34;&gt;&lt;strong&gt;Disclaimers:&lt;/strong&gt; We provide our services &#34;as is,&#34; without any express or implied warranties (merchantability, fitness for a particular purpose, non-infringement, protection from viruses). We do not guarantee that our services will be free of errors or interruptions. We do not exercise any control over how our users use our services.&lt;/p&gt;
        &lt;p class=&#34;mb-4 text-uppercase&#34;&gt;YOU RELEASE US, AS WELL AS OUR SUBSIDIARIES, EMPLOYEES, AND PARTNERS (THE &#34;ARPOKRAT PARTIES&#34;), FROM ANY CLAIM, DISPUTE, OR DAMAGES, KNOWN AND UNKNOWN, ARISING OUT OF YOUR USE. IF YOU ARE A CALIFORNIA RESIDENT, YOU WAIVE CALIFORNIA CIVIL CODE SECTION 1542.&lt;/p&gt;
        &lt;p class=&#34;mb-4 text-uppercase&#34;&gt;&lt;strong&gt;Limitation of Liability:&lt;/strong&gt; THE ARPOKRAT PARTIES ARE NOT LIABLE FOR ANY LOST PROFITS OR CONSEQUENTIAL, PUNITIVE, OR INCIDENTAL DAMAGES. OUR TOTAL AGGREGATE LIABILITY WILL NOT EXCEED ONE HUNDRED U.S. DOLLARS ($100) OR THE AMOUNT YOU HAVE PAID US IN THE PAST TWELVE MONTHS.&lt;/p&gt;
        &lt;p class=&#34;mb-5&#34;&gt;&lt;strong&gt;Indemnity:&lt;/strong&gt; You agree to indemnify the Arpokrat Parties against any third-party claims arising from your use of our Services, your violation of these Terms, or any misrepresentation made by you.&lt;/p&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;7. Dispute Resolution and Jurisdiction&lt;/h4&gt;
        &lt;p class=&#34;mb-3&#34;&gt;Except for users subject to the arbitration clause (United States and Canada), any dispute brought against Arpokrat will be exclusively subject to the jurisdiction of the Court of the Canton of Zug, Switzerland, and governed by Swiss law, without regard to conflict of laws principles.&lt;/p&gt;
        &lt;p class=&#34;mb-5&#34;&gt;&lt;strong&gt;Statute of Limitations:&lt;/strong&gt; Any objection or claim must be brought as an action (or arbitration) within one year of its occurrence, or it will be permanently barred.&lt;/p&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;8. Availability and Miscellaneous Provisions&lt;/h4&gt;
        &lt;ul class=&#34;mb-5&#34;&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Availability:&lt;/strong&gt; Our Services may be interrupted for maintenance, updates, or due to network failures or force majeure events.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Territorial Restrictions:&lt;/strong&gt; Our services must not be used in countries where doing so would violate local laws.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Changes to the Terms:&lt;/strong&gt; We may update these Terms. Unless otherwise required by law, you will be notified at least 30 days in advance of any changes. Continuing to use our Services constitutes acceptance.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Severability:&lt;/strong&gt; If a provision is deemed illegal or unenforceable, it will be modified or severed without affecting the validity of the remaining provisions.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Export Control:&lt;/strong&gt; The Arpokrat Software contains strong encryption technologies subject to international regulations. You represent and warrant that you are not a government end-user (as defined by 15 CFR § 772.1) and that you do not reside in a country subject to an embargo or export restrictions by the United States, Canada, or Switzerland. You agree not to export or re-export the Software without a prior license from the competent authorities.&lt;/li&gt;
        &lt;/ul&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;9. Special Arbitration Clause (United States and Canada Only)&lt;/h4&gt;
        &lt;p class=&#34;mb-4 text-uppercase&#34;&gt;&lt;strong&gt;PLEASE READ THIS SECTION CAREFULLY.&lt;/strong&gt; IF YOU RESIDE IN THE UNITED STATES OR CANADA, YOU AGREE TO SETTLE ALL DISPUTES THROUGH BINDING INDIVIDUAL ARBITRATION (EXCEPT FOR INTELLECTUAL PROPERTY AND SMALL CLAIMS DISPUTES). YOU WAIVE YOUR RIGHT TO PARTICIPATE IN A CLASS ACTION LAWSUIT OR CLASS-WIDE ARBITRATION.&lt;/p&gt;
        &lt;ul class=&#34;mb-5&#34;&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Federal Arbitration Act:&lt;/strong&gt; The U.S. Federal Arbitration Act governs the interpretation of this section.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Notice of Dispute:&lt;/strong&gt; Before initiating a proceeding, you must send us a notice containing: a) first and last name, b) mailing address, c) public cryptographic identifier, d) temporary contact email, e) description of the dispute, f) relief sought.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Mailing Address:&lt;/strong&gt; Arpokrat GmbH, c/o Wadsack AG, Bahnhofstrasse 7, CH-6302, Zug, Switzerland.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Procedure:&lt;/strong&gt; If the dispute is not resolved within 60 days, the arbitration will be administered by the American Arbitration Association (“AAA”) under its Commercial Arbitration Rules.&lt;/li&gt;
            &lt;li class=&#34;mb-3&#34;&gt;&lt;strong&gt;Opt-Out Procedure:&lt;/strong&gt; You may opt out of this arbitration agreement by sending us a written notification to the address above within 30 days of accepting these Terms.&lt;/li&gt;
        &lt;/ul&gt;
        &lt;h4 class=&#34;text-white mb-4&#34;&gt;10. Governing Language (Primacy)&lt;/h4&gt;
        &lt;p class=&#34;mb-0&#34;&gt;These Terms of Service may be translated into several languages for the convenience of our users. In the event of any dispute, discrepancy, or conflict of interpretation between the French version and any other translated version of these Terms, &lt;strong&gt;the French version shall prevail and be controlling.&lt;/strong&gt;&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
</description>
    </item>
    <item>
      <title>Buy ArpokratOS License | Secure OS Procurement</title>
      <link>https://arpokrat.com/access/</link>
      <pubDate>Tue, 28 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://arpokrat.com/access/</guid>
      <description>&lt;style&gt;
/* Reset Box Sizing for Responsiveness */
#checkout-container * { box-sizing: border-box; }
/* ==========================================================================
   GRILLE DES APPAREILS SUPPORTÉS
   ========================================================================== */
.modern-device-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; margin-bottom: 25px; }
.device-chip { background-color: #1a1a1a; border: 1px solid #333333; border-radius: 8px; padding: 12px 10px; text-align: center; transition: all 0.2s ease-in-out; cursor: default; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 65px; }
.device-chip:hover { border-color: #f85d4d; background-color: rgba(248, 93, 77, 0.08); transform: translateY(-2px); }
.device-name { font-size: 0.95rem; font-weight: 600; color: #ffffff; margin-bottom: 0; }
/* Crypto Cards */
.crypto-selector { display: flex; gap: 15px; margin-bottom: 10px; flex-wrap: wrap; }
.crypto-option { flex: 1; position: relative; min-width: 120px; }
.crypto-option input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.crypto-card { background: #1a1a1a; border: 2px solid #333; border-radius: 8px; padding: 20px 10px; text-align: center; cursor: pointer; transition: background-color 0.3s, border-color 0.3s; color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; width: 100%; }
.crypto-option input:checked ~ .crypto-card { border-color: #f85d4d; background-color: #000; }
.crypto-card:hover { background-color: #000; border-color: #f85d4d; }
.crypto-icon { width: 45px; height: 45px; margin-bottom: 12px; }
/* Forms &amp; Selectors */
.custom-input { width: 100%; padding: 14px; font-size: 15px; background-color: #1a1a1a; color: #fff; border: 1px solid #333; border-radius: 8px; outline: none; margin-bottom: 5px; transition: border-color 0.3s; }
.custom-input:focus { border-color: #f85d4d; }
.custom-input::placeholder { color: #777; }
.input-error { border-color: #e74c3c !important; background: rgba(231, 76, 60, 0.05) !important; }
/* Country Selector */
.country-wrapper { display: flex; align-items: center; background-color: #1a1a1a; border: 1px solid #333; border-radius: 8px; padding: 0 14px; margin-bottom: 5px; transition: border-color 0.3s, background-color 0.3s; width: 100%; }
.country-wrapper:focus-within { border-color: #f85d4d; }
#country-select { width: 100%; padding: 14px 0; font-size: 15px; background: transparent; color: #777; border: none; outline: none; cursor: pointer; appearance: none; }
#country-select option { background: #1a1a1a; color: #fff; }
#country-flag { width: 32px; height: 24px; border-radius: 3px; object-fit: cover; display: none; margin-right: 12px; }
/* Checkbox &amp; Terms */
.terms-container { display: flex; align-items: flex-start; gap: 10px; text-align: left; margin-top: 15px; margin-bottom: 5px; font-size: 14px; color: #aaa; word-break: break-word; }
.terms-container input[type=&#34;checkbox&#34;] { width: 18px; height: 18px; margin-top: 3px; cursor: pointer; accent-color: #f85d4d; flex-shrink: 0; }
.terms-container a { color: #f85d4d; text-decoration: underline; }
/* Utilities */
.error-msg { color: #e74c3c; font-size: 13px; text-align: left; display: none; margin-bottom: 15px; margin-top: 5px; font-weight: 500; }
/* Pricing Table */
.price-box { background: #111; border: 1px solid #333; border-radius: 8px; padding: 20px; margin-top: 25px; margin-bottom: 25px; width: 100%; }
.price-row { display: flex; justify-content: space-between; margin-bottom: 10px; color: #aaa; font-size: 15px; }
.price-row.total { border-top: 1px solid #333; padding-top: 15px; margin-top: 10px; color: #fff; font-size: 20px; font-weight: bold; margin-bottom: 0; }
.price-row.total .amount { color: #f85d4d; }
/* Buttons */
.btn-cta-red { transition: opacity 0.3s; background-color: #f85d4d; color: white; display: flex; justify-content: center; align-items: center; text-decoration: none; }
.btn-cta-red:hover { opacity: 0.9; color: white; text-decoration: none; }
/* Animations &amp; Spinners */
.spinner { display: inline-block; width: 20px; height: 20px; border: 3px solid rgba(255,255,255,.3); border-radius: 50%; border-top-color: #fff; animation: spin 1s ease-in-out infinite; margin-right: 10px; vertical-align: middle; flex-shrink: 0; }
.spinner-red { border-color: rgba(248, 93, 77, 0.2) !important; border-top-color: #f85d4d !important; }
@keyframes spin { to { transform: rotate(360deg); } }
&lt;/style&gt;
&lt;section style=&#34;overflow-x: hidden;&#34;&gt;
&lt;div class=&#34;container&#34;&gt;
&lt;div class=&#34;row&#34;&gt;
&lt;div class=&#34;col-lg-8 mx-auto text-center mb-5&#34; id=&#34;checkout-container&#34; style=&#34;max-width: 100%;&#34;&gt;
&lt;div id=&#34;step-1-form&#34;&gt;
&lt;h2 class=&#34;text-white&#34;&gt;Obtain &lt;span style=&#34;color: #f85d4d;&#34;&gt;Access&lt;/span&gt;&lt;/h2&gt;
&lt;p class=&#34;lead text-light mb-4&#34; style=&#34;opacity: 0.8;&#34;&gt;1 License = 1 Device (Unlimited lifetime updates).&lt;/p&gt;
&lt;div class=&#34;mx-auto&#34; style=&#34;max-width: 420px; width: 100%;&#34;&gt;
&lt;div class=&#34;text-start mb-4&#34;&gt;
&lt;label class=&#34;text-white mb-2&#34; style=&#34;font-weight: 500;&#34;&gt;Compatible Devices:&lt;/label&gt;
&lt;div id=&#34;supported-devices-grid&#34; class=&#34;modern-device-grid mt-2&#34;&gt;
&lt;div style=&#34;color: #888; font-size: 14px; width: 100%; grid-column: 1 / -1;&#34;&gt;
&lt;span class=&#34;spinner spinner-red&#34;&gt;&lt;/span&gt; Loading compatible devices...
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;text-start mb-4&#34;&gt;
&lt;label class=&#34;text-white mb-2&#34; style=&#34;font-weight: 500;&#34;&gt;1. Select Payment Method:&lt;/label&gt;
&lt;div class=&#34;crypto-selector&#34;&gt;
&lt;label class=&#34;crypto-option&#34;&gt;
&lt;input type=&#34;radio&#34; name=&#34;crypto&#34; value=&#34;XMR&#34; checked&gt;
&lt;div class=&#34;crypto-card&#34;&gt;
&lt;img src=&#34;https://arpokrat.com/images/icons/monero-logo.svg&#34; alt=&#34;Monero&#34; class=&#34;crypto-icon&#34;&gt;
&lt;strong&gt;Monero&lt;/strong&gt;
&lt;span style=&#34;font-size: 12px; color: #888;&#34;&gt;(XMR)&lt;/span&gt;
&lt;/div&gt;
&lt;/label&gt;
&lt;label class=&#34;crypto-option&#34;&gt;
&lt;input type=&#34;radio&#34; name=&#34;crypto&#34; value=&#34;BTC&#34;&gt;
&lt;div class=&#34;crypto-card&#34;&gt;
&lt;img src=&#34;https://arpokrat.com/images/icons/bitcoin-logo.svg&#34; alt=&#34;Bitcoin&#34; class=&#34;crypto-icon&#34;&gt;
&lt;strong&gt;Bitcoin&lt;/strong&gt;
&lt;span style=&#34;font-size: 12px; color: #888;&#34;&gt;(BTC)&lt;/span&gt;
&lt;/div&gt;
&lt;/label&gt;
&lt;/div&gt;
&lt;div style=&#34;font-size: 13px; color: #777; margin-bottom: 20px;&#34;&gt;
Corporate buyer without cryptocurrency?  &lt;a href=&#34;https://arpokrat.com/contact&#34; style=&#34;color: #f85d4d; text-decoration: none; border-bottom: 1px dotted #f85d4d; transition: all 0.3s;&#34;&gt;Contact our sales team&lt;/a&gt;.
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;text-start mb-4&#34;&gt;
&lt;label class=&#34;text-white mb-2&#34; style=&#34;font-weight: 500;&#34;&gt;2. Number of Licenses:&lt;/label&gt;
&lt;input type=&#34;number&#34; id=&#34;license-qty&#34; class=&#34;custom-input&#34; min=&#34;1&#34; max=&#34;50&#34; value=&#34;1&#34; /&gt;
&lt;/div&gt;
&lt;div class=&#34;text-start mb-2&#34;&gt;
&lt;label class=&#34;text-white mb-2&#34; style=&#34;font-weight: 500;&#34;&gt;3. Billing Details (Mandatory):&lt;/label&gt;
&lt;div class=&#34;country-wrapper&#34; id=&#34;country-wrapper&#34;&gt;
&lt;img id=&#34;country-flag&#34; src=&#34;&#34; alt=&#34;Flag&#34;&gt;
&lt;select id=&#34;country-select&#34;&gt;
&lt;option value=&#34;&#34; disabled selected&gt;Select Country of Residence&lt;/option&gt;
&lt;/select&gt;
&lt;/div&gt;
&lt;div id=&#34;error-country&#34; class=&#34;error-msg&#34;&gt;&lt;i class=&#34;fas fa-exclamation-circle&#34;&gt;&lt;/i&gt; Please select your country.&lt;/div&gt;
&lt;input type=&#34;text&#34; id=&#34;buyer-name&#34; class=&#34;custom-input mt-2&#34; placeholder=&#34;Full Name or Company Name&#34; /&gt;
&lt;div id=&#34;error-name&#34; class=&#34;error-msg&#34;&gt;&lt;i class=&#34;fas fa-exclamation-circle&#34;&gt;&lt;/i&gt; Please enter a valid name.&lt;/div&gt;
&lt;input type=&#34;email&#34; id=&#34;buyer-email&#34; class=&#34;custom-input mt-2&#34; placeholder=&#34;Email Address (For receipt &amp; backup)&#34; /&gt;
&lt;div id=&#34;error-email&#34; class=&#34;error-msg&#34;&gt;&lt;i class=&#34;fas fa-exclamation-circle&#34;&gt;&lt;/i&gt; Please enter a valid email address.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;terms-container&#34;&gt;
&lt;input type=&#34;checkbox&#34; id=&#34;terms-check&#34; /&gt;
&lt;label for=&#34;terms-check&#34;&gt;
I confirm that I have read and agree to the &lt;a href=&#34;https://arpokrat.com/terms&#34; target=&#34;_blank&#34;&gt;Terms of Service&lt;/a&gt; and understand that digital software licenses are non-refundable.
&lt;/label&gt;
&lt;/div&gt;
&lt;div id=&#34;error-terms&#34; class=&#34;error-msg&#34;&gt;&lt;i class=&#34;fas fa-exclamation-circle&#34;&gt;&lt;/i&gt; You must accept the terms to proceed.&lt;/div&gt;
&lt;div class=&#34;price-box text-start&#34;&gt;
&lt;div class=&#34;price-row&#34;&gt;
&lt;span&gt;Subtotal (&lt;span id=&#34;summary-qty&#34;&gt;1&lt;/span&gt;x)&lt;/span&gt;
&lt;span&gt;$&lt;span id=&#34;subtotal-usd&#34;&gt;1.00&lt;/span&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&#34;price-row&#34; id=&#34;vat-row&#34;&gt;
&lt;span&gt;VAT (&lt;span id=&#34;vat-rate&#34;&gt;0.0&lt;/span&gt;% export)&lt;/span&gt;
&lt;span&gt;$&lt;span id=&#34;vat-usd&#34;&gt;0.00&lt;/span&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&#34;price-row total&#34;&gt;
&lt;span&gt;Total Amount&lt;/span&gt;
&lt;span class=&#34;amount&#34;&gt;$&lt;span id=&#34;total-usd&#34;&gt;349.00&lt;/span&gt; USD&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;mt-2 mobile-center-btn&#34;&gt;
&lt;button onclick=&#34;startCheckout()&#34; id=&#34;pay-btn&#34; class=&#34;btn-cta-red mx-auto&#34; style=&#34;border: none; cursor: pointer; width: 100%; max-width: 420px; padding: 15px; font-size: 18px; border-radius: 8px; font-weight: bold;&#34;&gt;
Proceed to Payment
&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;step-2-payment&#34; style=&#34;display: none;&#34;&gt;
&lt;h2 class=&#34;text-white&#34;&gt;Awaiting &lt;span style=&#34;color: #f85d4d;&#34;&gt;Payment&lt;/span&gt;&lt;/h2&gt;
&lt;div id=&#34;countdown-timer&#34; style=&#34;font-size: 24px; font-weight: bold; color: #fff; background: #1a1a1a; display: inline-block; padding: 10px 20px; border-radius: 8px; margin-bottom: 20px; border: 1px solid #333;&#34;&gt;
&lt;i class=&#34;far fa-clock&#34; style=&#34;color: #f85d4d;&#34;&gt;&lt;/i&gt;
&lt;span id=&#34;timer-text&#34;&gt;30:00&lt;/span&gt;
&lt;/div&gt;
&lt;p id=&#34;instruction-text&#34; class=&#34;lead text-light mb-4&#34; style=&#34;transition: all 0.3s; word-wrap: break-word;&#34;&gt;
Please send exactly &lt;strong id=&#34;amount-display&#34; style=&#34;color: #f85d4d; font-size: 1.2em;&#34;&gt;&lt;/strong&gt; to the address below:
&lt;/p&gt;
&lt;div id=&#34;qr-box-container&#34; style=&#34;background: #111; padding: 20px; border-radius: 12px; display: inline-block; border: 1px solid #333; margin-bottom: 20px; width: 100%; max-width: 420px; transition: opacity 0.3s;&#34;&gt;
&lt;div style=&#34;background: white; padding: 10px; border-radius: 8px; display: inline-block; margin-bottom: 20px; width: 220px; height: 220px;&#34;&gt;
&lt;img id=&#34;qr-code-img&#34; src=&#34;&#34; alt=&#34;QR Code&#34; style=&#34;width: 100%; height: 100%; display: block;&#34; /&gt;
&lt;/div&gt;
&lt;div style=&#34;position: relative; cursor: pointer;&#34; onclick=&#34;copyAddress()&#34;&gt;
&lt;p id=&#34;crypto-address&#34; style=&#34;font-family: monospace; background: #1a1a1a; color: #aaa; padding: 15px 45px 15px 15px; overflow-wrap: break-word; word-break: break-all; border-radius: 6px; border: 1px solid #333; margin: 0; font-size: 14px; text-align: left;&#34;&gt;&lt;/p&gt;
&lt;div style=&#34;position: absolute; top: 15px; right: 15px; color: #f85d4d; font-size: 18px; transition: opacity 0.2s;&#34; onmouseover=&#34;this.style.opacity=&#39;0.8&#39;&#34; onmouseout=&#34;this.style.opacity=&#39;1&#39;&#34;&gt;
&lt;i class=&#34;far fa-copy&#34;&gt;&lt;/i&gt;
&lt;/div&gt;
&lt;span id=&#34;copy-tooltip&#34; style=&#34;display: none; position: absolute; top: -30px; right: 0; background: #222; border: 1px solid #444; color: white; padding: 5px 10px; border-radius: 4px; font-size: 12px;&#34;&gt;Copied!&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p class=&#34;text-light&#34; style=&#34;font-size: 15px; display: flex; align-items: center; justify-content: center;&#34;&gt;
&lt;span class=&#34;spinner spinner-red&#34;&gt;&lt;/span&gt; Waiting for network confirmation...
&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;step-3-success&#34; style=&#34;display: none;&#34;&gt;
&lt;h2 style=&#34;color: #2ecc71;&#34;&gt;&lt;i class=&#34;fas fa-check-circle&#34;&gt;&lt;/i&gt; Payment Confirmed!&lt;/h2&gt;
&lt;p class=&#34;lead text-light mb-4&#34;&gt;Here are your unique installation links:&lt;/p&gt;
&lt;div id=&#34;links-container&#34; style=&#34;background: rgba(46, 204, 113, 0.05); padding: 25px; border: 1px solid rgba(46, 204, 113, 0.3); border-radius: 12px; margin-top: 20px; overflow-wrap: break-word; word-break: break-word; text-align: left;&#34;&gt;
&lt;/div&gt;
&lt;div class=&#34;alert-custom mt-4 text-start&#34; style=&#34;border-left: 4px solid #e67e22; background: rgba(230, 126, 34, 0.1); padding: 15px; border-radius: 4px; color: #ddd;&#34;&gt;
&lt;i class=&#34;fas fa-exclamation-triangle me-2&#34; style=&#34;color: #e67e22;&#34;&gt;&lt;/i&gt; &lt;strong&gt;WARNING:&lt;/strong&gt; Save these links immediately. They will bind to the first device connected.
&lt;/div&gt;
&lt;div class=&#34;mt-5 text-center&#34;&gt;
&lt;a id=&#34;receipt-btn&#34; href=&#34;#&#34; target=&#34;_blank&#34; class=&#34;btn-cta-red mx-auto&#34; style=&#34;border: none; cursor: pointer; width: 100%; max-width: 420px; padding: 15px; font-size: 18px; border-radius: 8px; font-weight: bold;&#34;&gt;
&lt;i class=&#34;fas fa-file-invoice&#34; style=&#34;margin-right: 8px;&#34;&gt;&lt;/i&gt; View Receipt
&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;script&gt;
const BASE_PRICE_USD = 349.00;
/* --- LOAD SUPPORTED DEVICES --- */
async function loadSupportedDevices() {
const grid = document.getElementById(&#39;supported-devices-grid&#39;);
try {
/* Le chemin relatif /devices.json pointe vers la racine de arpokrat.com */
const response = await fetch(&#39;/devices.json&#39;);
const devices = await response.json();
if (Array.isArray(devices)) {
grid.innerHTML = &#39;&#39;; /* Efface le texte Loading */
devices.forEach(deviceName =&gt; {
const chip = document.createElement(&#39;div&#39;);
chip.className = &#39;device-chip&#39;;
chip.innerHTML = `&lt;div class=&#34;device-name&#34;&gt;${deviceName}&lt;/div&gt;`;
grid.appendChild(chip);
});
}
} catch (error) {
console.error(&#34;Failed to load device list&#34;, error);
grid.innerHTML = &#39;&lt;div style=&#34;color: #e74c3c; grid-column: 1 / -1; font-size: 14px;&#34;&gt;Unable to load device list.&lt;/div&gt;&#39;;
}
}
/* Initialisation immediate */
loadSupportedDevices();
/* --- VAT DATABASE --- */
const countryData = [
{ code: &#39;ch&#39;, name: &#39;Switzerland&#39;, vat: 0 },
{ code: &#39;at&#39;, name: &#39;Austria&#39;, vat: 0 },
{ code: &#39;be&#39;, name: &#39;Belgium&#39;, vat: 0 },
{ code: &#39;bg&#39;, name: &#39;Bulgaria&#39;, vat: 0 },
{ code: &#39;cy&#39;, name: &#39;Cyprus&#39;, vat: 0 },
{ code: &#39;cz&#39;, name: &#39;Czech Republic&#39;, vat: 0 },
{ code: &#39;de&#39;, name: &#39;Germany&#39;, vat: 0 },
{ code: &#39;dk&#39;, name: &#39;Denmark&#39;, vat: 0 },
{ code: &#39;ee&#39;, name: &#39;Estonia&#39;, vat: 0 },
{ code: &#39;es&#39;, name: &#39;Spain&#39;, vat: 0 },
{ code: &#39;fi&#39;, name: &#39;Finland&#39;, vat: 0 },
{ code: &#39;fr&#39;, name: &#39;France&#39;, vat: 0 },
{ code: &#39;gr&#39;, name: &#39;Greece&#39;, vat: 0 },
{ code: &#39;hr&#39;, name: &#39;Croatia&#39;, vat: 0 },
{ code: &#39;hu&#39;, name: &#39;Hungary&#39;, vat: 0 },
{ code: &#39;ie&#39;, name: &#39;Ireland&#39;, vat: 0 },
{ code: &#39;it&#39;, name: &#39;Italy&#39;, vat: 0 },
{ code: &#39;lt&#39;, name: &#39;Lithuania&#39;, vat: 0 },
{ code: &#39;lu&#39;, name: &#39;Luxembourg&#39;, vat: 0 },
{ code: &#39;lv&#39;, name: &#39;Latvia&#39;, vat: 0 },
{ code: &#39;mt&#39;, name: &#39;Malta&#39;, vat: 0 },
{ code: &#39;nl&#39;, name: &#39;Netherlands&#39;, vat: 0 },
{ code: &#39;pl&#39;, name: &#39;Poland&#39;, vat: 0 },
{ code: &#39;pt&#39;, name: &#39;Portugal&#39;, vat: 0 },
{ code: &#39;ro&#39;, name: &#39;Romania&#39;, vat: 0 },
{ code: &#39;se&#39;, name: &#39;Sweden&#39;, vat: 0 },
{ code: &#39;si&#39;, name: &#39;Slovenia&#39;, vat: 0 },
{ code: &#39;sk&#39;, name: &#39;Slovakia&#39;, vat: 0 },
{ code: &#39;gb&#39;, name: &#39;United Kingdom&#39;, vat: 0 },
{ code: &#39;us&#39;, name: &#39;United States&#39;, vat: 0 },
{ code: &#39;ca&#39;, name: &#39;Canada&#39;, vat: 0 },
{ code: &#39;au&#39;, name: &#39;Australia&#39;, vat: 0 },
{ code: &#39;xx&#39;, name: &#39;Other / Not Listed&#39;, vat: 0 }
];
/* --- DOM Elements --- */
const btn = document.getElementById(&#39;pay-btn&#39;);
const nameInput = document.getElementById(&#39;buyer-name&#39;);
const emailInput = document.getElementById(&#39;buyer-email&#39;);
const termsCheck = document.getElementById(&#39;terms-check&#39;);
const qtyInput = document.getElementById(&#39;license-qty&#39;);
const countrySelect = document.getElementById(&#39;country-select&#39;);
const countryFlag = document.getElementById(&#39;country-flag&#39;);
const countryWrapper = document.getElementById(&#39;country-wrapper&#39;);
/* --- POPULATE COUNTRIES --- */
countrySelect.innerHTML = &#39;&lt;option value=&#34;&#34; disabled selected hidden&gt;Select Country of Residence&lt;/option&gt;&#39;;
countryData.sort((a, b) =&gt; a.name.localeCompare(b.name)).forEach(c =&gt; {
if(c.code !== &#39;xx&#39;) {
let option = document.createElement(&#39;option&#39;);
option.value = c.code;
option.dataset.vat = c.vat;
option.textContent = c.name;
countrySelect.appendChild(option);
}
});
let otherData = countryData.find(c =&gt; c.code === &#39;xx&#39;);
if (otherData) {
let otherOption = document.createElement(&#39;option&#39;);
otherOption.value = otherData.code;
otherOption.dataset.vat = otherData.vat;
otherOption.textContent = otherData.name;
countrySelect.appendChild(otherOption);
}
countrySelect.value = &#34;&#34;;
/* --- DYNAMIC PRICE &amp; VAT UPDATE --- */
function updatePrice() {
let qty = parseInt(qtyInput.value);
if (isNaN(qty) || qty &lt; 1) {
qty = 1;
qtyInput.value = 1;
}
let subtotal = BASE_PRICE_USD * qty;
let vatRate = 0;
if (countrySelect.selectedIndex &gt; 0) {
vatRate = parseFloat(countrySelect.options[countrySelect.selectedIndex].dataset.vat);
countryFlag.src = `/images/flags/${countrySelect.value}.svg`;
countryFlag.style.display = &#39;block&#39;;
} else {
countryFlag.style.display = &#39;none&#39;;
}
let vatAmount = subtotal * (vatRate / 100);
let total = subtotal + vatAmount;
document.getElementById(&#39;summary-qty&#39;).innerText = qty;
document.getElementById(&#39;subtotal-usd&#39;).innerText = subtotal.toFixed(2);
document.getElementById(&#39;vat-rate&#39;).innerText = vatRate.toFixed(1);
document.getElementById(&#39;vat-usd&#39;).innerText = vatAmount.toFixed(2);
document.getElementById(&#39;total-usd&#39;).innerText = total.toFixed(2);
}
qtyInput.addEventListener(&#39;input&#39;, updatePrice);
countrySelect.addEventListener(&#39;change&#39;, () =&gt; {
countrySelect.style.color = &#39;#fff&#39;;
updatePrice();
countryWrapper.classList.remove(&#39;input-error&#39;);
document.getElementById(&#39;error-country&#39;).style.display = &#39;none&#39;;
});
/* --- FORM VALIDATION ON CLICK --- */
function validateForm() {
let isValid = true;
if (countrySelect.selectedIndex === 0 || countrySelect.value === &#34;&#34;) {
document.getElementById(&#39;error-country&#39;).style.display = &#39;block&#39;;
countryWrapper.classList.add(&#39;input-error&#39;);
isValid = false;
} else {
document.getElementById(&#39;error-country&#39;).style.display = &#39;none&#39;;
countryWrapper.classList.remove(&#39;input-error&#39;);
}
if (nameInput.value.trim().length &lt; 2) {
document.getElementById(&#39;error-name&#39;).style.display = &#39;block&#39;;
nameInput.classList.add(&#39;input-error&#39;);
isValid = false;
}
const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
if (!emailRegex.test(emailInput.value.trim())) {
document.getElementById(&#39;error-email&#39;).style.display = &#39;block&#39;;
emailInput.classList.add(&#39;input-error&#39;);
isValid = false;
}
if (!termsCheck.checked) {
document.getElementById(&#39;error-terms&#39;).style.display = &#39;block&#39;;
isValid = false;
}
return isValid;
}
[nameInput, emailInput].forEach(el =&gt; el.addEventListener(&#39;input&#39;, function() {
this.classList.remove(&#39;input-error&#39;);
this.nextElementSibling.style.display = &#39;none&#39;;
}));
termsCheck.addEventListener(&#39;change&#39;, function() {
if(this.checked) document.getElementById(&#39;error-terms&#39;).style.display = &#39;none&#39;;
});
/* --- COPY ADDRESS FUNCTION --- */
function copyAddress() {
const addr = document.getElementById(&#39;crypto-address&#39;).innerText;
navigator.clipboard.writeText(addr).then(() =&gt; {
const tooltip = document.getElementById(&#39;copy-tooltip&#39;);
tooltip.style.display = &#39;block&#39;;
setTimeout(() =&gt; tooltip.style.display = &#39;none&#39;, 2000);
});
}
/* --- CHECKOUT LOGIC &amp; TIMER --- */
let paymentCheckInterval;
let countdownInterval;
let currentInvoiceId = null;
async function startCheckout() {
if (!validateForm()) return;
const crypto = document.querySelector(&#39;input[name=&#34;crypto&#34;]:checked&#39;).value;
const email = emailInput.value.trim();
const name = nameInput.value.trim();
const countryCode = countrySelect.value.toUpperCase(); 
const quantity = parseInt(qtyInput.value);
btn.disabled = true;
btn.innerHTML = &#39;&lt;span class=&#34;spinner spinner-red&#34;&gt;&lt;/span&gt; Securing transaction...&#39;;
try {
const response = await fetch(&#39;https://install.arpokrat.com/api/create-invoice&#39;, {
method: &#39;POST&#39;,
headers: { &#39;Content-Type&#39;: &#39;application/json&#39; },
body: JSON.stringify({ currency: crypto, email: email, name: name, country: countryCode, quantity: quantity })
});
const data = await response.json();
if (data.success) {
currentInvoiceId = data.invoiceId;
document.getElementById(&#39;step-1-form&#39;).style.display = &#39;none&#39;;
document.getElementById(&#39;step-2-payment&#39;).style.display = &#39;block&#39;;
const step2 = document.getElementById(&#39;step-2-payment&#39;);
const yOffset = step2.getBoundingClientRect().top + window.scrollY - 100;
window.scrollTo({ top: yOffset, behavior: &#39;smooth&#39; });
document.getElementById(&#39;amount-display&#39;).innerText = `${data.amount} ${crypto}`;
document.getElementById(&#39;crypto-address&#39;).innerText = data.address;
document.getElementById(&#39;qr-code-img&#39;).src = data.qrCodeImage;
startCountdown(1800);
checkPaymentStatus(currentInvoiceId, crypto);
} else {
alert(&#34;Error generating invoice: &#34; + data.message);
resetUI();
}
} catch (error) {
console.error(error);
alert(&#34;Unable to contact the payment server. Please try again.&#34;);
resetUI();
}
}
function startCountdown(duration) {
let timer = duration, minutes, seconds;
const display = document.getElementById(&#39;timer-text&#39;);
clearInterval(countdownInterval); 
countdownInterval = setInterval(function () {
minutes = parseInt(timer / 60, 10);
seconds = parseInt(timer % 60, 10);
minutes = minutes &lt; 10 ? &#34;0&#34; + minutes : minutes;
seconds = seconds &lt; 10 ? &#34;0&#34; + seconds : seconds;
display.textContent = minutes + &#34;:&#34; + seconds;
if (--timer &lt; 0) {
clearInterval(countdownInterval);
display.textContent = &#34;00:00&#34;;
}
}, 1000);
}
function checkPaymentStatus(invoiceId, cryptoChoice) {
paymentCheckInterval = setInterval(async () =&gt; {
try {
const response = await fetch(`https://install.arpokrat.com/api/check-status?invoiceId=${invoiceId}`);
const data = await response.json();
if (data.status === &#39;Processing&#39;) {
document.getElementById(&#39;instruction-text&#39;).innerHTML = `&lt;i class=&#34;fas fa-check-circle&#34; style=&#34;color: #2ecc71; margin-right: 8px;&#34;&gt;&lt;/i&gt; Full payment detected! Awaiting 1 network confirmation...`;
document.getElementById(&#39;qr-box-container&#39;).style.opacity = &#39;0.3&#39;;
document.getElementById(&#39;qr-box-container&#39;).style.pointerEvents = &#39;none&#39;;
} 
else if (data.isPartiallyPaid) {
document.getElementById(&#39;instruction-text&#39;).innerHTML = `&lt;i class=&#34;fas fa-exclamation-triangle&#34; style=&#34;color: #f85d4d; margin-right: 8px;&#34;&gt;&lt;/i&gt; Partial payment received. Please send the remaining &lt;strong style=&#34;color: #f85d4d; font-size: 1.2em;&#34;&gt;${data.amountDue} ${cryptoChoice}&lt;/strong&gt; to the address below:`;
}
if (data.status === &#39;Settled&#39;) {
clearInterval(paymentCheckInterval);
clearInterval(countdownInterval);
document.getElementById(&#39;step-2-payment&#39;).style.display = &#39;none&#39;;
document.getElementById(&#39;step-3-success&#39;).style.display = &#39;block&#39;;
const step3 = document.getElementById(&#39;step-3-success&#39;);
const yOffset = step3.getBoundingClientRect().top + window.scrollY - 100;
window.scrollTo({ top: yOffset, behavior: &#39;smooth&#39; });
const linksContainer = document.getElementById(&#39;links-container&#39;);
linksContainer.innerHTML = &#39;&#39;; 
if (data.tokens &amp;&amp; Array.isArray(data.tokens)) {
data.tokens.forEach((token, index) =&gt; {
const link = `https://install.arpokrat.com/?token=${token}`;
linksContainer.innerHTML += `
&lt;div style=&#34;margin-bottom: 15px;&#34;&gt;
&lt;span style=&#34;color: #888; font-size: 14px;&#34;&gt;License #${index + 1}&lt;/span&gt;&lt;br&gt;
&lt;a href=&#34;${link}&#34; target=&#34;_blank&#34; style=&#34;font-size: 18px; color: #2ecc71; font-weight: bold; text-decoration: none;&#34;&gt;${link}&lt;/a&gt;
&lt;/div&gt;
`;
});
}
document.getElementById(&#39;receipt-btn&#39;).href = `https://pay.arpokrat.com/i/${invoiceId}/receipt`;
}
if (data.status === &#39;Expired&#39; || data.status === &#39;Invalid&#39;) {
clearInterval(paymentCheckInterval);
clearInterval(countdownInterval);
document.getElementById(&#39;step-2-payment&#39;).innerHTML = `
&lt;h2 style=&#34;color: #e74c3c;&#34;&gt;&lt;i class=&#34;fas fa-times-circle&#34;&gt;&lt;/i&gt; Invoice Expired&lt;/h2&gt;
&lt;p class=&#34;lead text-light mb-4&#34;&gt;The time limit to pay this invoice has elapsed or the network failed to confirm in time.&lt;/p&gt;
&lt;button onclick=&#34;location.reload()&#34; class=&#34;btn-cta-red mx-auto&#34; style=&#34;border: none; cursor: pointer; padding: 12px 24px; font-size: 16px; border-radius: 6px; font-weight: bold; margin-top: 20px;&#34;&gt;
Start a new transaction
&lt;/button&gt;
`;
}
} catch (error) {
console.error(&#34;Error checking status&#34;, error);
}
}, 5000);
}
function resetUI() {
document.getElementById(&#39;step-2-payment&#39;).style.display = &#39;none&#39;;
document.getElementById(&#39;step-1-form&#39;).style.display = &#39;block&#39;;
btn.disabled = false;
btn.innerHTML = &#34;Proceed to Payment&#34;;
}
&lt;/script&gt;
</description>
    </item>
    <item>
      <title>The Arpokrat Protocol | Zero-Knowledge Messaging Architecture</title>
      <link>https://arpokrat.com/protocol/</link>
      <pubDate>Mon, 05 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://arpokrat.com/protocol/</guid>
      <description>&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center&#34;&gt;
        &lt;h2 class=&#34;text-white mb-4&#34;&gt;The Problem with &lt;span class=&#34;text-theme-primary&#34;&gt;IDs.&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;lead text-light mb-4&#34;&gt;
            In standard messengers (Signal, Telegram, WhatsApp), you have a static User ID (usually your phone number).
        &lt;/p&gt;
        &lt;p class=&#34;text-light&#34;&gt;
            This ID is your digital fingerprint. Even if the content of your message is encrypted, the &lt;strong&gt;server knows who is talking to whom&lt;/strong&gt; because it maps Sender ID to Recipient ID. It builds a &#34;Social Graph&#34; of your life.
            &lt;br&gt;&lt;br&gt;
            &lt;strong&gt;Arpokrat Messenger removes the concept of User IDs entirely.&lt;/strong&gt; You do not have an account. You do not have a permanent address. You exist only as a set of temporary cryptographic keys.
        &lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section class=&#34;bg-medium&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row mb-5&#34;&gt;
        &lt;div class=&#34;col-lg-8 mx-auto text-center&#34;&gt;
            &lt;h2 class=&#34;text-white&#34;&gt;The &lt;span class=&#34;text-theme-primary&#34;&gt;Unidirectional&lt;/span&gt; Queue System&lt;/h2&gt;
            &lt;p class=&#34;text-light&#34;&gt;
                Instead of sending a message to &#34;The Cat&#34;, Schrödinger drops a message into a specific, anonymous queue that The Cat watches.
            &lt;/p&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&#34;row align-items-center justify-content-center gy-5&#34;&gt;
        &lt;div class=&#34;col-lg-3 text-center&#34;&gt;
            &lt;div class=&#34;p-4 border rounded bg-black h-100&#34;&gt;
                &lt;i class=&#34;fas fa-user-graduate text-theme-primary fa-3x mb-3&#34;&gt;&lt;/i&gt;
                &lt;h4 class=&#34;text-white&#34;&gt;Schrödinger&lt;/h4&gt;
                &lt;p class=&#34;text-light small&#34;&gt;Has no global ID.&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&#34;col-lg-6&#34;&gt;
            &lt;div class=&#34;d-flex flex-column gap-3&#34;&gt;
                &lt;div class=&#34;p-3 border rounded&#34; style=&#34;background: rgba(248, 93, 77, 0.05); border-color: #333 !important;&#34;&gt;
                    &lt;div class=&#34;d-flex justify-content-between align-items-center mb-2&#34;&gt;
                        &lt;span class=&#34;text-light small&#34;&gt;Queue 1 (On Relay A)&lt;/span&gt;
                        &lt;i class=&#34;fas fa-arrow-right text-theme-primary&#34;&gt;&lt;/i&gt;
                    &lt;/div&gt;
                    &lt;div class=&#34;d-flex align-items-center gap-2&#34;&gt;
                        &lt;i class=&#34;fas fa-envelope text-white&#34;&gt;&lt;/i&gt;
                        &lt;div class=&#34;flex-grow-1&#34; style=&#34;height: 2px; background: #444;&#34;&gt;&lt;/div&gt;
                        &lt;i class=&#34;fas fa-box-open text-white&#34;&gt;&lt;/i&gt;
                    &lt;/div&gt;
                    &lt;p class=&#34;text-muted small mt-2 mb-0&#34;&gt;Schrödinger drops the box here.&lt;/p&gt;
                &lt;/div&gt;
                &lt;div class=&#34;p-3 border rounded&#34; style=&#34;background: rgba(248, 93, 77, 0.05); border-color: #333 !important;&#34;&gt;
                    &lt;div class=&#34;d-flex justify-content-between align-items-center mb-2&#34;&gt;
                        &lt;i class=&#34;fas fa-arrow-left text-theme-primary&#34;&gt;&lt;/i&gt;
                        &lt;span class=&#34;text-light small&#34;&gt;Queue 2 (On Relay B)&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;div class=&#34;d-flex align-items-center gap-2&#34;&gt;
                        &lt;i class=&#34;fas fa-box-open text-white&#34;&gt;&lt;/i&gt;
                        &lt;div class=&#34;flex-grow-1&#34; style=&#34;height: 2px; background: #444;&#34;&gt;&lt;/div&gt;
                        &lt;i class=&#34;fas fa-envelope text-white&#34;&gt;&lt;/i&gt;
                    &lt;/div&gt;
                    &lt;p class=&#34;text-muted small mt-2 mb-0&#34;&gt;The Cat sends a reply back.&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&#34;col-lg-3 text-center&#34;&gt;
            &lt;div class=&#34;p-4 border rounded bg-black h-100&#34;&gt;
                &lt;i class=&#34;fas fa-cat text-theme-primary fa-3x mb-3&#34;&gt;&lt;/i&gt;
                &lt;h4 class=&#34;text-white&#34;&gt;The Cat&lt;/h4&gt;
                &lt;p class=&#34;text-light small&#34;&gt;Has no global ID.&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&#34;row mt-5&#34;&gt;
        &lt;div class=&#34;col-lg-8 mx-auto text-center&#34;&gt;
            &lt;p class=&#34;text-light small&#34;&gt;
                &lt;i class=&#34;fas fa-info-circle me-2 text-theme-primary&#34;&gt;&lt;/i&gt;
                &lt;strong&gt;Key Takeaway:&lt;/strong&gt; No server possesses enough information to link the sender to the recipient. The path is fragmented.
            &lt;/p&gt;
        &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row align-items-center&#34;&gt;
        &lt;div class=&#34;col-lg-6 mb-5 mb-lg-0&#34;&gt;
            &lt;h2 class=&#34;text-white mb-4&#34;&gt;Inside a &lt;span class=&#34;text-theme-primary&#34;&gt;Blind Relay.&lt;/span&gt;&lt;/h2&gt;
            &lt;p class=&#34;text-light mb-4&#34;&gt;
                We utilize what are technically known as &lt;strong&gt;Blind Relays&lt;/strong&gt; (or &#34;Dumb Relays&#34;).
            &lt;/p&gt;
            &lt;p class=&#34;text-light mb-4&#34;&gt;
                In traditional architecture, the server is &#34;Smart&#34;: it knows who you are, who your friends are, and routes messages based on this database.
                &lt;br&gt;&lt;br&gt;
                In Arpokrat, the relay is intentionally &#34;Stupid&#34;. It acts as a digital dead-drop.
            &lt;/p&gt;
            &lt;ul class=&#34;product-features-list&#34;&gt;
                &lt;li&gt;
                    &lt;i class=&#34;fas fa-eye-slash icon-check&#34;&gt;&lt;/i&gt;
                    &lt;span&gt;&lt;strong&gt;Zero Knowledge:&lt;/strong&gt; The relay sees an encrypted packet arriving and puts it in a box (Queue). It does not know who put it there, nor who will pick it up.&lt;/span&gt;
                &lt;/li&gt;
                &lt;li&gt;
                    &lt;i class=&#34;fas fa-database icon-check&#34;&gt;&lt;/i&gt;
                    &lt;span&gt;&lt;strong&gt;No Correlation:&lt;/strong&gt; Since Schrödinger uses Relay A for sending and Relay B for receiving, no single server can correlate the traffic to prove they are talking.&lt;/span&gt;
                &lt;/li&gt;
                &lt;li&gt;
                    &lt;i class=&#34;fas fa-trash-alt icon-check&#34;&gt;&lt;/i&gt;
                    &lt;span&gt;&lt;strong&gt;Ephemeral Storage:&lt;/strong&gt; Once the message is picked up, it is instantly deleted from the relay&#39;s RAM.&lt;/span&gt;
                &lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
        &lt;div class=&#34;col-lg-6 text-center&#34;&gt;
            &lt;div class=&#34;server-rack-visual&#34;&gt;
                &lt;i class=&#34;fas fa-server fa-5x text-theme-primary mb-4&#34;&gt;&lt;/i&gt;
                &lt;h4 class=&#34;text-white mb-4&#34;&gt;Blind Relay&lt;/h4&gt;
                &lt;div class=&#34;d-flex justify-content-center flex-wrap gap-3 mt-3&#34;&gt;
                    &lt;span style=&#34;border: 1px solid #f85d4d; color: #f85d4d; background: rgba(248, 93, 77, 0.1); padding: 8px 12px; border-radius: 4px; font-family: &#39;Courier New&#39;, monospace; font-size: 0.85rem; font-weight: 700;&#34;&gt;NO SENDER ID&lt;/span&gt;
                    &lt;span style=&#34;border: 1px solid #f85d4d; color: #f85d4d; background: rgba(248, 93, 77, 0.1); padding: 8px 12px; border-radius: 4px; font-family: &#39;Courier New&#39;, monospace; font-size: 0.85rem; font-weight: 700;&#34;&gt;NO RECIPIENT ID&lt;/span&gt;
                &lt;/div&gt;
                &lt;div class=&#34;d-flex justify-content-center gap-3 mt-3&#34;&gt;
                    &lt;span style=&#34;border: 1px solid #444; color: #aaa; background: #111; padding: 8px 12px; border-radius: 4px; font-family: &#39;Courier New&#39;, monospace; font-size: 0.85rem;&#34;&gt;ENCRYPTED PAYLOAD BLOB&lt;/span&gt;
                &lt;/div&gt;
                &lt;p class=&#34;text-theme-primary mt-4 mb-0 font-weight-bold&#34;&gt;
                    &#34;I simply hold the box. I don&#39;t know who owns it.&#34;
                &lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section class=&#34;bg-medium&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row mb-5&#34;&gt;
        &lt;div class=&#34;col-lg-8 mx-auto text-center&#34;&gt;
            &lt;h2 class=&#34;text-white&#34;&gt;Why This &lt;span class=&#34;text-theme-primary&#34;&gt;Matters.&lt;/span&gt;&lt;/h2&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&#34;row gy-5&#34;&gt;
        &lt;div class=&#34;col-md-4 d-flex align-items-stretch&#34;&gt;
            &lt;div class=&#34;feature-card w-100&#34;&gt;
                &lt;div class=&#34;card-icon&#34;&gt;
                    &lt;i class=&#34;fas fa-project-diagram&#34;&gt;&lt;/i&gt;
                &lt;/div&gt;
                &lt;h4 class=&#34;text-theme-primary&#34;&gt;No Social Graph&lt;/h4&gt;
                &lt;p class=&#34;text-light&#34;&gt;Since user accounts don&#39;t exist, Arpokrat servers simply cannot map who your friends are. The graph data doesn&#39;t exist.&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&#34;col-md-4 d-flex align-items-stretch&#34;&gt;
            &lt;div class=&#34;feature-card w-100&#34;&gt;
                &lt;div class=&#34;card-icon&#34;&gt;
                    &lt;i class=&#34;fas fa-ban&#34;&gt;&lt;/i&gt;
                &lt;/div&gt;
                &lt;h4 class=&#34;text-theme-primary&#34;&gt;No Spam&lt;/h4&gt;
                &lt;p class=&#34;text-light&#34;&gt;You have no static address (like a phone number) for spammers to target. To contact you, they need a one-time invite link.&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&#34;col-md-4 d-flex align-items-stretch&#34;&gt;
            &lt;div class=&#34;feature-card w-100&#34;&gt;
                &lt;div class=&#34;card-icon&#34;&gt;
                    &lt;i class=&#34;fas fa-random&#34;&gt;&lt;/i&gt;
                &lt;/div&gt;
                &lt;h4 class=&#34;text-theme-primary&#34;&gt;Profile Rotation&lt;/h4&gt;
                &lt;p class=&#34;text-light&#34;&gt;You can use a different display name and different relay servers for each contact. Your work colleagues cannot link you to your private life.&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center&#34;&gt;
        &lt;h2 class=&#34;text-white mb-4&#34;&gt;Start Communicating &lt;span class=&#34;text-theme-primary&#34;&gt;Without Trace.&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;lead text-light mb-5&#34;&gt;Download the app. Generate your keys. Disappear.&lt;/p&gt;
        &lt;div class=&#34;mobile-center-btn&#34;&gt;
          &lt;a href=&#34;https://arpokrat.com/messenger&#34; class=&#34;btn-cta-red&#34;&gt;
            Download Messenger
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;</description>
    </item>
    <item>
      <title>Arpokrat Messenger | Sovereign Decentralized Messenger &amp; Non-Custodial Wallet</title>
      <link>https://arpokrat.com/messenger/</link>
      <pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://arpokrat.com/messenger/</guid>
      <description>&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row align-items-center&#34;&gt;
      &lt;div class=&#34;col-md-6 mb-5 mb-md-0&#34;&gt;
        &lt;h2 class=&#34;text-white mb-4&#34;&gt;The Future of &lt;span class=&#34;text-theme-primary&#34;&gt;Sovereign Communication.&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;text-light mb-4&#34;&gt;
            Arpokrat Messenger is not just a chat app; it is a sovereign ecosystem. We have fused the metadata-free architecture based on the &lt;strong&gt;SimpleX protocol&lt;/strong&gt; with a native &lt;strong&gt;Tor integration&lt;/strong&gt; and a &lt;strong&gt;Non-Custodial Wallet&lt;/strong&gt;.
        &lt;/p&gt;
        &lt;p class=&#34;text-light&#34;&gt;
            This creates a double layer of defense: our decentralized architecture eliminates permanent user IDs so you cannot be mapped, while native Tor integration anonymizes your connection traffic through the onion network. Coupled with a non-custodial crypto wallet, Arpokrat allows you to communicate and transact with total confidentiality. Your keys, your data, and your assets never leave your device.
        &lt;/p&gt;
        &lt;div class=&#34;d-flex flex-wrap align-items-center gap-4 mt-4 pt-2&#34;&gt;
            &lt;div class=&#34;d-flex align-items-center&#34;&gt;
                &lt;span class=&#34;text-light small me-3 fw-bold&#34;&gt;Available on:&lt;/span&gt;
                &lt;div class=&#34;d-flex gap-3&#34;&gt;
                    &lt;i class=&#34;fab fa-android fa-xl text-white&#34; title=&#34;Android&#34;&gt;&lt;/i&gt;
                    &lt;i class=&#34;fab fa-apple fa-xl text-white&#34; title=&#34;iOS&#34;&gt;&lt;/i&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&#34;d-none d-sm-block border-end border-secondary&#34; style=&#34;height: 20px;&#34;&gt;&lt;/div&gt;
            &lt;div class=&#34;d-flex align-items-center&#34;&gt;
                &lt;span class=&#34;text-muted small me-3&#34;&gt;Coming soon:&lt;/span&gt;
                &lt;div class=&#34;d-flex gap-3&#34;&gt;
                    &lt;i class=&#34;fab fa-windows fa-xl text-muted&#34; style=&#34;opacity: 0.4;&#34; title=&#34;Windows&#34;&gt;&lt;/i&gt;
                    &lt;i class=&#34;fab fa-apple fa-xl text-muted&#34; style=&#34;opacity: 0.4;&#34; title=&#34;macOS&#34;&gt;&lt;/i&gt;
                    &lt;i class=&#34;fab fa-linux fa-xl text-muted&#34; style=&#34;opacity: 0.4;&#34; title=&#34;Linux&#34;&gt;&lt;/i&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
            &lt;div class=&#34;col-md-6 text-md-end&#34;&gt;
        &lt;div class=&#34;showcase-carousel-wrapper&#34; dir=&#34;ltr&#34;&gt;
          &lt;div class=&#34;showcase-screen&#34;&gt;
            &lt;img src=&#34;https://arpokrat.com/images/photos/messenger/screenshot-1.webp&#34; alt=&#34;Arpokrat Messenger Encrypted Chat&#34;&gt;
          &lt;/div&gt;
          &lt;div class=&#34;showcase-screen&#34;&gt;
            &lt;img src=&#34;https://arpokrat.com/images/photos/messenger/screenshot-2.webp&#34; alt=&#34;Non-Custodial Crypto Wallet&#34;&gt;
          &lt;/div&gt;
          &lt;div class=&#34;showcase-screen&#34;&gt;
            &lt;img src=&#34;https://arpokrat.com/images/photos/messenger/screenshot-3.webp&#34; alt=&#34;Sovereign Onion Routing&#34;&gt;
          &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section class=&#34;bg-medium&#34;&gt;
    &lt;div class=&#34;container text-center&#34;&gt;
         &lt;h2 class=&#34;text-white mb-4&#34;&gt;Your Data is Yours. &lt;span class=&#34;text-theme-primary&#34;&gt;We Don&#39;t Want It.&lt;/span&gt;&lt;/h2&gt;
         &lt;div class=&#34;lead text-light&#34; style=&#34;max-width: 800px; margin-left: auto; margin-right: auto; line-height: 1.8;&#34;&gt;
             &lt;span class=&#34;d-block text-white mb-3&#34; style=&#34;font-size: 1.3rem; font-weight: 800; letter-spacing: -0.5px; text-shadow: 0 0 15px rgba(248, 93, 77, 0.4);&#34;&gt;
                 No phone number. No email.&lt;br&gt;No real name required.
             &lt;/span&gt;
             Just download the app and generate your identity locally in seconds. You exist only on your own device, never on our servers.
         &lt;/div&gt;
    &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row gy-5&#34;&gt;
      &lt;div class=&#34;col-lg-6 px-lg-5 border-end-lg border-secondary&#34; style=&#34;border-right-color: #333 !important;&#34;&gt;
        &lt;div class=&#34;text-center&#34;&gt;
            &lt;div class=&#34;d-flex align-items-end justify-content-center mb-4&#34; style=&#34;min-height: 80px;&#34;&gt;
                &lt;img src=&#34;https://arpokrat.com/images/icons/tor-logo.svg&#34; alt=&#34;Tor Onion Routing Logo&#34; style=&#34;height: 60px; width: auto;&#34;&gt;
            &lt;/div&gt;
            &lt;h3 class=&#34;text-white mb-4&#34;&gt;Native Tor &lt;span class=&#34;text-theme-primary&#34;&gt;Routing&lt;/span&gt;&lt;/h3&gt;
            &lt;p class=&#34;text-light mb-4&#34;&gt;
                Anonymity is usually complex, but we made it effortless. With a single tap, you can activate the native Tor integration, forcing all your traffic through the encrypted network without any technical configuration.
            &lt;/p&gt;
            &lt;p class=&#34;text-light&#34;&gt;
                Tor (The Onion Router) works by wrapping your data packets in multiple layers of encryption. Your connection is bounced through a decentralized circuit of three random relays globally. This ensures that no single entity—from your ISP to the destination server—can link your physical identity (IP address) to your activity.
            &lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-lg-6 px-lg-5&#34;&gt;
        &lt;div class=&#34;text-center&#34;&gt;
            &lt;div class=&#34;d-flex align-items-end justify-content-center gap-4 mb-4&#34; style=&#34;min-height: 80px;&#34;&gt;
                &lt;img src=&#34;https://arpokrat.com/images/icons/bitcoin-logo.svg&#34; alt=&#34;Bitcoin&#34; style=&#34;height: 65px; width: auto;&#34;&gt;
                &lt;img src=&#34;https://arpokrat.com/images/icons/ethereum-logo.svg&#34; alt=&#34;Ethereum&#34; style=&#34;height: 65px; width: auto;&#34;&gt;
                &lt;img src=&#34;https://arpokrat.com/images/icons/monero-logo.svg&#34; alt=&#34;Monero&#34; style=&#34;height: 65px; width: auto;&#34;&gt;
                &lt;img src=&#34;https://arpokrat.com/images/icons/polygon-logo.svg&#34; alt=&#34;Polygon&#34; style=&#34;height: 60px; width: auto;&#34;&gt;
            &lt;/div&gt;
            &lt;h3 class=&#34;text-white mb-4&#34;&gt;Non-Custodial &lt;span class=&#34;text-theme-primary&#34;&gt;Wallet&lt;/span&gt;&lt;/h3&gt;
            &lt;p class=&#34;text-light mb-4&#34;&gt;
                True sovereignty includes financial independence. Our integrated wallet is strictly non-custodial: you own the private keys, you own the assets. We never have access to your funds.
            &lt;/p&gt;
            &lt;p class=&#34;text-light&#34;&gt;
                Manage your portfolio securely within the same encrypted enclave as your communications. Whether you need to send Bitcoin, swap Ethereum tokens, or transact privately with Monero, you can do it instantly without relying on centralized exchanges or banks.
            &lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section class=&#34;bg-medium&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-7&#34;&gt;
        &lt;h2 class=&#34;text-white&#34;&gt;The Architecture of &lt;span class=&#34;text-theme-primary&#34;&gt;Freedom&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;text-light mt-4 mb-5&#34;&gt;Most &#34;secure&#34; messengers map your &lt;strong&gt;Phone Number&lt;/strong&gt; to a &lt;strong&gt;User ID&lt;/strong&gt;. Arpokrat Messenger removes IDs entirely. But we didn&#39;t stop there.&lt;/p&gt;
        &lt;ul class=&#34;product-features-list mt-4&#34;&gt;
          &lt;li&gt;
              &lt;i class=&#34;fas fa-code icon-check&#34;&gt;&lt;/i&gt;
              &lt;span&gt;&lt;strong&gt;Open Source &amp; Auditable:&lt;/strong&gt; Trust is earned, not given. The code is fully open-source. Anyone can inspect it to verify there are no backdoors.&lt;/span&gt;
          &lt;/li&gt;
          &lt;li&gt;
              &lt;i class=&#34;fas fa-atom icon-check&#34;&gt;&lt;/i&gt;
              &lt;span&gt;&lt;strong&gt;Post-Quantum Cryptography (PQC):&lt;/strong&gt; Native protection against &#34;Harvest Now, Decrypt Later&#34; attacks. Your messages remain mathematically unbreakable against quantum computers.&lt;/span&gt;
          &lt;/li&gt;
          &lt;li&gt;
              &lt;i class=&#34;fas fa-ghost icon-check&#34;&gt;&lt;/i&gt;
              &lt;span&gt;&lt;strong&gt;Zero Identity Metadata (No IDs):&lt;/strong&gt; Unlike Signal or Telegram, we have no concept of user profiles on central servers. We don&#39;t map users to database entries.&lt;/span&gt;
          &lt;/li&gt;
          &lt;li&gt;
              &lt;i class=&#34;fas fa-random icon-check&#34;&gt;&lt;/i&gt;
              &lt;span&gt;&lt;strong&gt;Decentralized Blind Relays:&lt;/strong&gt; Arpokrat utilizes asynchronous, unidirectional message queues. Relays blindly pass encrypted packets without knowing the sender or destination.&lt;/span&gt;
          &lt;/li&gt;
        &lt;/ul&gt;
        &lt;div class=&#34;mt-5 mobile-center-btn&#34;&gt;
            &lt;a href=&#34;https://arpokrat.com/protocol&#34; class=&#34;btn-cta-secondary&#34;&gt;
                Discover the Protocol &lt;i class=&#34;fas fa-arrow-right ms-2&#34;&gt;&lt;/i&gt;
            &lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-lg-5 mt-5 mt-lg-0 d-flex flex-column align-items-center justify-content-center&#34;&gt;
        &lt;div class=&#34;quantum-circle-container mb-4&#34;&gt;
            &lt;div class=&#34;text-center quantum-content&#34;&gt;
                &lt;i class=&#34;fas fa-shield-virus text-theme-primary fa-4x mb-3&#34;&gt;&lt;/i&gt;
                &lt;h5 class=&#34;text-white&#34;&gt;Quantum&lt;br&gt;Immune&lt;/h5&gt;
            &lt;/div&gt;
            &lt;div class=&#34;orbit-container&#34;&gt;
                &lt;div class=&#34;orbit-dot&#34;&gt;&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;p class=&#34;text-light text-center small&#34; style=&#34;color: #b0b0b0;&#34;&gt;Secured against both classic and quantum attacks.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row mb-5&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center&#34;&gt;
        &lt;h2 class=&#34;text-white&#34;&gt;Strategic &lt;span class=&#34;text-theme-primary&#34;&gt;Decentralized Relay&lt;/span&gt; Infrastructure&lt;/h2&gt;
        &lt;p class=&#34;text-light&#34;&gt;
          Our default relays (SMP) act as blind &#34;drop-boxes&#34;. They cannot see the sender, the receiver, or the content. 
          We have intentionally distributed these nodes in jurisdictions chosen for their strong digital sovereignty frameworks.
        &lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&#34;row gy-5 justify-content-center&#34;&gt;
        &lt;div class=&#34;col-md-6 col-lg-4 d-flex align-items-stretch&#34;&gt;
            &lt;div class=&#34;persona-card w-100&#34;&gt;
                &lt;div style=&#34;font-size: 3rem; margin-bottom: 15px;&#34;&gt;🇨🇭&lt;/div&gt;
                &lt;h4&gt;Switzerland&lt;/h4&gt;
                &lt;p&gt;Renowned for its Federal Act on Data Protection (FADP). Outside EU/EEA, offering independent legal protection.&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&#34;col-md-6 col-lg-4 d-flex align-items-stretch&#34;&gt;
            &lt;div class=&#34;persona-card w-100&#34;&gt;
                &lt;div style=&#34;font-size: 3rem; margin-bottom: 15px;&#34;&gt;🇮🇸&lt;/div&gt;
                &lt;h4&gt;Iceland&lt;/h4&gt;
                &lt;p&gt;Home to the International Modern Media Institute (IMMI). Legislation specifically engineered for privacy.&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&#34;col-md-6 col-lg-4 d-flex align-items-stretch&#34;&gt;
            &lt;div class=&#34;persona-card w-100&#34;&gt;
                &lt;div style=&#34;font-size: 3rem; margin-bottom: 15px;&#34;&gt;🇵🇦&lt;/div&gt;
                &lt;h4&gt;Panama&lt;/h4&gt;
                &lt;p&gt;No mandatory data retention laws. Aligns perfectly with our data minimization policy.&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&#34;col-md-6 col-lg-4 d-flex align-items-stretch&#34;&gt;
            &lt;div class=&#34;persona-card w-100&#34;&gt;
                &lt;div style=&#34;font-size: 3rem; margin-bottom: 15px;&#34;&gt;🇲🇾&lt;/div&gt;
                &lt;h4&gt;Malaysia&lt;/h4&gt;
                &lt;p&gt;Sophisticated digital economy framework. Distinct legal system protecting against extraterritorial requests.&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&#34;col-md-6 col-lg-4 d-flex align-items-stretch&#34;&gt;
            &lt;div class=&#34;persona-card w-100&#34;&gt;
                &lt;div style=&#34;font-size: 3rem; margin-bottom: 15px;&#34;&gt;🇿🇦&lt;/div&gt;
                &lt;h4&gt;South Africa&lt;/h4&gt;
                &lt;p&gt;Protected by POPIA, enforcing strict conditions on data processing and privacy rights.&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section class=&#34;bg-medium&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
        &lt;div class=&#34;col-12 mb-5 pb-4 text-center&#34;&gt;
             &lt;h2 class=&#34;text-white&#34;&gt;&lt;span class=&#34;text-theme-primary&#34;&gt;No Compromise&lt;/span&gt; on Features&lt;/h2&gt;
             &lt;p class=&#34;text-light&#34;&gt;High security doesn&#39;t mean low utility. Arpokrat Messenger includes all the modern features you expect.&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&#34;col-md-4&#34;&gt;
            &lt;ul class=&#34;product-features-list&#34;&gt;
                &lt;li&gt;&lt;i class=&#34;fas fa-check-circle icon-check&#34;&gt;&lt;/i&gt;&lt;span&gt;&lt;strong&gt;Ephemeral Messages:&lt;/strong&gt; Auto-destruct timer.&lt;/span&gt;&lt;/li&gt;
                &lt;li&gt;&lt;i class=&#34;fas fa-check-circle icon-check&#34;&gt;&lt;/i&gt;&lt;span&gt;&lt;strong&gt;Audio &amp; Video Calls:&lt;/strong&gt; Fully encrypted.&lt;/span&gt;&lt;/li&gt;
                &lt;li&gt;&lt;i class=&#34;fas fa-check-circle icon-check&#34;&gt;&lt;/i&gt;&lt;span&gt;&lt;strong&gt;Global Access:&lt;/strong&gt; 30+ Languages supported.&lt;/span&gt;&lt;/li&gt;
                &lt;li&gt;&lt;i class=&#34;fas fa-check-circle icon-check&#34;&gt;&lt;/i&gt;&lt;span&gt;&lt;strong&gt;App Lock:&lt;/strong&gt; Secure app with password/biometrics.&lt;/span&gt;&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
        &lt;div class=&#34;col-md-4&#34;&gt;
            &lt;ul class=&#34;product-features-list&#34;&gt;
                &lt;li&gt;&lt;i class=&#34;fas fa-check-circle icon-check&#34;&gt;&lt;/i&gt;&lt;span&gt;&lt;strong&gt;File Transfer:&lt;/strong&gt; Send large files privately.&lt;/span&gt;&lt;/li&gt;
                &lt;li&gt;&lt;i class=&#34;fas fa-check-circle icon-check&#34;&gt;&lt;/i&gt;&lt;span&gt;&lt;strong&gt;Voice Messages:&lt;/strong&gt; Send audio notes.&lt;/span&gt;&lt;/li&gt;
                &lt;li&gt;&lt;i class=&#34;fas fa-check-circle icon-check&#34;&gt;&lt;/i&gt;&lt;span&gt;&lt;strong&gt;Markdown Support:&lt;/strong&gt; Format your text.&lt;/span&gt;&lt;/li&gt;
                &lt;li&gt;&lt;i class=&#34;fas fa-check-circle icon-check&#34;&gt;&lt;/i&gt;&lt;span&gt;&lt;strong&gt;Live Typing:&lt;/strong&gt; See messages as they are typed (optional).&lt;/span&gt;&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
        &lt;div class=&#34;col-md-4&#34;&gt;
            &lt;ul class=&#34;product-features-list&#34;&gt;
                &lt;li&gt;&lt;i class=&#34;fas fa-check-circle icon-check&#34;&gt;&lt;/i&gt;&lt;span&gt;&lt;strong&gt;Secret Groups:&lt;/strong&gt; No central admins.&lt;/span&gt;&lt;/li&gt;
                &lt;li&gt;&lt;i class=&#34;fas fa-check-circle icon-check&#34;&gt;&lt;/i&gt;&lt;span&gt;&lt;strong&gt;Incognito Mode:&lt;/strong&gt; Random profiles per contact.&lt;/span&gt;&lt;/li&gt;
                &lt;li&gt;&lt;i class=&#34;fas fa-check-circle icon-check&#34;&gt;&lt;/i&gt;&lt;span&gt;&lt;strong&gt;Stickers &amp; GIFs:&lt;/strong&gt; Express yourself.&lt;/span&gt;&lt;/li&gt;
                &lt;li&gt;&lt;i class=&#34;fas fa-check-circle icon-check&#34;&gt;&lt;/i&gt;&lt;span&gt;&lt;strong&gt;Self-Hosted Relays:&lt;/strong&gt; Be your own server.&lt;/span&gt;&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center mb-5&#34;&gt;
        &lt;h2 class=&#34;text-white&#34;&gt;Don&#39;t Trust. &lt;span class=&#34;text-theme-primary&#34;&gt;Verify.&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;text-light&#34;&gt;Standard encryption is not enough anymore. Compare the architecture.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&#34;table-scroll-container&#34;&gt;
      &lt;table class=&#34;comparison-table&#34;&gt;
        &lt;thead&gt;
          &lt;tr&gt;
            &lt;th scope=&#34;col&#34; class=&#34;sticky-col&#34;&gt;Feature&lt;/th&gt;
            &lt;th scope=&#34;col&#34;&gt;WhatsApp / Telegram&lt;/th&gt;
            &lt;th scope=&#34;col&#34;&gt;Signal&lt;/th&gt;
            &lt;th scope=&#34;col&#34; class=&#34;col-highlight&#34;&gt;&lt;i class=&#34;fas fa-rocket me-2&#34;&gt;&lt;/i&gt;Arpokrat&lt;/th&gt;
          &lt;/tr&gt;
        &lt;/thead&gt;
        &lt;tbody&gt;
          &lt;tr&gt;
            &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;Architecture&lt;/th&gt;
            &lt;td&gt;Centralized Server&lt;/td&gt;
            &lt;td&gt;Centralized Server&lt;/td&gt;
            &lt;td class=&#34;col-highlight&#34;&gt;&lt;strong&gt;Decentralized (Relays)&lt;/strong&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;Network Anonymity&lt;/th&gt;
            &lt;td&gt;None (IP Exposed)&lt;/td&gt;
            &lt;td&gt;Proxy (Optional)&lt;/td&gt;
            &lt;td class=&#34;col-highlight&#34;&gt;&lt;strong&gt;Native Tor Routing&lt;/strong&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;Post-Quantum (PQC)&lt;/th&gt;
            &lt;td&gt;No (Vulnerable)&lt;/td&gt;
            &lt;td&gt;Yes (PQXDH)&lt;/td&gt;
            &lt;td class=&#34;col-highlight&#34;&gt;&lt;strong&gt;Yes (Native)&lt;/strong&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;Native Crypto Wallet&lt;/th&gt;
            &lt;td&gt;Custodial / KYC&lt;/td&gt;
            &lt;td&gt;Limited (MobileCoin)&lt;/td&gt;
            &lt;td class=&#34;col-highlight&#34;&gt;&lt;strong&gt;Non-Custodial / Multi-Asset&lt;/strong&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;Metadata &amp; User ID&lt;/th&gt;
            &lt;td&gt;Extensive (Social Graph)&lt;/td&gt;
            &lt;td&gt;Minimal (Static User ID)&lt;/td&gt;
            &lt;td class=&#34;col-highlight&#34;&gt;&lt;strong&gt;No User ID&lt;/strong&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;Identity Requirement&lt;/th&gt;
            &lt;td&gt;Phone Number&lt;/td&gt;
            &lt;td&gt;Phone Number&lt;/td&gt;
            &lt;td class=&#34;col-highlight&#34;&gt;None&lt;/td&gt;
          &lt;/tr&gt;
        &lt;/tbody&gt;
      &lt;/table&gt;
    &lt;/div&gt;
    &lt;div class=&#34;d-md-none text-center mt-3 text-muted small&#34;&gt;
          &lt;i class=&#34;fas fa-arrow-right me-1&#34;&gt;&lt;/i&gt; Swipe to compare
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section class=&#34;bg-medium&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center&#34;&gt;
        &lt;h2 class=&#34;text-white&#34;&gt;Reclaim Your &lt;span class=&#34;text-theme-primary&#34;&gt;Sovereignty.&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;lead text-light mb-5&#34;&gt;Download Arpokrat Messenger today. Communicate freely, transact instantly, and disappear completely.&lt;/p&gt;
        &lt;div class=&#34;mobile-btn-wrapper d-flex justify-content-center flex-wrap gap-3 mb-4&#34;&gt;
          &lt;a href=&#34;#&#34; class=&#34;btn-cta-red&#34;&gt;&lt;i class=&#34;fab fa-android me-2&#34;&gt;&lt;/i&gt;Android Version&lt;/a&gt;
          &lt;a href=&#34;#&#34; class=&#34;btn-cta-red&#34;&gt;&lt;i class=&#34;fab fa-apple me-2&#34;&gt;&lt;/i&gt;iOS Version&lt;/a&gt;
        &lt;/div&gt;
        &lt;div class=&#34;d-flex justify-content-center flex-wrap gap-3 mb-5 mobile-btn-wrapper&#34;&gt;
             &lt;button class=&#34;btn btn-outline-secondary disabled&#34; style=&#34;opacity: 0.6; cursor: not-allowed; border-color: #444; color: #aaa;&#34;&gt;
                 &lt;i class=&#34;fab fa-windows me-2&#34;&gt;&lt;/i&gt;Windows &lt;span class=&#34;badge bg-dark ms-1&#34;&gt;Soon&lt;/span&gt;
             &lt;/button&gt;
             &lt;button class=&#34;btn btn-outline-secondary disabled&#34; style=&#34;opacity: 0.6; cursor: not-allowed; border-color: #444; color: #aaa;&#34;&gt;
                 &lt;i class=&#34;fab fa-apple me-2&#34;&gt;&lt;/i&gt;macOS &lt;span class=&#34;badge bg-dark ms-1&#34;&gt;Soon&lt;/span&gt;
             &lt;/button&gt;
             &lt;button class=&#34;btn btn-outline-secondary disabled&#34; style=&#34;opacity: 0.6; cursor: not-allowed; border-color: #444; color: #aaa;&#34;&gt;
                 &lt;i class=&#34;fab fa-linux me-2&#34;&gt;&lt;/i&gt;Linux &lt;span class=&#34;badge bg-dark ms-1&#34;&gt;Soon&lt;/span&gt;
             &lt;/button&gt;
        &lt;/div&gt;
        &lt;div class=&#34;mt-4&#34;&gt;
             &lt;a href=&#34;https://arpokrat.com/os/&#34; class=&#34;btn-cta-secondary&#34;&gt;Explore ArpokratOS &amp;gt;&lt;/a&gt;
        &lt;/div&gt;
        &lt;div class=&#34;mt-4 text-light small&#34; style=&#34;color: #b0b0b0;&#34;&gt;
            Open Source (GPLv3) • Auditable • Community Driven
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;</description>
    </item>
    <item>
      <title>ArpokratOS | Hardened De-Googled Android Operating System</title>
      <link>https://arpokrat.com/os/</link>
      <pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://arpokrat.com/os/</guid>
      <description>&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row align-items-center&#34;&gt;
      &lt;div class=&#34;col-md-6 mb-5 mb-md-0&#34;&gt;
        &lt;h2 class=&#34;text-white mb-4&#34;&gt;Your Vault, &lt;span class=&#34;text-theme-primary&#34;&gt;In Your Pocket.&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;text-light mb-4&#34;&gt;
            We built ArpokratOS upon the battle-hardened foundation of GrapheneOS, widely recognized as the gold standard for mobile security.
        &lt;/p&gt;
        &lt;p class=&#34;text-light mb-4&#34;&gt;
            We believe true security is not just about locking the door; it&#39;s about building a room with no doors or windows to the outside world. Your data is created, processed, and stored in a completely isolated environment.
        &lt;/p&gt;
        &lt;p class=&#34;text-light mb-4&#34;&gt;
            We systematically neutralized Bluetooth, NFC, and GNSS (GPS) at the Kernel level. What remains is a fortress: a device that obeys only you.
        &lt;/p&gt;
        &lt;p class=&#34;text-theme-primary small&#34;&gt;
            &lt;i class=&#34;fas fa-globe me-2&#34;&gt;&lt;/i&gt;Global Ready: Available in 80+ languages.
        &lt;/p&gt;
      &lt;/div&gt;
            &lt;div class=&#34;col-md-6 text-md-end&#34;&gt;
        &lt;div class=&#34;showcase-carousel-wrapper&#34; dir=&#34;ltr&#34;&gt;
          &lt;div class=&#34;showcase-screen&#34;&gt;
            &lt;img src=&#34;https://arpokrat.com/images/photos/os/screenshot-1.webp&#34; alt=&#34;ArpokratOS Dashboard&#34;&gt;
          &lt;/div&gt;
          &lt;div class=&#34;showcase-screen&#34;&gt;
            &lt;img src=&#34;https://arpokrat.com/images/photos/os/screenshot-2.webp&#34; alt=&#34;Security Settings&#34;&gt;
          &lt;/div&gt;
          &lt;div class=&#34;showcase-screen&#34;&gt;
            &lt;img src=&#34;https://arpokrat.com/images/photos/os/screenshot-3.webp&#34; alt=&#34;App Sandbox&#34;&gt;
          &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section class=&#34;bg-medium&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center&#34;&gt;
        &lt;img src=&#34;https://arpokrat.com/images/icons/tor-logo.svg&#34; alt=&#34;Tor Onion Logo&#34; class=&#34;mb-4&#34; style=&#34;height: 80px; width: auto;&#34;&gt;
        &lt;h2 class=&#34;text-white mb-4&#34;&gt;Native Tor Integration. &lt;span class=&#34;text-theme-primary&#34;&gt;True Anonymity.&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;lead text-light&#34;&gt;
            Achieving network anonymity usually requires complex configurations, root access, or unreliable third-party apps. ArpokratOS changes that. We have integrated the Tor network directly into the system core. No setup required—just a single toggle to force all system traffic through the encrypted network.
        &lt;/p&gt;
        &lt;p class=&#34;text-light mt-4&#34; style=&#34;max-width: 800px; margin-left: auto; margin-right: auto;&#34;&gt;
            Tor (The Onion Router) works by wrapping your data packets in multiple layers of encryption. Instead of connecting directly to a website, your connection is bounced through a decentralized circuit of three random volunteer relays globally. The first node knows who you are but not where you are going; the last node knows where you are going but not who you are. This ensures that no single entity can link your IP address to your browsing activity.
        &lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center mb-5&#34;&gt;
        &lt;h2 class=&#34;text-white&#34;&gt;Your Digital Footprint, &lt;span class=&#34;text-theme-primary&#34;&gt;Erased.&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;lead text-light&#34;&gt;We have fundamentally redesigned the hardware and software relationship. Our security model begins at the kernel level—the deepest layer of the operating system.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&#34;row gy-5&#34;&gt;
      &lt;div class=&#34;col-lg-6 mb-4 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;feature-card&#34;&gt;
            &lt;div class=&#34;card-icon&#34;&gt;
                &lt;i class=&#34;fas fa-shield-virus&#34;&gt;&lt;/i&gt;
            &lt;/div&gt;
            &lt;h4 class=&#34;text-theme-primary&#34;&gt;1. Attack Surface Reduction&lt;/h4&gt;
            &lt;p class=&#34;text-light small mb-4&#34;&gt;We&#39;ve eliminated the most common digital and physical vulnerabilities at their source. This isn&#39;t a &#34;setting&#34; you can change; it&#39;s a permanent security feature.&lt;/p&gt;
            &lt;ul class=&#34;product-features-list text-start&#34;&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-satellite-dish icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;No GNSS / GPS:&lt;/strong&gt; The hardware driver is removed. Your device acts as if the GPS chip doesn&#39;t exist, preventing any app or the OS from calculating your coordinates via satellite.&lt;/span&gt;
              &lt;/li&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fab fa-bluetooth-b icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;Bluetooth Disabled:&lt;/strong&gt; Physical immunity against airborne attacks. Prevents &#39;Zero-click&#39; exploits, BlueBorne attacks, and invisible tracking by retail beacons.&lt;/span&gt;
              &lt;/li&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-wifi icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;NFC Disabled:&lt;/strong&gt; Protects against malicious tags triggers, and blocks proximity fuzzing attacks.&lt;/span&gt;
              &lt;/li&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fab fa-usb icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;USB Data Disabled:&lt;/strong&gt; Port restricted to charging only. Neutralizes &#34;Juice Jacking,&#34; BadUSB exploits, and wired data extraction.&lt;/span&gt;
              &lt;/li&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-video-slash icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;Front Camera Disabled:&lt;/strong&gt; Prevents visual eavesdropping by spyware and eliminates the risk of biometric facial harvesting.&lt;/span&gt;
              &lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-lg-6 mb-4 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;feature-card&#34;&gt;
            &lt;div class=&#34;card-icon&#34;&gt;
                &lt;i class=&#34;fas fa-bomb&#34;&gt;&lt;/i&gt;
            &lt;/div&gt;
            &lt;h4 class=&#34;text-theme-primary&#34;&gt;2. Immediate Data Destruction&lt;/h4&gt;
            &lt;p class=&#34;text-light small mb-4&#34;&gt;In a high-stakes situation, you need instant reliability. ArpokratOS provides two layers of data destruction, ensuring data is cryptographically irrecoverable.&lt;/p&gt;
            &lt;ul class=&#34;product-features-list text-start&#34;&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-radiation icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;Nuke Pin:&lt;/strong&gt; Entering a secondary PIN instantly triggers a full cryptographic wipe.&lt;/span&gt;
              &lt;/li&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-exclamation-triangle icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;Panic Button:&lt;/strong&gt; A dedicated mechanism that initiates the same immediate factory reset. No delay, just instant destruction.&lt;/span&gt;
              &lt;/li&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-skull-crossbones icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;Anti Brute-Force:&lt;/strong&gt; 3 strikes and it&#39;s gone. Entering the wrong password 3 times triggers an immediate cryptographic wipe, rendering brute-force attacks impossible.&lt;/span&gt;
              &lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-lg-6 mb-4 mb-lg-0 d-flex align-items-stretch&#34;&gt; &lt;div class=&#34;feature-card&#34;&gt;
            &lt;div class=&#34;card-icon&#34;&gt;
                &lt;i class=&#34;fas fa-mask&#34;&gt;&lt;/i&gt;
            &lt;/div&gt;
            &lt;h4 class=&#34;text-theme-primary&#34;&gt;3. Anti-Analysis Integrity&lt;/h4&gt;
            &lt;p class=&#34;text-light small mb-4&#34;&gt;Our commitment to security extends to protecting you from physical analysis, even if the device is stolen.&lt;/p&gt;
            &lt;ul class=&#34;product-features-list text-start&#34;&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-hourglass-end icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;Auto Memory Purge:&lt;/strong&gt; Reboots every 4 hours to flush RAM and destroy encryption keys held in volatile memory.&lt;/span&gt;
              &lt;/li&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fab fa-google icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;100% De-Googled:&lt;/strong&gt; No Google Play Services, no tracking, no telemetry.&lt;/span&gt;
              &lt;/li&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-server icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;Zero Telemetry:&lt;/strong&gt; Designed for silence. The OS operates in total isolation from us. It never pings our servers, and sends absolutely no diagnostics or usage data.&lt;/span&gt;
              &lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-lg-6 mb-0 d-flex align-items-stretch&#34;&gt; &lt;div class=&#34;feature-card&#34;&gt;
            &lt;div class=&#34;card-icon&#34;&gt;
                &lt;i class=&#34;fas fa-fingerprint&#34;&gt;&lt;/i&gt;
            &lt;/div&gt;
            &lt;h4 class=&#34;text-theme-primary&#34;&gt;4. Cryptographic Integrity&lt;/h4&gt;
            &lt;p class=&#34;text-light small mb-4&#34;&gt;How do you know your device hasn&#39;t been tampered with via physical access or a &#34;Evil Maid Attack&#34;?&lt;/p&gt;
            &lt;ul class=&#34;product-features-list text-start&#34;&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-lock icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;File-Based Encryption (FBE):&lt;/strong&gt; Your data is encrypted using profile-based keys. Without your passphrase, the storage is indistinguishable from random noise.&lt;/span&gt;
              &lt;/li&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-check-double icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;Verified Boot:&lt;/strong&gt; A strict hardware chain of trust. If a single byte of the OS has been modified or tampered with, the device simply refuses to boot.&lt;/span&gt;
              &lt;/li&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-mobile-alt icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;Remote Attestation:&lt;/strong&gt; Cryptographically verify your OS integrity using the Titan M2 secure element. This guarantees protection against &#34;Evil Maid&#34; attacks.&lt;/span&gt;
              &lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section class=&#34;bg-medium&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row align-items-center&#34;&gt;
      &lt;div class=&#34;col-lg-5 order-2 order-lg-1 text-center&#34;&gt;
          &lt;div class=&#34;p-4 rounded&#34; style=&#34;background: #111; border: 1px solid #333; display: inline-block;&#34;&gt;
              &lt;img 
                  src=&#34;https://arpokrat.com/images/logo/logo-red.svg&#34; 
                  alt=&#34;Arpokrat Post-Quantum Messenger &amp; Wallet Official Logo&#34; 
                  class=&#34;img-fluid&#34;
                  style=&#34;width: 100%; max-width: 160px; height: auto;&#34;
              &gt;
          &lt;/div&gt;
      &lt;/div&gt;
       &lt;div class=&#34;col-lg-7 order-1 order-lg-2 mb-5 mb-lg-0&#34;&gt;
           &lt;h2 class=&#34;text-white mb-3&#34;&gt;Native Integration: &lt;span class=&#34;text-theme-primary&#34;&gt;Messenger &amp; Non-Custodial Wallet Included&lt;/span&gt;&lt;/h2&gt;
           &lt;p class=&#34;text-light&#34;&gt;ArpokratOS includes Arpokrat Messenger pre-installed as a system-level application.&lt;/p&gt;
           &lt;p class=&#34;text-light&#34;&gt;
               Your device isn&#39;t just a vault; it&#39;s a command center. The Messenger provides &lt;strong&gt;post-quantum secure messaging&lt;/strong&gt; and a &lt;strong&gt;non-custodial crypto wallet&lt;/strong&gt; right out of the box. 
               No downloads, no account creation, no configuration needed.
           &lt;/p&gt;
           &lt;div class=&#34;mobile-btn-wrapper mt-4&#34;&gt;
               &lt;a href=&#34;https://arpokrat.com/messenger&#34; class=&#34;btn-cta-secondary&#34;&gt;Explore Messenger Features &amp;gt;&lt;/a&gt;
           &lt;/div&gt;
       &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center mb-5&#34;&gt;
        &lt;h2 class=&#34;text-white&#34;&gt;A New Standard of &lt;span class=&#34;text-theme-primary&#34;&gt;Security&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;text-light&#34;&gt;Compare the architecture of standard devices against ArpokratOS.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&#34;table-scroll-container&#34;&gt;
      &lt;table class=&#34;comparison-table&#34;&gt;
        &lt;thead&gt;
          &lt;tr&gt;
            &lt;th scope=&#34;col&#34; class=&#34;sticky-col&#34;&gt;Feature&lt;/th&gt;
            &lt;th scope=&#34;col&#34;&gt;Standard &#34;Secure&#34; Phone&lt;/th&gt;
            &lt;th scope=&#34;col&#34; class=&#34;col-highlight&#34;&gt;&lt;i class=&#34;fas fa-rocket me-2&#34;&gt;&lt;/i&gt;ArpokratOS&lt;/th&gt;
          &lt;/tr&gt;
        &lt;/thead&gt;
        &lt;tbody&gt;
          &lt;tr&gt;
            &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;Google Services&lt;/th&gt;
            &lt;td&gt;Embedded / Opt-out&lt;/td&gt;
            &lt;td class=&#34;col-highlight&#34;&gt;&lt;strong&gt;Completely Removed&lt;/strong&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;Location Tracking&lt;/th&gt;
            &lt;td&gt;On (GNSS/GPS)&lt;/td&gt;
            &lt;td class=&#34;col-highlight&#34;&gt;&lt;strong&gt;Disabled at Kernel Level&lt;/strong&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;Bluetooth / NFC&lt;/th&gt;
            &lt;td&gt;On by default (Vulnerable)&lt;/td&gt;
            &lt;td class=&#34;col-highlight&#34;&gt;&lt;strong&gt;Disabled at Kernel Level&lt;/strong&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;Remote Servers&lt;/th&gt;
            &lt;td&gt;Constant cloud connection&lt;/td&gt;
            &lt;td class=&#34;col-highlight&#34;&gt;&lt;strong&gt;Zero Server Communication&lt;/strong&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;Data Destruction&lt;/th&gt;
            &lt;td&gt;Standard Factory Reset&lt;/td&gt;
            &lt;td class=&#34;col-highlight&#34;&gt;&lt;strong&gt;Instant Nuke Pin &amp; Panic Button&lt;/strong&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;Memory Security&lt;/th&gt;
            &lt;td&gt;RAM vulnerable until reboot&lt;/td&gt;
            &lt;td class=&#34;col-highlight&#34;&gt;&lt;strong&gt;Automatic 4-Hour Memory Purge&lt;/strong&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;th scope=&#34;row&#34; class=&#34;sticky-col&#34;&gt;OS Integrity&lt;/th&gt;
            &lt;td&gt;Standard Boot&lt;/td&gt;
            &lt;td class=&#34;col-highlight&#34;&gt;&lt;strong&gt;Verified Boot &amp; Attestation&lt;/strong&gt;&lt;/td&gt;
          &lt;/tr&gt;
        &lt;/tbody&gt;
      &lt;/table&gt;
    &lt;/div&gt;
    &lt;div class=&#34;d-md-none text-center mt-3 text-muted small&#34;&gt;
          &lt;i class=&#34;fas fa-arrow-right me-1&#34;&gt;&lt;/i&gt; Swipe to compare
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section class=&#34;bg-medium&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row align-items-center&#34;&gt;
      &lt;div class=&#34;col-lg-6 mb-5 mb-lg-0&#34;&gt;
        &lt;h2 class=&#34;text-white mb-4&#34;&gt;The Hardware &lt;span class=&#34;text-theme-primary&#34;&gt;Paradox.&lt;/span&gt;&lt;/h2&gt;
        &lt;h5 class=&#34;text-light mb-4&#34;&gt;Why we chose Google Pixel to fight Google.&lt;/h5&gt;
        &lt;p class=&#34;text-light mb-4&#34;&gt;
            It seems contradictory: building a de-Googled fortress on hardware made by Google. We understand the skepticism. However, security relies on facts, not brand loyalty.
        &lt;/p&gt;
        &lt;p class=&#34;text-light mb-4&#34;&gt;
            &lt;strong&gt;The Reality:&lt;/strong&gt; Google Pixel phones are currently the &lt;em&gt;only&lt;/em&gt; devices on the market that allow full support for &lt;strong&gt;Verified Boot&lt;/strong&gt; with a custom operating system.
        &lt;/p&gt;
        &lt;p class=&#34;text-light&#34;&gt;
            Other manufacturers permanently degrade security when you unlock the device. This hardware allows us to replace the OS and &lt;strong&gt;re-lock the bootloader&lt;/strong&gt; with our own cryptographic keys. We use the armor, but we replaced the soldier inside.
        &lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-lg-5 offset-lg-1&#34;&gt;
        &lt;div class=&#34;d-flex mb-4&#34;&gt;
            &lt;div class=&#34;flex-shrink-0&#34;&gt;
                &lt;i class=&#34;fas fa-microchip text-theme-primary fa-2x&#34;&gt;&lt;/i&gt;
            &lt;/div&gt;
            &lt;div class=&#34;ms-4&#34;&gt;
                &lt;h5 class=&#34;text-white&#34;&gt;The Titan M2™ Chip&lt;/h5&gt;
                &lt;p class=&#34;text-light small&#34;&gt;
                    A dedicated security vault physically separate from the main processor. It protects your encryption keys and resists advanced physical attacks (voltage glitching) better than any other consumer chip.
                &lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&#34;d-flex mb-4&#34;&gt;
            &lt;div class=&#34;flex-shrink-0&#34;&gt;
                &lt;i class=&#34;fas fa-layer-group text-theme-primary fa-2x&#34;&gt;&lt;/i&gt;
            &lt;/div&gt;
            &lt;div class=&#34;ms-4&#34;&gt;
                &lt;h5 class=&#34;text-white&#34;&gt;Custom Verified Boot&lt;/h5&gt;
                &lt;p class=&#34;text-light small&#34;&gt;
                    Unlike other custom ROMs that require an open bootloader (a security risk), ArpokratOS re-locks the bootloader. This guarantees that your OS hasn&#39;t been tampered with before it even starts.
                &lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&#34;d-flex&#34;&gt;
            &lt;div class=&#34;flex-shrink-0&#34;&gt;
                &lt;i class=&#34;fas fa-shield-alt text-theme-primary fa-2x&#34;&gt;&lt;/i&gt;
            &lt;/div&gt;
            &lt;div class=&#34;ms-4&#34;&gt;
                &lt;h5 class=&#34;text-white&#34;&gt;Hardware Isolation (IOMMU)&lt;/h5&gt;
                &lt;p class=&#34;text-light small&#34;&gt;
                    Critical components like the Modem and Wi-Fi are isolated in hardware sandboxes. Even if the radio chips are compromised remotely, they cannot access your main memory or your files.
                &lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center&#34;&gt;
        &lt;h2 class=&#34;text-white&#34;&gt;Ready to Become &lt;span class=&#34;text-theme-primary&#34;&gt;Invisible?&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;lead text-light mb-5&#34;&gt;ArpokratOS is built for those who cannot afford to compromise. It is the solution for journalists, executives, legal teams, and high-risk individuals who require absolute digital sovereignty.&lt;/p&gt;
        &lt;div class=&#34;mobile-btn-wrapper d-flex justify-content-center flex-wrap gap-3&#34;&gt;
          &lt;a href=&#34;https://arpokrat.com/contact&#34; class=&#34;btn-cta-red&#34;&gt;Contact Sales&lt;/a&gt;
          &lt;a href=&#34;https://arpokrat.com/messenger&#34; class=&#34;btn-cta-secondary&#34;&gt;Learn about Messenger &amp;gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;</description>
    </item>
    <item>
      <title>Contact Arpokrat | Secure Support Channels</title>
      <link>https://arpokrat.com/contact/</link>
      <pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://arpokrat.com/contact/</guid>
      <description>&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
        &lt;div class=&#34;col-lg-8 mx-auto text-center mb-5&#34;&gt;
            &lt;h2 class=&#34;text-white&#34;&gt;How to &lt;span class=&#34;text-theme-primary&#34;&gt;Reach Us&lt;/span&gt;&lt;/h2&gt;
            &lt;p class=&#34;text-light&#34;&gt;For partnerships, press inquiries, or technical support, use the secure channels below.&lt;/p&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&#34;row gy-5 justify-content-center&#34;&gt;
        &lt;div class=&#34;col-md-4 d-flex align-items-stretch&#34;&gt;
            &lt;div class=&#34;info-card w-100&#34;&gt;
                &lt;div class=&#34;icon-circle mb-4&#34;&gt;
                    &lt;i class=&#34;fas fa-envelope&#34;&gt;&lt;/i&gt;
                &lt;/div&gt;
                &lt;h5 class=&#34;text-white mb-2&#34;&gt;Secure Email&lt;/h5&gt;
                &lt;p class=&#34;text-light small text-center mb-3&#34;&gt;PGP Key available below.&lt;/p&gt;
                &lt;a href=&#34;#&#34; id=&#34;secure-email-link&#34; class=&#34;email-secure-link&#34;&gt;
    Loading secure email...
&lt;/a&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&#34;col-md-4 d-flex align-items-stretch&#34;&gt;
            &lt;div class=&#34;info-card w-100&#34;&gt;
                &lt;div class=&#34;icon-circle mb-4&#34;&gt;
                    &lt;i class=&#34;fas fa-map-marker-alt&#34;&gt;&lt;/i&gt;
                &lt;/div&gt;
                &lt;h5 class=&#34;text-white mb-2&#34;&gt;Swiss HQ&lt;/h5&gt;
                &lt;p class=&#34;text-light small text-center mb-0&#34;&gt;
                    Arpokrat AG&lt;br&gt;
                    Baarerstrasse 82&lt;br&gt;
                    6300 Zug, Switzerland&lt;br&gt;&lt;img src=&#34;https://arpokrat.com/images/flags/ch.svg&#34; alt=&#34;Swiss Flag&#34; class=&#34;mini-flag&#34;&gt;
                &lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&#34;col-md-4 d-flex align-items-stretch&#34;&gt;
            &lt;div class=&#34;info-card w-100&#34;&gt;
                &lt;div class=&#34;icon-circle mb-4&#34;&gt;
                    &lt;i class=&#34;fab fa-twitter&#34;&gt;&lt;/i&gt;
                &lt;/div&gt;
                &lt;h5 class=&#34;text-white mb-2&#34;&gt;Social / Updates&lt;/h5&gt;
                &lt;p class=&#34;text-light small text-center mb-3&#34;&gt;Public announcements only.&lt;/p&gt;
                &lt;a href=&#34;#&#34; target=&#34;_blank&#34; class=&#34;email-secure-link&#34;&gt;@Arpokrat&lt;/a&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row justify-content-center&#34;&gt;
      &lt;div class=&#34;col-lg-10&#34;&gt;
        &lt;div class=&#34;form-wrapper&#34;&gt;
            &lt;div class=&#34;form-header mb-5 text-center&#34;&gt;
                &lt;h2 class=&#34;text-white mb-2&#34;&gt;Initialize Handshake&lt;/h2&gt;
                &lt;p class=&#34;text-light small mb-0&#34; style=&#34;color: #b0b0b0;&#34;&gt;
                    &lt;i class=&#34;fas fa-lock text-theme-primary me-2&#34;&gt;&lt;/i&gt;
                    Connection Secured via TLS
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;div id=&#34;form-alert&#34;&gt;&lt;/div&gt;
            &lt;form id=&#34;contact-form&#34;&gt;
                &lt;input type=&#34;text&#34; name=&#34;robot_check&#34; style=&#34;display:none !important;&#34; tabindex=&#34;-1&#34; autocomplete=&#34;off&#34;&gt;
                &lt;div class=&#34;row gy-4&#34;&gt; &lt;div class=&#34;col-md-6&#34;&gt;
                        &lt;label class=&#34;form-label&#34;&gt;Alias / Name&lt;/label&gt;
                        &lt;div class=&#34;input-group-custom&#34;&gt;
                            &lt;i class=&#34;fas fa-user input-icon&#34;&gt;&lt;/i&gt;
                            &lt;input type=&#34;text&#34; name=&#34;name&#34; class=&#34;form-control-custom&#34; placeholder=&#34;Optional&#34;&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    &lt;div class=&#34;col-md-6&#34;&gt;
                        &lt;label class=&#34;form-label&#34;&gt;Secure Email&lt;/label&gt;
                        &lt;div class=&#34;input-group-custom&#34;&gt;
                            &lt;i class=&#34;fas fa-at input-icon&#34;&gt;&lt;/i&gt;
                            &lt;input type=&#34;email&#34; name=&#34;email&#34; id=&#34;email&#34; class=&#34;form-control-custom&#34; placeholder=&#34;protonmail / tutanota preferred&#34; required&gt;
                            &lt;div class=&#34;invalid-feedback-custom&#34;&gt;Please enter a valid email address.&lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    &lt;div class=&#34;col-12&#34;&gt;
                        &lt;label class=&#34;form-label&#34;&gt;Subject&lt;/label&gt;
                        &lt;div class=&#34;input-group-custom&#34;&gt;
                            &lt;i class=&#34;fas fa-tag input-icon&#34;&gt;&lt;/i&gt;
                            &lt;input type=&#34;text&#34; name=&#34;subject&#34; class=&#34;form-control-custom&#34; placeholder=&#34;Partnership / Support / Bug Bounty&#34;&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    &lt;div class=&#34;col-12&#34;&gt;
                        &lt;label class=&#34;form-label&#34;&gt;Message Payload&lt;/label&gt;
                        &lt;div class=&#34;input-group-custom&#34;&gt;
                            &lt;i class=&#34;fas fa-comment-dots input-icon&#34;&gt;&lt;/i&gt;
                            &lt;textarea name=&#34;message&#34; id=&#34;message&#34; class=&#34;form-control-custom&#34; rows=&#34;8&#34; placeholder=&#34;Type your message here...&#34; required&gt;&lt;/textarea&gt;
                            &lt;div class=&#34;invalid-feedback-custom&#34;&gt;Message cannot be empty.&lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    &lt;div class=&#34;col-12&#34;&gt;
                        &lt;div class=&#34;secure-notice-box&#34;&gt;
                            &lt;div class=&#34;secure-notice-content&#34;&gt;
                                &lt;i class=&#34;fas fa-shield-alt&#34;&gt;&lt;/i&gt;
                                &lt;div class=&#34;notice-text&#34;&gt;
                                    &lt;strong&gt;Swiss Hosted &amp; Encrypted.&lt;/strong&gt;&lt;br&gt;
                                    Incoming emails remain in &lt;strong&gt;Switzerland 🇨🇭&lt;/strong&gt; and are secured by &lt;strong&gt;Proton Mail&lt;/strong&gt; infrastructure. 
                                    &lt;br&gt;For maximum anonymity, use our PGP Key below.
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                &lt;div class=&#34;text-center mt-4&#34;&gt; 
                    &lt;button type=&#34;button&#34; id=&#34;submit-btn&#34; class=&#34;btn-cta-secondary w-100&#34;&gt;
                        &lt;i class=&#34;fas fa-paper-plane me-2&#34;&gt;&lt;/i&gt; Transmit Data
                    &lt;/button&gt;
                &lt;/div&gt;
            &lt;/form&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-10 mx-auto&#34;&gt;
        &lt;div class=&#34;d-flex justify-content-between align-items-end mb-3&#34;&gt;
            &lt;h4 class=&#34;text-white mb-0&#34;&gt;PGP Public Key&lt;/h4&gt;
            &lt;span class=&#34;text-white small&#34;&gt;Fingerprint: &lt;span class=&#34;text-theme-primary&#34;&gt;2EA1 43A3 7188 E5EB 909D  1672 B78F E270 BFDC D9BC&lt;/span&gt;&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&#34;code-viewer&#34;&gt;
            &lt;div class=&#34;code-header&#34;&gt;
                &lt;span class=&#34;file-label&#34;&gt;&lt;i class=&#34;fas fa-key me-2&#34;&gt;&lt;/i&gt;arpokrat.asc&lt;/span&gt;
                &lt;button class=&#34;btn-copy&#34; onclick=&#34;copyPGP()&#34; id=&#34;copyPGPBtn&#34;&gt;
                    &lt;i class=&#34;fas fa-copy me-2&#34;&gt;&lt;/i&gt; &lt;span id=&#34;btnTextPGP&#34;&gt;Copy&lt;/span&gt;
                &lt;/button&gt;
            &lt;/div&gt;
            &lt;div class=&#34;code-body&#34;&gt;
&lt;pre&gt;&lt;code id=&#34;pgp-key-content&#34;&gt;-----BEGIN PGP PUBLIC KEY BLOCK-----
&lt;p&gt;mQINBGlB3bkBEADif4mujx3aDPRoZ5F3RGRTaO4cs6Zmn8XWh7uHrfwxuwlQN858
XO7V1QnuQo8frIgGirSUbxcY0wl+qILDqQfgfrtIi4V8m6eEVqbTGDiad7Jz8A2a
N1Z0DPOcZP3KHN9hIxcVzhwgLJnd5L98OXSnd/BXaPHUyAFFJvyMNDoiU86rmgf3
C6bMt7MELDDacUMTlujjQHtQuJcVI+ThrkFatAaeKjAYxAN385JgtClRxKigNY5s
2JP5CSdl1oO97Ua1I1v97x2KUASR5k8aCn3tiGkpXpXfZKBeP26bbQnZ/el5RFNB
v1gqAMKpkaudgNYU+jtwasyr4v9rdOlG2O6/TDE15pAMTcQkpkPI1jGsAN8xf7yS
OGPEHzudCv6dk6tbc6NXRBRww0+SF+ptLtUpjrqeHobD7WH2zz51jVTXD80/g6Ii
I1CEvfNmPeM20sQvcBWckLZvEZDtn72ZrM0sJiNw+3kAl7Zs8MO0IOgFE6tBLfca
nIg52DhDhsj/0/0zYduXbEu7n7MfgvXmigw7dDwH5nsQtcMGaF/vNxA7+u/2cMjO
+2M4aSNnlJYZpcKdU+LjclubkUD8MpqKeTLgLsM9Pa4lmu5Y9Lo4API9etZDXAcG
0Om8cnWqvLHqYYDSWuB8qTqM+TaPzsoyTp4egsOJa7HGFVF2iGvSCzDa6wARAQAB
tDZBcnBva3JhdCBTZWN1cml0eSAoV2FycmFudCBDYW5hcnkpIDxpbmZvQGFycG9r
cmF0LmNvbT6JAlQEEwEKAD4WIQQuoUOjcYjl65CdFnK3j+Jwv9zZvAUCaUHduQIb
AwUJACeNAAULCQgHAgYVCgkICwIEFgIDAQIeAQIXgAAKCRC3j+Jwv9zZvFekD/0X
KNKyoA/k9XrRHovhp7F80YP5aM7e21iWq2qj0pPnAuBZvMeC1BAZHLpA2p441OKK
/fqoe2RZA0xmoRqfzYoZZgOQavEP2twdGOzPPf/MZfObNCgjP9ncpkKH9Ej8XXJK
kjpzUTaZSW3hCGlqlSNnP1yF/2I9T8OGH6qLi92YU11CoDPYL+hkiJdnMGMvOiVF
lrLM6AoenpdjVwio+v4OBK5a/suwWpFj2977PndKzYjKJi8l1PO+I844ZMPVdMhq
vYazYgIbrZ3Uc4z6uIFecdBEaxcAdgBJzNXR3WDSRQguNf7JPdNXMpHAK37cXg6q
PSreweSBUcW2KXh0c0cF+93n2DmH+aF/V4PiGes2f21QR1ZBgYcJCyVpQ7w96lci
+m2lC+yxkKBfcbiTIMz7KKWKe1OMrwBf9ce8MuC9PN2juqxjRwQHzFlQLLTSj3yc
BCO4LOSRGp3FBGA0+LHSWlKeE0+P8YXwUBRSD+DZ4XJ6F+zg1OlslskPPrKbdlq9
iiJKXBRLv51nu58FWgIupgETF3vHZoBNmSMlS3Eo/HgTTlxhQVbeSb95/j4Ac1fu
I9wfxspRQIy7Hovj+abfzCdJGCPOpC2M4wz2YLEFusNiv9RucVS+qe9kIdmo4bEo
75PlnEsZdSYBiJOLolkpcNyNCZ9PK9peqyE93dwBwLkCDQRpQd25ARAAviVL4bpe
p+4/GdJCiIorA6J428oL0PIaJtfQqOLHYm1c2vkblZfKMZdvhe41WvrC2tr61IQC
qmCzRWwaKC0Wjldz/+z0KxL4TmMefdjwPbHgHEYlnrwuQ+LorpK+lMKbLfoF5qbG
pZTJ+Z+pc8N10UmpPOkLepexHKVvHq5CGhZ37rfTlqgAtwp7tKkByV7l9fUERuNA
bzWzFUyxyft21kkAy+KbrXLW46v8f2hkfuOJfY7HVxS7BtirPqEL4oXEfaE0wFtV
gkMsn/X5+uWXlvUEbeQdUjTGvaZs0DPBthOWNAqPEbszdIL7cLp0wC/GMFXW2LYD
06Mm0nRY0sOF0S+WGARQgpc1CKpvHC3OwomRrcR+EL9iqZA8do9zzOc3wXH6fShH
rBjJxErIT/bs/1rVGLlw/vqvBDWiJCGbcZFtkZx03zlE4RiMiTy9jaNuaJTV+hsq
tZuTACjS8rEx2SQRA9A5dfaFjX9cnuOgCfKMUMqEdfB5+2glkTZUVkM2vud5rlJ4
8eeba9/xFTinAI5HAbGIC+42JNKj2eK/Kop9Kcf+wlXx6d+nfxYCWissqUcO6NV/
Hq01jIRFlWfzJfpZxb5D8CLa16lqNKMS5/jWlteV75MeS/PN4qDDy/sUm48l7dUX
Ba1TxM9fNupMfvcdiIAy3y12nkseLuSyhjkAEQEAAYkCPAQYAQoAJhYhBC6hQ6Nx
iOXrkJ0WcreP4nC/3Nm8BQJpQd25AhsMBQkAJ40AAAoJELeP4nC/3Nm8XacP/Rzp
IrIfUVAzlMt/Umum8xGqcK0RT2qMCpzIQ7Wy2P1J5SsGnb0doiCIKHzU1lUyXSRl
ihKjN8g6H1URLfO2XzPVT5aSobbMjA7/FKfyk8grbftML0bOegcoeSWy30JlWYry
rl2nJbzVTHPlvPWqggvXFf/Ne+UIP9sTA3yXhfEHC9YDt2iCDpWthP9u6+cfDm/y
nPDlkw54qmxH3Vl9RSaUSk4sF8V8qWg9w17bm28t96yvXd84r8cLGRyya3c3DtSY
QHRq/BfPNqz3V8DMX1cvqbkR8LUtGcG9uuTzS6IWLJb6EmnkK5pr8eSze5cuPP3/
66caC1bqu+NaflZdhhkSNQEqjOSX/+f5hjGv54ium+Pa9VhyCRzNy0t0GNG+dbcv
RhgwmLqxkzDKHNOmN6uO913fG+h9JrQzbMAWqC1ar381Mr2e9InmLKdi1UXKIHzS
xxrSj2h2NMz/K9nGEQwoomvlQrESEHLgt8DYsi2uFS7Tk3bdRQReam/SL3qKE2cY
Ji/7a+ZyiWnxugbFHsakgpeAKEqJajGlD637uQkJPrfBWJesrvvfBuUkF8hG6+MT
3iChC83DY5SJlSmQtJXZY/df6v04yv48X1BtjdujGSemhkfSXmzmzWqntwAi877o
ni8gDBQHuBg8k2pFYjMhk3NLuaf44v0nDVlQP678
=0Gb9
&amp;mdash;&amp;ndash;END PGP PUBLIC KEY BLOCK&amp;mdash;&amp;ndash;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;mt-4 text-center&#34;&gt;
&lt;div class=&#34;mobile-center-btn&#34;&gt;
&lt;a href=&#34;https://arpokrat.com/security/arpokrat.asc&#34; download class=&#34;btn-cta-secondary&#34;&gt;
&lt;i class=&#34;fas fa-download me-2&#34;&gt;&lt;/i&gt; Download .asc File
&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/p&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;script&gt;
// --- VERROU GLOBAL ---
let isSubmitting = false;

document.addEventListener(&#34;DOMContentLoaded&#34;, function() {
    
    console.log(&#34;Contact Script Loaded&#34;); // Vérifiez dans la console (F12). Si ça apparait 2 fois, vous avez un doublon d&#39;inclusion.

    // 1. Obfuscation Email
    var u = &#34;\x69\x6e\x66\x6f&#34;; 
    var d = &#34;\x61\x72\x70\x6f\x6b\x72\x61\x74\x2e\x63\x6f\x6d&#34;; 
    var link = document.getElementById(&#34;secure-email-link&#34;);
    if(link) {
        link.href = &#34;mailto:&#34; + u + &#34;@&#34; + d;
        link.innerText = u + &#34;@&#34; + d;
    }

    // 2. GESTIONNAIRE D&#39;ENVOI (Mode Bouton)
    const submitBtn = document.getElementById(&#39;submit-btn&#39;);
    const contactForm = document.getElementById(&#39;contact-form&#39;);

    if (submitBtn &amp;&amp; contactForm) {
        
        // On attache l&#39;événement au CLIC du bouton, pas au submit du form
        submitBtn.onclick = function(e) {
            e.preventDefault(); // Sécurité supplémentaire

            // VÉRIFICATION DU VERROU
            if (isSubmitting) return;
            isSubmitting = true;

            const alertBox = document.getElementById(&#39;form-alert&#39;);
            const originalBtnText = submitBtn.innerHTML;
            
            const emailField = contactForm.querySelector(&#39;input[name=&#34;email&#34;]&#39;);
            const messageField = contactForm.querySelector(&#39;textarea[name=&#34;message&#34;]&#39;);
            
            // Reset visuel
            alertBox.innerHTML = &#39;&#39;;
            emailField.classList.remove(&#39;is-invalid&#39;);
            messageField.classList.remove(&#39;is-invalid&#39;);

            let isValid = true;

            // Validation Manuelle
            if (!emailField.value.trim() || !emailField.value.includes(&#39;@&#39;)) {
                emailField.classList.add(&#39;is-invalid&#39;);
                isValid = false;
            }
            if (!messageField.value.trim()) {
                messageField.classList.add(&#39;is-invalid&#39;);
                isValid = false;
            }

            if (!isValid) {
                alertBox.innerHTML = `
                    &lt;div class=&#34;alert alert-danger-custom d-flex align-items-center mb-4&#34; role=&#34;alert&#34;&gt;
                        &lt;i class=&#34;fas fa-exclamation-circle me-2&#34;&gt;&lt;/i&gt;
                        &lt;div&gt;Please check the highlighted fields.&lt;/div&gt;
                    &lt;/div&gt;
                `;
                isSubmitting = false; // DÉVERROUILLER
                return;
            }

            // Envoi
            submitBtn.disabled = true;
            submitBtn.innerHTML = &#39;&lt;i class=&#34;fas fa-circle-notch fa-spin me-2&#34;&gt;&lt;/i&gt; Encrypting &amp; Sending...&#39;;

            const formData = new FormData(contactForm);

            var path = window.location.pathname;
    var langMatch = path.match(/^\/([a-z]{2}(?:-[a-z]{2})?)\//);
    var currentLang = langMatch ? langMatch[1] : document.documentElement.lang || &#39;en&#39;;      
    formData.append(&#39;lang&#39;, currentLang);

            fetch(&#39;/contact.php&#39;, {
                method: &#39;POST&#39;,
                body: formData
            })
            .then(response =&gt; response.text()) // On récupère en texte d&#39;abord pour déboguer si besoin
            .then(text =&gt; {
                try {
                    return JSON.parse(text);
                } catch (err) {
                    throw new Error(&#34;Server error&#34;);
                }
            })
            .then(data =&gt; {
                if (data.status === &#39;success&#39;) {
                    alertBox.innerHTML = `
                        &lt;div class=&#34;alert alert-success-custom d-flex align-items-center mb-4&#34; role=&#34;alert&#34;&gt;
                            &lt;i class=&#34;fas fa-check-circle me-2&#34;&gt;&lt;/i&gt;
                            &lt;div&gt;${data.message}&lt;/div&gt;
                        &lt;/div&gt;
                    `;
                    contactForm.reset();
                } else {
                    throw new Error(data.message);
                }
            })
            .catch(error =&gt; {
                alertBox.innerHTML = `
                    &lt;div class=&#34;alert alert-danger-custom d-flex align-items-center mb-4&#34; role=&#34;alert&#34;&gt;
                        &lt;i class=&#34;fas fa-exclamation-triangle me-2&#34;&gt;&lt;/i&gt;
                        &lt;div&gt;Transmission failed. Please try again.&lt;/div&gt;
                    &lt;/div&gt;
                `;
            })
            .finally(() =&gt; {
                submitBtn.disabled = false;
                submitBtn.innerHTML = originalBtnText;
                isSubmitting = false; // DÉVERROUILLAGE FINAL
            });
        };
    }

    // Gestion de l&#39;erreur visuelle (remove red border)
    const inputs = document.querySelectorAll(&#39;.form-control-custom&#39;);
    inputs.forEach(input =&gt; {
        input.addEventListener(&#39;input&#39;, function() {
            this.classList.remove(&#39;is-invalid&#39;);
        });
    });
});

// Fonction Copie PGP
function copyPGP() {
  var copyTextElement = document.getElementById(&#34;pgp-key-content&#34;);
  if(!copyTextElement) return;
  var copyText = copyTextElement.innerText;
  navigator.clipboard.writeText(copyText).then(function() {
    var btn = document.getElementById(&#34;copyPGPBtn&#34;);
    btn.innerHTML = &#39;&lt;i class=&#34;fas fa-check me-2&#34;&gt;&lt;/i&gt; Copied!&#39;;
    btn.style.borderColor = &#34;#22c55e&#34;;
    btn.style.color = &#34;#22c55e&#34;;
    setTimeout(function() {
      btn.innerHTML = &#39;&lt;i class=&#34;fas fa-copy me-2&#34;&gt;&lt;/i&gt; Copy&#39;;
      btn.style.borderColor = &#34;&#34;; 
      btn.style.color = &#34;&#34;; 
    }, 2000);
  }, function(err) { console.error(err); });
}
&lt;/script&gt;</description>
    </item>
    <item>
      <title>FAQ | Common Questions about ArpokratOS &amp; Arpokrat Messenger</title>
      <link>https://arpokrat.com/faq/</link>
      <pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://arpokrat.com/faq/</guid>
      <description>&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto&#34;&gt;
        &lt;h2 class=&#34;text-theme-primary mb-4&#34;&gt;&lt;i class=&#34;fas fa-layer-group me-2&#34;&gt;&lt;/i&gt;General &amp; Philosophy&lt;/h2&gt;
        &lt;div class=&#34;faq-accordion&#34;&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Who is behind Arpokrat?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;We are a private company based in Zug, Switzerland, operating with complete independence. We have no ties to and receive no funding from Big Tech. We believe that personal data should never be used for enrichment. You are the owner of your own data. This is why we build services requiring the absolute minimum amount of personal information.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Why did you choose Switzerland?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Geography is part of our security model. Switzerland offers three critical advantages:&lt;/p&gt;
              &lt;ul class=&#34;product-features-list mt-3&#34;&gt;
                &lt;li class=&#34;d-flex align-items-start&#34;&gt;
                    &lt;i class=&#34;fas fa-eye-slash icon-check me-3&#34;&gt;&lt;/i&gt;
                    &lt;span&gt;&lt;strong&gt;Outside &#34;14 Eyes&#34;:&lt;/strong&gt; Switzerland is not part of the US/EU mass surveillance intelligence alliances.&lt;/span&gt;
                &lt;/li&gt;
                &lt;li class=&#34;d-flex align-items-start&#34;&gt;
                    &lt;i class=&#34;fas fa-gavel icon-check me-3&#34;&gt;&lt;/i&gt;
                    &lt;span&gt;&lt;strong&gt;Legal Protection:&lt;/strong&gt; The Swiss Federal Data Protection Act (FADP) is one of the strictest in the world.&lt;/span&gt;
                &lt;/li&gt;
                &lt;li class=&#34;d-flex align-items-start&#34;&gt;
                    &lt;i class=&#34;fas fa-balance-scale icon-check me-3&#34;&gt;&lt;/i&gt;
                    &lt;span&gt;&lt;strong&gt;Neutrality:&lt;/strong&gt; Political stability allows us to operate without government interference.&lt;/span&gt;
                &lt;/li&gt;
              &lt;/ul&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Why did you create these products?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Because the current internet is broken. Today, &#34;free&#34; services (like Gmail or Meta) come at the cost of your digital soul. Your location, conversations, and habits are auctioned to the highest bidder.&lt;/p&gt;
              &lt;p&gt;We believe privacy is a fundamental human right, not a setting to be toggled. We built Arpokrat so you can communicate without being traced, profiled, or sold.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Should I trust Arpokrat?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;No.&lt;/strong&gt; &#34;Trust us&#34; is a security hole. That is why we built a &lt;strong&gt;Zero-Trust Architecture&lt;/strong&gt;. We don&#39;t ask for your trust; we prove our integrity through open-source code and mathematics. Our systems are designed so that even if we wanted to spy on you, we couldn&#39;t. We cannot read your messages or access your keys.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Do you use Cookies on your website?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;No. Absolute Zero.&lt;/strong&gt; You will not find a &#34;Cookie Banner&#34; on this site because we have nothing to declare. We do not track your behavior, we do not use analytics, and we do not serve ads. Our website is stateless and respects your browser&#39;s privacy settings by default.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Do you sell physical phones?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;No.&lt;/strong&gt; We provide the software (ArpokratOS), but you must provide the hardware (Google Pixel). This is a deliberate security choice called &lt;strong&gt;Supply Chain Security&lt;/strong&gt;.&lt;/p&gt;
              &lt;p&gt;If we shipped you a phone, it could be intercepted and tampered with during shipping (interdiction). By buying a sealed Pixel locally and flashing it yourself via our WebFlasher, you guarantee that the hardware has not been compromised.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;What is your Data Privacy Policy?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Our policy is summarized in one sentence: &lt;strong&gt;We cannot leak what we do not collect.&lt;/strong&gt;&lt;/p&gt;
              &lt;p&gt;We keep zero logs. We know zero metadata. We require zero personal information. Our servers run on RAM-disk and are wiped instantly upon power loss. For the full legal details, please read our &lt;a href=&#34;https://arpokrat.com/policy&#34; target=&#34;_blank&#34; class=&#34;text-theme-primary&#34;&gt;Privacy Policy&lt;/a&gt;.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Do you offer solutions for Enterprises?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;Yes, coming soon.&lt;/strong&gt; We are currently developing a dedicated B2B ecosystem for corporations, journalists, and legal firms requiring defense against industrial espionage. This will include Fleet Management and private hosted nodes. &lt;a href=&#34;https://arpokrat.com/contact&#34; class=&#34;text-theme-primary&#34;&gt;Contact us&lt;/a&gt; for early access.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Do I need to create an account?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;No.&lt;/strong&gt; There are no user accounts, no passwords to reset, and no emails to verify.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto&#34;&gt;
        &lt;h2 class=&#34;text-theme-primary mb-4&#34;&gt;&lt;i class=&#34;fas fa-mobile-alt me-2&#34;&gt;&lt;/i&gt;ArpokratOS &amp; Installation&lt;/h2&gt;
        &lt;div class=&#34;faq-accordion&#34;&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Which devices are supported?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Currently, we strictly support the &lt;strong&gt;Google Pixel 8&lt;/strong&gt;. We are working on expanding support to the Pixel 8 Pro, 8a, and the Pixel 9 series in the near future.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Why only Google Pixel? Why not iPhone, Samsung, or Xiaomi?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Security requires specific hardware. The Google Pixel 8 is equipped with the &lt;strong&gt;Titan M2&lt;/strong&gt; security chip, which allows for Verified Boot with custom cryptographic keys. Other brands (Apple, Xiaomi, Samsung) operate as &#34;walled gardens&#34; and do not allow us to fully replace the operating system at the root level without compromising security integrity.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Do I need technical skills to install it?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;No.&lt;/strong&gt; You do not need to be a developer. We have simplified the process into a few detailed steps. If you can follow a recipe, you can secure your phone.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;What does &#34;flashing&#34; mean?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&#34;Flashing&#34; is the process of completely wiping the stock Android operating system provided by Google and replacing it with ArpokratOS. It overwrites the internal memory of the phone to ensure no trace of the original software remains.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;How do I flash my phone?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;You will need a computer and a USB cable. Simply follow our step-by-step guide available here: &lt;a href=&#34;https://arpokrat.com/install&#34; class=&#34;text-theme-primary&#34;&gt;How to Install&lt;/a&gt;.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Is my data encrypted?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;Yes.&lt;/strong&gt; The entire disk is encrypted using high-entropy keys derived from your password and the Titan M2 chip. Without your password, the data is mathematically indistinguishable from random noise.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;What happens if I lose my phone?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Consider it a brick. Since we do not hold your keys, no one can decrypt it. Your data remains inaccessible forever.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;What type of password should I choose?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;We recommend a strong alphanumeric password (letters, numbers, symbols) of &lt;strong&gt;at least 8 characters&lt;/strong&gt;. A simple 4-digit PIN is not sufficient against modern brute-force attacks.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;What happens after 3 wrong password attempts?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;The device initiates a &lt;strong&gt;Security Wipe&lt;/strong&gt;. All data on the phone is instantly and irreversibly cryptographically wiped. This protects you if someone tries to force-guess your password.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;What is the Nuke PIN?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;The &lt;strong&gt;Nuke PIN&lt;/strong&gt; is a duress code. If someone forces you to unlock your phone under threat, you enter this specific password. All data on the phone will be instantly and irreversibly wiped.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;What is the Panic Button?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;This is a physical trigger (a specific combination of button presses) that allows you to wipe the phone instantly from your pocket, without needing to look at the screen.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Why does it reboot automatically every 4 hours?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;If the phone is not unlocked for 4 hours, it reboots. This flushes the RAM (volatile memory) where encryption keys are temporarily held while the phone is active. This puts the phone back into a &#34;Before First Unlock&#34; (BFU) state, which is the most secure state against extraction.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Can I track/locate the phone?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;No.&lt;/strong&gt; The GNSS (Global Navigation Satellite System, commonly known as GPS) driver is disabled at the &lt;strong&gt;Kernel level&lt;/strong&gt;. The Kernel is the core program that manages the phone&#39;s hardware. By disabling it there, we ensure that the hardware simply cannot communicate your location to the software.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;How do I update ArpokratOS?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;You cannot update via the internet (OTA). To update, you must re-flash the phone. We disabled Over-The-Air updates because they represent a significant remote attack vector. Security requires effort.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Can I browse the internet?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Yes, using the pre-installed privacy browser and the search engine DuckDuckGo. We strongly advise against using Google or Bing, as this defeats the purpose of the phone.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Can I install apps?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Technically, yes, by downloading the &lt;strong&gt;APK&lt;/strong&gt; file (Android Package Kit, the installer file for apps) directly. However, &lt;strong&gt;we strongly advise against installing third-party apps&lt;/strong&gt;. Every app you install increases your attack surface and potential for data leakage.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Can I make calls and send SMS?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Yes, standard GSM calls and SMS work if you insert a SIM card. However, these are not encrypted and can be intercepted by telecom providers. We recommend using the native &lt;strong&gt;Arpokrat Messenger&lt;/strong&gt; for all communication.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Can I receive emails?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;Not yet.&lt;/strong&gt; We are currently developing a secure, metadata-free email client. For now, ArpokratOS is focused on instant communication.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;What if I change my phone?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;The license is tied to the device to ensure security integrity. If you switch to a new phone, you will need to purchase a new license.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto&#34;&gt;
        &lt;h2 class=&#34;text-theme-primary mb-4&#34;&gt;&lt;i class=&#34;fas fa-shield-alt me-2&#34;&gt;&lt;/i&gt;Arpokrat Messenger&lt;/h2&gt;
        &lt;div class=&#34;faq-accordion&#34;&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Is Arpokrat Messenger available on iPhone and other Androids?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;Yes.&lt;/strong&gt; While ArpokratOS is exclusive to Pixel, the &lt;strong&gt;Arpokrat Messenger application&lt;/strong&gt; is available on the &lt;strong&gt;iOS App Store&lt;/strong&gt;, &lt;strong&gt;Google Play Store&lt;/strong&gt; and &lt;strong&gt;F-Droid&lt;/strong&gt;. It is compatible with all modern smartphones. We are also developing desktop versions for Windows, Mac, and Linux, coming soon.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;What is Post-Quantum Encryption (PQC)?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Standard encryption used by apps like Signal or WhatsApp will likely be broken by future Quantum Computers (a threat known as &#34;Harvest Now, Decrypt Later&#34;). Arpokrat Messenger protects you against this &lt;strong&gt;future threat today&lt;/strong&gt; by using next-generation algorithms (Kyber/Dilithium) that are mathematically resistant to quantum attacks.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Do I need a phone number or email?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;No.&lt;/strong&gt; Absolutely nothing. Your identity is a cryptographic key pair generated locally on your device. We do not know who you are, and we do not link your account to any real-world identity.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Is everything encrypted?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;Yes.&lt;/strong&gt; Every message, file transfer, voice call, video call, and transaction is End-to-End Encrypted (E2EE). Only you and the recipient can decrypt the content. Even we cannot see it.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;What metadata do you store?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;None.&lt;/strong&gt; We use the &lt;strong&gt;SimpleX protocol&lt;/strong&gt;, which changes the paradigm entirely. Unlike other apps, Arpokrat Messenger has &lt;strong&gt;no user identifiers&lt;/strong&gt; (no phone numbers, no emails, not even random user IDs). The relays only see temporary, anonymous message queues. They cannot build a &#34;social graph&#34; of who is talking to whom.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;How do I add a contact without a phone number?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Since there are no phone numbers, you connect via a &lt;strong&gt;Direct Exchange&lt;/strong&gt;. You can scan your contact&#39;s QR Code in person, or generate a unique &#34;Deep Link&#34; inside the app and share it via another secure channel.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;What happens if I am offline?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;If you are offline, messages sent to you are temporarily stored on our &lt;strong&gt;decentralized blind relays&lt;/strong&gt;. These relays hold encrypted &#34;blobs&#34; of data they cannot read. Once you come online, the message is delivered and instantly deleted from the relay.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Does it have the same features as WhatsApp or Telegram?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;Yes.&lt;/strong&gt; You do not have to sacrifice usability for security. Arpokrat Messenger supports voice messages, file sharing, stickers, replies, and group chats, just like the apps you are used to.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt; 
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Can I use the Tor network?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;Yes.&lt;/strong&gt; You can route all traffic through the Tor network by simply enabling the option in the settings. This masks your IP address from the relays and your internet provider.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Can I lock the app?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Yes, you can secure the app with a separate PIN, adding a second layer of defense even if your phone is unlocked.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Can I backup my chats?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Yes, you can create a local encrypted backup of your conversations to transfer them to a new device. However, you are responsible for storing this backup securely.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Is the Wallet a separate app?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;No.&lt;/strong&gt; The Wallet and Swap features are &lt;strong&gt;built directly into the Arpokrat Messenger application&lt;/strong&gt;. You do not need to download or manage a separate app. You can chat and send funds in the same secure environment.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Is the built-in wallet non-custodial?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;Yes.&lt;/strong&gt; &#34;Not your keys, not your coins.&#34; You possess the private keys (Seed Phrase) to your wallet. Arpokrat has absolutely no access to your funds and cannot freeze your account.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Which cryptocurrencies are supported?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Currently, we support &lt;strong&gt;Monero (XMR)&lt;/strong&gt; for privacy and &lt;strong&gt;USDT&lt;/strong&gt; for stability. We plan to add more assets in future updates.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Can I send fiat currency (USD, EUR)?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;No.&lt;/strong&gt; We only support cryptocurrencies. Integrating fiat currency would require partnerships with traditional banks and enforcing KYC (identity verification), which strictly violates our zero-data policy.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Can I send money to contacts?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Yes, you can send crypto &lt;strong&gt;directly within the chat interface&lt;/strong&gt;, as easily as sending a photo. Transfers are settled instantly on the blockchain.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Can I swap currencies?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Yes, the &lt;strong&gt;integrated Swap feature&lt;/strong&gt; allows you to exchange XMR for USDT (and vice versa) instantly without leaving the application.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Do I need to provide personal info (KYC)?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;No.&lt;/strong&gt; There are no KYC (Know Your Customer) checks, no ID scans, and no transaction limits. You have total financial sovereignty.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;What are the fees?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;We charge a flat fee of &lt;strong&gt;0.25%&lt;/strong&gt; per swap and &lt;strong&gt;0.25%&lt;/strong&gt; per transfer to support the development of the ecosystem. These are among the lowest fees in the industry for non-custodial services.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto&#34;&gt;
        &lt;h2 class=&#34;text-theme-primary mb-4&#34;&gt;&lt;i class=&#34;fas fa-network-wired me-2&#34;&gt;&lt;/i&gt;Infrastructure &amp; Blind Relays&lt;/h2&gt;
        &lt;div class=&#34;faq-accordion&#34;&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;What is a decentralized relay network?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Unlike centralized apps (WhatsApp/Signal/Telegram) where all data flows through one company&#39;s servers, Arpokrat uses a mesh of independent relays. These are secure &#34;drop-off points&#34; for messages. If one node goes down, the network routes around it. There is no central point of failure or control.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Why do we need relays?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Mobile devices cannot always maintain a direct connection to each other (due to firewalls, NAT, or being offline). Relays act as blind intermediaries. They hold encrypted data packets temporarily until the recipient comes online to retrieve them, ensuring 100% delivery reliability without central storage.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;How do &#34;Blind&#34; relays work?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;The relays are &#39;blind&#39; because they operate on a &lt;strong&gt;Zero-Knowledge basis&lt;/strong&gt;. They receive a cryptographically locked box and drop it into a temporary anonymous queue. They do not have the keys to open the box, and critically, they do not know the identity of the sender nor the recipient. They simply route encrypted data packets without understanding the social graph.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Where are your servers located?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;Our nodes are strategically distributed in jurisdictions that prioritize data sovereignty: &lt;strong&gt;Switzerland, Iceland, Panama, South Africa, and Malaysia&lt;/strong&gt;. Learn more about our locations on our &lt;a href=&#34;https://arpokrat.com/infrastructure&#34; class=&#34;text-theme-primary&#34;&gt;Infrastructure Page&lt;/a&gt;.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Why did you choose these jurisdictions?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;We selected these countries for their strong legal frameworks regarding privacy, their political neutrality, and their independence from the &#34;14 Eyes&#34; intelligence alliances. This legal diversity prevents any single government from pressuring the entire network. Full details available at &lt;a href=&#34;https://arpokrat.com/infrastructure&#34; class=&#34;text-theme-primary&#34;&gt;Infrastructure&lt;/a&gt;.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Are the servers secure?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;Yes.&lt;/strong&gt; We use a high-grade setup:&lt;/p&gt;&lt;ul class=&#34;product-features-list mt-2&#34;&gt;&lt;li&gt;&lt;strong&gt;Read-Only OS:&lt;/strong&gt; The operating system is immutable. Even if a hacker gained access, they could not install malware or backdoors.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;RAM-Only:&lt;/strong&gt; The servers have no hard drives for storage. All data lives in the volatile memory (RAM). If the power is cut all data vanishes instantly.&lt;/li&gt;&lt;/ul&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Do you keep server logs or IP metadata?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;No.&lt;/strong&gt; We have disabled logging at the server daemon level. We do not record IP addresses, connection timestamps, or routing history. Since the architecture is RAM-only, there is physically nowhere to write these logs.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;Can I launch my own private relay?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;Yes.&lt;/strong&gt; For enterprises or organizations requiring total sovereignty, we offer a bespoke service to deploy dedicated private relays. This allows you to keep all encrypted traffic within your own infrastructure. Please &lt;a href=&#34;https://arpokrat.com/contact&#34; class=&#34;text-theme-primary&#34;&gt;Contact Us&lt;/a&gt; for a quote.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto&#34;&gt;
        &lt;h2 class=&#34;text-theme-primary mb-4&#34;&gt;&lt;i class=&#34;fas fa-coins me-2&#34;&gt;&lt;/i&gt;Payment &amp; License&lt;/h2&gt;
        &lt;div class=&#34;faq-accordion&#34;&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;What payment methods do you accept?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;We primarily accept cryptocurrencies &lt;strong&gt;(Bitcoin, Ethereum, Monero, USDT, USDC, POL)&lt;/strong&gt; for speed and maximum privacy.&lt;/p&gt;
              &lt;p&gt;However, we also accept secure credit card payments &lt;strong&gt;(Visa/Mastercard)&lt;/strong&gt;. Card transactions are processed by a fully regulated &lt;strong&gt;Swiss PSP (Payment Service Provider)&lt;/strong&gt; to ensure your financial data remains under strict Swiss legal protection.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;How long does delivery take?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;&lt;strong&gt;Instantly.&lt;/strong&gt; As soon as the transaction is confirmed, our system automatically generates your license key and grants you access to the WebFlasher. You can install the OS on your phone immediately after paying.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
          &lt;details class=&#34;faq-item&#34;&gt;
            &lt;summary class=&#34;faq-question&#34;&gt;I don&#39;t have crypto. Where can I buy some?&lt;/summary&gt;
            &lt;div class=&#34;faq-answer&#34;&gt;
              &lt;p&gt;If you are new to crypto, we recommend using &lt;a href=&#34;https://www.mtpelerin.com/&#34; target=&#34;_blank&#34; rel=&#34;nofollow noopener&#34; class=&#34;text-theme-primary&#34;&gt;Mt Pelerin&lt;/a&gt;. It is a regulated Swiss intermediary that allows you to buy crypto via bank transfer with &lt;strong&gt;No KYC&lt;/strong&gt; (no identity verification) for amounts up to CHF 1,000 (approx. €1,000) per day, or by card with minimal KYC. It aligns with our values of Swiss reliability and privacy.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/details&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center&#34;&gt;
        &lt;h2 class=&#34;text-white mb-4&#34;&gt;Still have questions?&lt;/h2&gt;
        &lt;div class=&#34;d-flex justify-content-center flex-wrap gap-3 mobile-center-btn&#34;&gt;
          &lt;a href=&#34;https://arpokrat.com/contact&#34; class=&#34;btn-cta-red m-2&#34;&gt;Contact Support&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;script type=&#34;application/ld+json&#34;&gt;
{
  &#34;@context&#34;: &#34;https://schema.org&#34;,
  &#34;@type&#34;: &#34;FAQPage&#34;,
  &#34;mainEntity&#34;: [
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Who is behind Arpokrat?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;We are a private company based in Zug, Switzerland, operating with complete independence. We have no ties to and receive no funding from Big Tech. We believe that personal data should never be used for enrichment.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Why did you choose Switzerland?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Switzerland offers three critical advantages: it is outside the &#39;14 Eyes&#39; mass surveillance alliances, offers strong legal protection via the FADP, and maintains political neutrality.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Why did you create these products?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Because the current internet is broken. We believe privacy is a fundamental human right, not a setting to be toggled. We built Arpokrat so you can communicate without being traced, profiled, or sold.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Should I trust Arpokrat?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;No. &#39;Trust us&#39; is a security hole. That is why we built a Zero-Trust Architecture. We prove our integrity through open-source code and mathematics. Our systems are designed so that even if we wanted to spy on you, we couldn&#39;t.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Do you use Cookies on your website?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;No. Absolute Zero. You will not find a &#39;Cookie Banner&#39; on this site because we have nothing to declare. We do not track your behavior, we do not use analytics, and we do not serve ads.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Do you sell physical phones?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;No. We provide the software (ArpokratOS), but you must provide the hardware (Google Pixel). This is a deliberate security choice called Supply Chain Security to prevent interdiction.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;What is your Data Privacy Policy?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;We cannot leak what we do not collect. We keep zero logs. We know zero metadata. We require zero personal information. Our servers run on RAM-disk and are wiped instantly upon power loss.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Do you offer solutions for Enterprises?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Yes, coming soon. We are currently developing a dedicated B2B ecosystem for corporations, journalists, and legal firms requiring defense against industrial espionage.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Do I need to create an account?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;No. There are no user accounts, no passwords to reset, and no emails to verify.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Which devices are supported?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Currently, we strictly support the Google Pixel 8. We are working on expanding support to the Pixel 8 Pro, 8a, and the Pixel 9 series in the near future.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Why only Google Pixel? Why not iPhone, Samsung, or Xiaomi?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Security requires specific hardware. The Google Pixel 8 is equipped with the Titan M2 security chip, which allows for Verified Boot with custom cryptographic keys, unlike other &#39;walled garden&#39; brands.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Do I need technical skills to install it?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;No. You do not need to be a developer. We have simplified the process into a few detailed steps.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;What does &#39;flashing&#39; mean?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;&#39;Flashing&#39; is the process of completely wiping the stock Android operating system provided by Google and replacing it with ArpokratOS.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;How do I flash my phone?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;You will need a computer and a USB cable. Simply follow our step-by-step guide available on our How to Install page.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Is my data encrypted?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Yes. The entire disk is encrypted using high-entropy keys derived from your password and the Titan M2 chip.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;What happens if I lose my phone?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Consider it a brick. Since we do not hold your keys, no one can decrypt it. Your data remains inaccessible forever.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;What type of password should I choose?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;We recommend a strong alphanumeric password (letters, numbers, symbols) of at least 8 characters.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;What happens after 3 wrong password attempts?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;The device initiates a Security Wipe. All data on the phone is instantly and irreversibly cryptographically wiped.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;What is the Nuke PIN?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;The Nuke PIN is a duress code. If someone forces you to unlock your phone under threat, you enter this specific password to instantly wipe all data.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;What is the Panic Button?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;This is a physical trigger (a specific combination of button presses) that allows you to wipe the phone instantly from your pocket, without needing to look at the screen.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Why does it reboot automatically every 4 hours?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;If the phone is not unlocked for 4 hours, it reboots. This flushes the RAM where encryption keys are temporarily held, putting the phone back into a secure &#39;Before First Unlock&#39; (BFU) state.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Can I track/locate the phone?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;No. The GNSS (GPS) driver is disabled at the Kernel level. The hardware cannot communicate your location to the software.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;How do I update ArpokratOS?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;You cannot update via the internet (OTA). To update, you must re-flash the phone. We disabled OTA updates because they represent a significant remote attack vector.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Can I browse the internet?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Yes, using the pre-installed privacy browser and the search engine DuckDuckGo.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Can I install apps?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Technically, yes, by downloading the APK file directly. However, we strongly advise against installing third-party apps.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Can I make calls and send SMS?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Yes, standard GSM calls and SMS work if you insert a SIM card. However, these are not encrypted. We recommend using the native Arpokrat Messenger for all communication.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Can I receive emails?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Not yet. We are currently developing a secure, metadata-free email client.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;What if I change my phone?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;The license is tied to the device to ensure security integrity. If you switch to a new phone, you will need to purchase a new license.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Is Arpokrat Messenger available on iPhone and other Androids?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Yes. The Arpokrat Messenger application is available on the iOS App Store, Google Play Store and F-Droid. It is compatible with all modern smartphones.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;What is Post-Quantum Encryption (PQC)?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Arpokrat Messenger protects you against future quantum computer attacks by using next-generation algorithms (Kyber/Dilithium) that are mathematically resistant to quantum attacks.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Do I need a phone number or email?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;No. Your identity is a cryptographic key pair generated locally on your device. We do not know who you are.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Is everything encrypted?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Yes. Every message, file transfer, voice call, video call, and transaction is End-to-End Encrypted (E2EE).&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;What metadata do you store?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;None. We use the SimpleX protocol, which has no user identifiers. The relays cannot build a &#39;social graph&#39; of who is talking to whom.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;How do I add a contact without a phone number?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;You can scan your contact&#39;s QR Code in person, or generate a unique &#39;Deep Link&#39; inside the app and share it via another secure channel.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;What happens if I am offline?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Messages are temporarily stored on our decentralized blind relays. Once you come online, the message is delivered and instantly deleted from the relay.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Does it have the same features as WhatsApp or Telegram?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Yes. Arpokrat Messenger supports voice messages, file sharing, stickers, replies, and group chats.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Can I use the Tor network?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Yes. You can route all traffic through the Tor network by simply enabling the option in the settings.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Can I lock the app?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Yes, you can secure the app with a separate PIN, adding a second layer of defense even if your phone is unlocked.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Can I backup my chats?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Yes, you can create a local encrypted backup of your conversations to transfer them to a new device.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Is the Wallet a separate app?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;No. The Wallet and Swap features are built directly into the Arpokrat Messenger application.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Is the built-in wallet non-custodial?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Yes. You possess the private keys (Seed Phrase) to your wallet. Arpokrat has absolutely no access to your funds.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Which cryptocurrencies are supported?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Currently, we support Monero (XMR) for privacy and USDT for stability.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Can I send fiat currency (USD, EUR)?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;No. Integrating fiat currency would require enforcing KYC, which strictly violates our zero-data policy.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Can I send money to contacts?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Yes, you can send crypto directly within the chat interface. Transfers are settled instantly on the blockchain.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Can I swap currencies?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Yes, the integrated Swap feature allows you to exchange XMR for USDT (and vice versa) instantly without leaving the application.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Do I need to provide personal info (KYC)?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;No. There are no KYC checks, no ID scans, and no transaction limits.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;What are the fees?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;We charge a flat fee of 0.25% per swap and 0.25% per transfer.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;What is a decentralized relay network?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Arpokrat uses a mesh of independent relays. These are secure &#39;drop-off points&#39; for messages. If one node goes down, the network routes around it.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Why do we need relays?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Relays act as blind intermediaries. They hold encrypted data packets temporarily until the recipient comes online to retrieve them.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;How do &#39;Blind&#39; relays work?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;They operate on a Zero-Knowledge basis. They route encrypted packets without knowing the identity of the sender nor the recipient.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Where are your servers located?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Our nodes are strategically distributed in: Switzerland, Iceland, Panama, South Africa, and Malaysia.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Why did you choose these jurisdictions?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;We selected these countries for their strong legal frameworks regarding privacy, political neutrality, and independence from the &#39;14 Eyes&#39; intelligence alliances.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Are the servers secure?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Yes. We use a Read-Only OS and RAM-Only servers (no hard drives). If power is cut, all data vanishes instantly.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Do you keep server logs or IP metadata?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;No. We have disabled logging. Since the architecture is RAM-only, there is physically nowhere to write these logs.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;Can I launch my own private relay?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Yes. For enterprises or organizations, we offer a bespoke service to deploy dedicated private relays.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;What payment methods do you accept?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;We primarily accept cryptocurrencies (Bitcoin, Ethereum, Monero, USDT, USDC, POL). We also accept secure credit card payments (Visa/Mastercard) via a regulated Swiss PSP.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;How long does delivery take?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;Instantly. As soon as the transaction is confirmed, our system automatically generates your license key.&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Question&#34;,
      &#34;name&#34;: &#34;I don&#39;t have crypto. Where can I buy some?&#34;,
      &#34;acceptedAnswer&#34;: {
        &#34;@type&#34;: &#34;Answer&#34;,
        &#34;text&#34;: &#34;We recommend using Mt Pelerin. It is a regulated Swiss intermediary that allows you to buy crypto via bank transfer with No KYC for amounts up to CHF 1,000 per day.&#34;
      }
    }
  ]
}
&lt;/script&gt;</description>
    </item>
    <item>
      <title>How to Install ArpokratOS | Secure Flashing Guide &amp; Setup</title>
      <link>https://arpokrat.com/install/</link>
      <pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://arpokrat.com/install/</guid>
      <description>&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center mb-5&#34;&gt;
        &lt;h2 class=&#34;text-white&#34;&gt;Our &lt;span class=&#34;text-theme-primary&#34;&gt;Installation&lt;/span&gt; Process&lt;/h2&gt;
        &lt;p class=&#34;lead text-light mb-4&#34;&gt;Follow these steps to install your OS.&lt;/p&gt;
        &lt;div class=&#34;prerequisites-box&#34;&gt;
          &lt;h5 class=&#34;text-white mb-3&#34;&gt;Prerequisites:&lt;/h5&gt;
          &lt;ul class=&#34;product-features-list mb-0&#34;&gt;
            &lt;li&gt;&lt;i class=&#34;fas fa-mobile-alt icon-check&#34;&gt;&lt;/i&gt; A Google Pixel 8&lt;/li&gt;
            &lt;li&gt;&lt;i class=&#34;fab fa-chrome icon-check&#34;&gt;&lt;/i&gt; A computer with Google Chrome (or Chromium)&lt;/li&gt;
            &lt;li&gt;&lt;i class=&#34;fas fa-wifi icon-check&#34;&gt;&lt;/i&gt; A good internet connection&lt;/li&gt;
            &lt;li&gt;&lt;i class=&#34;fab fa-usb icon-check&#34;&gt;&lt;/i&gt; A high-quality USB cable&lt;/li&gt;
          &lt;/ul&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto&#34;&gt;
        &lt;div class=&#34;how-it-works-timeline&#34;&gt;
          &lt;div class=&#34;timeline-step&#34;&gt;
            &lt;div class=&#34;timeline-step-number&#34;&gt;01&lt;/div&gt;
            &lt;div class=&#34;timeline-content&#34;&gt;
              &lt;h4 class=&#34;text-white&#34;&gt;Purchase ArpokratOS&lt;/h4&gt;
              &lt;p class=&#34;text-light&#34;&gt;Once you have purchased your version of ArpokratOS, you will receive a unique link via email. Access this page in Google Chrome to begin the process.&lt;/p&gt;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&#34;timeline-step&#34;&gt;
            &lt;div class=&#34;timeline-step-number&#34;&gt;02&lt;/div&gt;
            &lt;div class=&#34;timeline-content&#34;&gt;
              &lt;h4 class=&#34;text-white&#34;&gt;Prepare Your Pixel 8&lt;/h4&gt;
              &lt;p class=&#34;text-light&#34;&gt;You must enable Developer Options and OEM Unlocking to allow the OS replacement:&lt;/p&gt;
              &lt;ul class=&#34;product-features-list mt-2&#34;&gt;
                &lt;li&gt;
                  &lt;span&gt;Go to &lt;strong&gt;Settings &gt; About phone&lt;/strong&gt; and tap &lt;strong&gt;&#34;Build number&#34;&lt;/strong&gt; 7 times.&lt;/span&gt;
                &lt;/li&gt;
               &lt;li&gt;
                 &lt;span&gt;Go back to &lt;strong&gt;Settings &gt; System &gt; Developer options&lt;/strong&gt;.&lt;/span&gt;
               &lt;/li&gt;
               &lt;li&gt;
                  &lt;span&gt;Enable the &lt;strong&gt;&#34;OEM unlocking&#34;&lt;/strong&gt; toggle.&lt;/span&gt;
                &lt;/li&gt;
              &lt;/ul&gt;
           &lt;/div&gt;
           &lt;/div&gt;
          &lt;div class=&#34;timeline-step&#34;&gt;
            &lt;div class=&#34;timeline-step-number&#34;&gt;03&lt;/div&gt;
            &lt;div class=&#34;timeline-content&#34;&gt;
              &lt;h4 class=&#34;text-white&#34;&gt;Install ArpokratOS&lt;/h4&gt;
              &lt;p class=&#34;text-light&#34;&gt;Plug your Google Pixel 8 into your computer via USB. From the install page provided in your email, click the &#34;Install ArpokratOS&#34; button and follow the on-screen prompts.&lt;/p&gt;
              &lt;div class=&#34;alert-custom&#34;&gt;
                  &lt;i class=&#34;fas fa-exclamation-triangle me-2&#34;&gt;&lt;/i&gt;
                  &lt;strong&gt;WARNING:&lt;/strong&gt; This process will completely and irreversibly erase all data on your device. Back up any important files first.
              &lt;/div&gt;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&#34;timeline-step&#34;&gt;
            &lt;div class=&#34;timeline-step-number&#34;&gt;04&lt;/div&gt;
            &lt;div class=&#34;timeline-content&#34;&gt;
              &lt;h4 class=&#34;text-white&#34;&gt;First Start&lt;/h4&gt;
              &lt;p class=&#34;text-light&#34;&gt;Once the installation is complete (WebFlasher will confirm &#34;Success&#34;), unplug your phone and boot it up. The first-time setup takes only a minute. &lt;strong&gt;Your device is now secure and ready to use!&lt;/strong&gt;&lt;/p&gt;
            &lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center&#34;&gt;
        &lt;h2 class=&#34;text-white&#34;&gt;Ready to secure your device?&lt;/h2&gt;
        &lt;p class=&#34;lead text-light mb-4&#34;&gt;Get your license key and start the installation instantly.&lt;/p&gt;
        &lt;div class=&#34;mt-4 mobile-center-btn&#34;&gt;
          &lt;a href=&#34;https://arpokrat.com/contact&#34; class=&#34;btn-cta-red&#34;&gt;
            Purchase License
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;</description>
    </item>
    <item>
      <title>Infrastructure | Sovereign Hardware &amp; Strategic Jurisdiction</title>
      <link>https://arpokrat.com/infrastructure/</link>
      <pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://arpokrat.com/infrastructure/</guid>
      <description>&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row align-items-center&#34;&gt;
      &lt;div class=&#34;col-md-6 mb-5 mb-md-0&#34;&gt;
        &lt;h2 class=&#34;text-white mb-4&#34;&gt;The &lt;span class=&#34;text-theme-primary&#34;&gt;Swiss Core.&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;text-light mb-4&#34;&gt;
            Our public web platform operates exclusively on independent Swiss infrastructure. 
            &lt;strong&gt;No AWS, No Azure, No Google Cloud, No Cloudflare.&lt;/strong&gt;
            Our legal entity benefits from the Crypto Valley framework in Zug, while our web servers are secured in Geneva.
        &lt;/p&gt;
        &lt;div class=&#34;location-detail mt-4&#34;&gt;
            &lt;div class=&#34;d-flex align-items-start mb-4&#34;&gt;
                &lt;div class=&#34;loc-icon me-3&#34;&gt;
                    &lt;i class=&#34;fas fa-landmark text-theme-primary fa-1x&#34;&gt;&lt;/i&gt;
                &lt;/div&gt;
                &lt;div&gt;
                    &lt;h5 class=&#34;text-white mb-1&#34;&gt;HQ: Zug, Switzerland&lt;/h5&gt;
                    &lt;p class=&#34;text-light-muted small mb-0&#34;&gt;
                        Legal domicile. Known globally for its progressive regulatory framework for cryptography.
                    &lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&#34;d-flex align-items-start&#34;&gt;
                &lt;div class=&#34;loc-icon me-3&#34;&gt;
                    &lt;i class=&#34;fas fa-globe text-theme-primary fa-1x&#34;&gt;&lt;/i&gt;
                &lt;/div&gt;
                &lt;div&gt;
                    &lt;h5 class=&#34;text-white mb-1&#34;&gt;Web Servers: Geneva, Switzerland&lt;/h5&gt;
                    &lt;p class=&#34;text-light-muted small mb-0&#34;&gt;
                        Hosted by Infomaniak in Tier III+ ISO-certified data centers. Protected by the strict Swiss Federal Act on Data Protection (FADP).
                    &lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-md-6 text-center ps-md-5&#34;&gt;
        &lt;img src=&#34;https://arpokrat.com/images/icons/swiss-coat-of-arms.svg&#34; alt=&#34;Official Swiss Flag representing sovereignty and neutrality&#34; class=&#34;img-fluid shadow-lg&#34; style=&#34;max-height: 300px; width: auto; border-radius: 30px;&#34;&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section class=&#34;bg-medium&#34;&gt;
    &lt;div class=&#34;container&#34;&gt;
         &lt;div class=&#34;row mb-5&#34;&gt;
            &lt;div class=&#34;col-lg-8 mx-auto text-center&#34;&gt;
                &lt;h2 class=&#34;text-white&#34;&gt;&lt;span class=&#34;text-theme-primary&#34;&gt;Strategic &amp; Decentralized&lt;/span&gt; Relay Locations&lt;/h2&gt;
                &lt;p class=&#34;text-light&#34;&gt;
                    Our relay network transports your encrypted messages globally. 
                    These nodes are strategically positioned in sovereign jurisdictions selected for their strong neutrality and strict digital privacy frameworks.
                &lt;/p&gt;
            &lt;/div&gt;
         &lt;/div&gt;
         &lt;div class=&#34;row gy-5 justify-content-center&#34;&gt;
            &lt;div class=&#34;col-lg-6 d-flex align-items-stretch&#34;&gt;
                &lt;div class=&#34;location-card w-100&#34;&gt;
                    &lt;div class=&#34;flag-wrapper&#34;&gt;
                        &lt;img src=&#34;https://arpokrat.com/images/flags/ch.svg&#34; alt=&#34;Flag of Switzerland&#34; class=&#34;flag-img&#34;&gt;
                    &lt;/div&gt;
                    &lt;div class=&#34;content-wrapper&#34;&gt;
                        &lt;h5 class=&#34;text-white mb-3&#34;&gt;Switzerland&lt;/h5&gt;
                        &lt;ul class=&#34;specs-list&#34;&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-shield-alt text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Protection:&lt;/strong&gt; Strict FADP law. Not part of EU/EEA, ensuring complete legislative independence.&lt;/li&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-database text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Log Retention:&lt;/strong&gt; No mandatory data retention for mere conduit (relay) services.&lt;/li&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-bolt text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Infrastructure:&lt;/strong&gt; Direct peering at CERN (CIXP). High-bandwidth capacity.&lt;/li&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-globe text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Coverage:&lt;/strong&gt; Ultra-low latency hub for all Central and Western Europe.&lt;/li&gt;
                        &lt;/ul&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&#34;col-lg-6 d-flex align-items-stretch&#34;&gt;
                &lt;div class=&#34;location-card w-100&#34;&gt;
                    &lt;div class=&#34;flag-wrapper&#34;&gt;
                        &lt;img src=&#34;https://arpokrat.com/images/flags/is.svg&#34; alt=&#34;Flag of Iceland&#34; class=&#34;flag-img&#34;&gt;
                    &lt;/div&gt;
                    &lt;div class=&#34;content-wrapper&#34;&gt;
                        &lt;h5 class=&#34;text-white mb-3&#34;&gt;Iceland&lt;/h5&gt;
                        &lt;ul class=&#34;specs-list&#34;&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-shield-alt text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Protection:&lt;/strong&gt; IMMI laws specifically engineered to protect whistleblowers.&lt;/li&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-database text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Log Retention:&lt;/strong&gt; Data Retention Directive declared invalid. Zero logging required.&lt;/li&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-bolt text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Infrastructure:&lt;/strong&gt; 100% renewable energy fiber grid with massive throughput.&lt;/li&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-globe text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Coverage:&lt;/strong&gt; Strategic mid-Atlantic bridge connecting Europe and North America.&lt;/li&gt;
                        &lt;/ul&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&#34;col-lg-6 d-flex align-items-stretch&#34;&gt;
                &lt;div class=&#34;location-card w-100&#34;&gt;
                    &lt;div class=&#34;flag-wrapper&#34;&gt;
                        &lt;img src=&#34;https://arpokrat.com/images/flags/pa.svg&#34; alt=&#34;Flag of Panama&#34; class=&#34;flag-img&#34;&gt;
                    &lt;/div&gt;
                    &lt;div class=&#34;content-wrapper&#34;&gt;
                        &lt;h5 class=&#34;text-white mb-3&#34;&gt;Panama&lt;/h5&gt;
                        &lt;ul class=&#34;specs-list&#34;&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-shield-alt text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Protection:&lt;/strong&gt; Law 81. Offshore jurisdiction providing robust legal isolation from US/EU frameworks.&lt;/li&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-database text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Log Retention:&lt;/strong&gt; No legal obligation to record traffic logs or user IPs.&lt;/li&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-bolt text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Infrastructure:&lt;/strong&gt; Connected to 7 major submarine cables (Hub of the Americas).&lt;/li&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-globe text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Coverage:&lt;/strong&gt; Critical gateway serving North, Central, and South America.&lt;/li&gt;
                        &lt;/ul&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&#34;col-lg-6 d-flex align-items-stretch&#34;&gt;
                &lt;div class=&#34;location-card w-100&#34;&gt;
                    &lt;div class=&#34;flag-wrapper&#34;&gt;
                        &lt;img src=&#34;https://arpokrat.com/images/flags/my.svg&#34; alt=&#34;Flag of Malaysia&#34; class=&#34;flag-img&#34;&gt;
                    &lt;/div&gt;
                    &lt;div class=&#34;content-wrapper&#34;&gt;
                        &lt;h5 class=&#34;text-white mb-3&#34;&gt;Malaysia&lt;/h5&gt;
                        &lt;ul class=&#34;specs-list&#34;&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-shield-alt text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Protection:&lt;/strong&gt; PDPA 2010. Distinct legal system outside of &#34;14 Eyes&#34; alliances.&lt;/li&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-database text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Log Retention:&lt;/strong&gt; No retention requirements for transit data or OTT services.&lt;/li&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-bolt text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Infrastructure:&lt;/strong&gt; Cyberjaya MSC Status. Tier-IV data centers compliant with ISO 27001.&lt;/li&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-globe text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Coverage:&lt;/strong&gt; High-speed access point for the entire Asia-Pacific (APAC) region.&lt;/li&gt;
                        &lt;/ul&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&#34;col-lg-6 d-flex align-items-stretch&#34;&gt;
                &lt;div class=&#34;location-card w-100&#34;&gt;
                    &lt;div class=&#34;flag-wrapper&#34;&gt;
                        &lt;img src=&#34;https://arpokrat.com/images/flags/za.svg&#34; alt=&#34;Flag of South Africa&#34; class=&#34;flag-img&#34;&gt;
                    &lt;/div&gt;
                    &lt;div class=&#34;content-wrapper&#34;&gt;
                        &lt;h5 class=&#34;text-white mb-3&#34;&gt;South Africa&lt;/h5&gt;
                        &lt;ul class=&#34;specs-list&#34;&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-shield-alt text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Protection:&lt;/strong&gt; POPIA Act. Constitutional right to privacy enforced by high courts.&lt;/li&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-database text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Log Retention:&lt;/strong&gt; RICA applies to ISPs, not to private encrypted relay nodes.&lt;/li&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-bolt text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Infrastructure:&lt;/strong&gt; Home to NAPAfrica, the continent&#39;s largest Internet Exchange Point.&lt;/li&gt;
                            &lt;li&gt;&lt;i class=&#34;fas fa-globe text-theme-primary&#34;&gt;&lt;/i&gt; &lt;strong&gt;Coverage:&lt;/strong&gt; Provides critical geo-redundancy in the Southern Hemisphere.&lt;/li&gt;
                        &lt;/ul&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
         &lt;/div&gt;
    &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row align-items-center&#34;&gt;
      &lt;div class=&#34;col-lg-7 order-2 order-lg-1&#34;&gt;
        &lt;h2 class=&#34;text-white&#34;&gt;Hardware &lt;span class=&#34;text-theme-primary&#34;&gt;Manifesto.&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;text-light mt-4 mb-5&#34;&gt;
            Security is not just software. It&#39;s how the machine behaves when physically compromised.
        &lt;/p&gt;
        &lt;div class=&#34;row gy-4&#34;&gt;
            &lt;div class=&#34;col-md-6&#34;&gt;
                &lt;ul class=&#34;product-features-list&#34;&gt;
                    &lt;li&gt;
                        &lt;i class=&#34;fas fa-server icon-check&#34;&gt;&lt;/i&gt; 
                        &lt;span&gt;&lt;strong&gt;Hybrid Architecture:&lt;/strong&gt; While our static website runs on secure VPS in Geneva, our sensitive Relay Nodes are designed to run on dedicated Bare Metal.&lt;/span&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;i class=&#34;fas fa-lock icon-check&#34;&gt;&lt;/i&gt; 
                        &lt;span&gt;&lt;strong&gt;Read-Only OS:&lt;/strong&gt; The operating system on our Relays is mounted as &#34;Read-Only&#34;. Even if compromised, an attacker cannot permanently modify the system files. A simple reboot restores purity.&lt;/span&gt;
                    &lt;/li&gt;
                &lt;/ul&gt;
            &lt;/div&gt;
            &lt;div class=&#34;col-md-6&#34;&gt;
                &lt;ul class=&#34;product-features-list&#34;&gt;
                    &lt;li&gt;
                        &lt;i class=&#34;fas fa-memory icon-check&#34;&gt;&lt;/i&gt; 
                        &lt;span&gt;&lt;strong&gt;Volatile RAM Storage:&lt;/strong&gt; We enforce a strict no-log policy. Messages pending delivery are held temporarily in volatile memory (RAM), never touching the hard drive.&lt;/span&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;i class=&#34;fas fa-plug icon-check&#34;&gt;&lt;/i&gt; 
                        &lt;span&gt;&lt;strong&gt;Power-Off Wipe:&lt;/strong&gt; Because data lives in RAM, pulling the plug instantly wipes all traces of activity. Analysis of the disk yields zero user data.&lt;/span&gt;
                    &lt;/li&gt;
                &lt;/ul&gt;
            &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-lg-5 mb-5 mb-lg-0 order-1 order-lg-2 text-center&#34;&gt;
         &lt;div class=&#34;quantum-circle-container mx-auto&#34;&gt;
            &lt;div class=&#34;text-center quantum-content&#34;&gt;
                &lt;i class=&#34;fas fa-hdd text-theme-primary fa-3x mb-3&#34;&gt;&lt;/i&gt;
                &lt;h5 class=&#34;text-white&#34;&gt;Immutable&lt;br&gt;System&lt;/h5&gt;
            &lt;/div&gt;
            &lt;div class=&#34;orbit-container&#34;&gt;
                &lt;div class=&#34;orbit-dot&#34;&gt;&lt;/div&gt;
            &lt;/div&gt;
         &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section class=&#34;bg-medium text-center&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;h2 class=&#34;text-white&#34;&gt;&lt;span class=&#34;text-theme-primary&#34;&gt;Transparency&lt;/span&gt; is our Weapon.&lt;/h2&gt;
    &lt;p class=&#34;lead text-light mb-5&#34;&gt;We operate with total transparency to guarantee your absolute privacy.&lt;/p&gt;
    &lt;div class=&#34;mobile-center-btn&#34;&gt;
        &lt;a href=&#34;https://arpokrat.com/canary&#34; class=&#34;btn-cta-secondary mx-2&#34;&gt;
            &lt;i class=&#34;fas fa-file-contract me-2&#34;&gt;&lt;/i&gt;View Warrant Canary
        &lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;</description>
    </item>
    <item>
      <title>Philosophy | Why We Build Defensive Tech</title>
      <link>https://arpokrat.com/philosophy/</link>
      <pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://arpokrat.com/philosophy/</guid>
      <description>&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row justify-content-center&#34;&gt;
      &lt;div class=&#34;col-lg-8 text-center&#34;&gt;
        &lt;h2 class=&#34;text-white mb-4&#34;&gt;The Digital Age is &lt;span class=&#34;text-theme-primary&#34;&gt;Broken.&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;lead text-light mb-4&#34;&gt;
          The internet was built to connect us, but it has been repurposed to &lt;strong class=&#34;text-theme-primary&#34;&gt;monitor us&lt;/strong&gt;. 
          Today, &#34;free&#34; services come at the &lt;strong class=&#34;text-white&#34;&gt;cost of your identity&lt;/strong&gt;. Your conversations, your location, and your habits are &lt;strong class=&#34;text-theme-primary&#34;&gt;auctioned&lt;/strong&gt; to the highest bidder.
        &lt;/p&gt;
        &lt;p class=&#34;text-light&#34;&gt;
          At Arpokrat, we reject this model. We believe that privacy is not a feature you verify in settings—it is the foundation of a free society. We don&#39;t ask for your trust; we build systems where trust is unnecessary.
        &lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section class=&#34;bg-medium text-center&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row mb-5&#34;&gt;
        &lt;div class=&#34;col-12 text-center&#34;&gt;
            &lt;h2 class=&#34;text-white&#34;&gt;Our &lt;span class=&#34;text-theme-primary&#34;&gt;Core&lt;/span&gt; Principles&lt;/h2&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&#34;row gy-5&#34;&gt;
      &lt;div class=&#34;col-md-6 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;persona-card h-100 w-100&#34;&gt;
          &lt;div class=&#34;card-icon&#34;&gt;
            &lt;i class=&#34;fas fa-fingerprint&#34;&gt;&lt;/i&gt;
          &lt;/div&gt;
          &lt;h4 class=&#34;text-white&#34;&gt;Math &gt; Trust&lt;/h4&gt;
          &lt;p class=&#34;text-light&#34;&gt;
            &#34;Trust us&#34; is a security hole. We use &lt;strong&gt;Zero-Knowledge Architecture&lt;/strong&gt;. We encrypt your data on your device before it ever touches our relays. Even if forced, we cannot decrypt your data. We trust mathematics, not policy.
          &lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-md-6 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;persona-card h-100 w-100&#34;&gt;
          &lt;div class=&#34;card-icon&#34;&gt;
            &lt;i class=&#34;fas fa-shield-alt&#34;&gt;&lt;/i&gt;
          &lt;/div&gt;
          &lt;h4 class=&#34;text-white&#34;&gt;Defensive Jurisdiction&lt;/h4&gt;
          &lt;p class=&#34;text-light&#34;&gt;
            Technology needs legal protection. We are headquartered in &lt;strong&gt;Switzerland 🇨🇭&lt;/strong&gt;. We operate outside of the &#34;14 Eyes&#34; surveillance network.
          &lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-md-6 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;persona-card h-100 w-100&#34;&gt;
          &lt;div class=&#34;card-icon&#34;&gt;
            &lt;i class=&#34;fas fa-hand-holding-usd&#34;&gt;&lt;/i&gt;
          &lt;/div&gt;
          &lt;h4 class=&#34;text-white&#34;&gt;Aligned Incentives&lt;/h4&gt;
          &lt;p class=&#34;text-light&#34;&gt;
            We don&#39;t monetize your data; we monetize our utility. Our ecosystem is sustainable through **ArpokratOS sales**, optional **Premium features**, and transparent **exchange fees on crypto swaps**. We profit when you transact securely, never by selling your profile.
          &lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-md-6 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;persona-card h-100 w-100&#34;&gt;
          &lt;div class=&#34;card-icon&#34;&gt;
            &lt;i class=&#34;fas fa-code&#34;&gt;&lt;/i&gt;
          &lt;/div&gt;
          &lt;h4 class=&#34;text-white&#34;&gt;Transparency is Security&lt;/h4&gt;
          &lt;p class=&#34;text-light&#34;&gt;
            Proprietary cryptography is dangerous. You cannot verify what you cannot see. Our core encryption libraries are open source. Real security withstands the scrutiny of the global community.
          &lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-md-6 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;persona-card h-100 w-100&#34;&gt;
          &lt;div class=&#34;card-icon&#34;&gt;
            &lt;i class=&#34;fas fa-server&#34;&gt;&lt;/i&gt;
          &lt;/div&gt;
          &lt;h4 class=&#34;text-white&#34;&gt;Self-Contained Resources&lt;/h4&gt;
          &lt;p class=&#34;text-light&#34;&gt;
            Most privacy sites leak your IP via third-party CDNs (Google Fonts, FontAwesome, JQuery). Not us. &lt;strong&gt;Every asset is self-hosted&lt;/strong&gt; on our own servers. When you visit Arpokrat, you talk only to Arpokrat.
          &lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-md-6 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;persona-card h-100 w-100&#34;&gt;
          &lt;div class=&#34;card-icon&#34;&gt;
            &lt;i class=&#34;fas fa-cookie-bite&#34;&gt;&lt;/i&gt;
          &lt;/div&gt;
          &lt;h4 class=&#34;text-white&#34;&gt;Zero Cookie Policy&lt;/h4&gt;
          &lt;p class=&#34;text-light&#34;&gt;
            We do not track you. This website does not use cookies, pixels, or analytics tags. We respect your session privacy completely. You can audit our site: we leave &lt;strong&gt;zero traces&lt;/strong&gt; on your browser.
          &lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row align-items-center&#34;&gt;
      &lt;div class=&#34;col-lg-6 mb-5 mb-lg-0&#34;&gt;
         &lt;h2 class=&#34;text-white&#34;&gt;Code is Virtual. &lt;span class=&#34;text-theme-primary&#34;&gt;Servers are Physical.&lt;/span&gt;&lt;/h2&gt;
         &lt;p class=&#34;text-light mt-4&#34;&gt;
            Philosophy must be backed by hardware. We don&#39;t just talk about privacy; we built a physical infrastructure to guarantee it.
         &lt;/p&gt;
         &lt;ul class=&#34;product-features-list mt-4&#34;&gt;
             &lt;li&gt;
                 &lt;i class=&#34;fas fa-server icon-check&#34;&gt;&lt;/i&gt; 
                 &lt;span&gt;&lt;strong&gt;Independent Infrastructure:&lt;/strong&gt; We operate strictly outside the Big Tech oligopoly. No reliance on Google Cloud, AWS, Azure or Cloudflare.&lt;/span&gt;
             &lt;/li&gt;
             &lt;li&gt;
                 &lt;i class=&#34;fas fa-memory icon-check&#34;&gt;&lt;/i&gt; 
                 &lt;span&gt;&lt;strong&gt;Immutable Systems:&lt;/strong&gt; Read-Only OS &amp; Volatile storage. No logs are ever written to the disk.&lt;/span&gt;
             &lt;/li&gt;
             &lt;li&gt;
                 &lt;i class=&#34;fas fa-globe icon-check&#34;&gt;&lt;/i&gt; 
                 &lt;span&gt;&lt;strong&gt;Anti-Censorship:&lt;/strong&gt; Global decentralized relay network.&lt;/span&gt;
             &lt;/li&gt;
         &lt;/ul&gt;
         &lt;div class=&#34;mt-4 mobile-center-btn&#34;&gt;
             &lt;a href=&#34;https://arpokrat.com/infrastructure&#34; class=&#34;btn-cta-secondary&#34;&gt;
                 Explore Our Infrastructure &amp;gt;
             &lt;/a&gt;
         &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-lg-6 text-center&#34;&gt;
         &lt;div class=&#34;quantum-circle-container&#34;&gt;
            &lt;div class=&#34;text-center quantum-content&#34;&gt;
                &lt;i class=&#34;fas fa-network-wired text-theme-primary fa-3x mb-3&#34;&gt;&lt;/i&gt;
                &lt;h5 class=&#34;text-white&#34;&gt;Decentralized&lt;br&gt;Network&lt;/h5&gt;
            &lt;/div&gt;
            &lt;div class=&#34;orbit-container&#34;&gt;
                &lt;div class=&#34;orbit-dot&#34;&gt;&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section class=&#34;bg-medium text-center&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;h2 class=&#34;text-white mb-4&#34;&gt;We prove our &lt;span class=&#34;text-theme-primary&#34;&gt;Integrity Everyday&lt;/span&gt;.&lt;/h2&gt;
    &lt;p class=&#34;text-light mb-5&#34; style=&#34;max-width: 600px; margin: 0 auto;&#34;&gt;
      Words are cheap. Proof is everything. Check our cryptographically signed Warrant Canary to verify we have not been compromised.
    &lt;/p&gt;
    &lt;div class=&#34;mobile-center-btn&#34;&gt;
        &lt;a href=&#34;https://arpokrat.com/canary&#34; class=&#34;btn-cta-secondary&#34;&gt;
          &lt;i class=&#34;fas fa-file-contract me-2&#34;&gt;&lt;/i&gt; View Warrant Canary
        &lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;</description>
    </item>
    <item>
      <title>Warrant Canary | Transparency Report &amp; Cryptographic Proof</title>
      <link>https://arpokrat.com/canary/</link>
      <pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://arpokrat.com/canary/</guid>
      <description>&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row text-center mb-5&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto&#34;&gt;
        &lt;div class=&#34;status-indicator mb-4&#34;&gt;
            &lt;span class=&#34;status-dot&#34;&gt;&lt;/span&gt;
            &lt;span class=&#34;status-text&#34;&gt;CURRENT STATUS: &lt;strong&gt;VALID &amp; UNCOMPROMISED&lt;/strong&gt;&lt;/span&gt;
        &lt;/div&gt;
        &lt;h2 class=&#34;text-white mb-4&#34;&gt;Why &lt;span class=&#34;text-theme-primary&#34;&gt;This Page&lt;/span&gt; Exists.&lt;/h2&gt;
        &lt;p class=&#34;lead text-light&#34;&gt;
            In many jurisdictions, governments can force service providers to hand over data while simultaneously issuing a &#34;Gag Order&#34; that legally prevents them from disclosing the existence of the request.
        &lt;/p&gt;
        &lt;p class=&#34;text-light&#34;&gt;
            We cannot legally tell you if we have been compromised. However, we can voluntarily update this page to tell you that we have &lt;strong&gt;NOT&lt;/strong&gt; been compromised. 
        &lt;/p&gt;
        &lt;p class=&#34;text-theme-primary font-weight-bold mt-3&#34;&gt;
            &lt;i class=&#34;fas fa-exclamation-triangle me-2&#34;&gt;&lt;/i&gt;
            WARNING: If this page is ever removed, not updated by the deadline, or if the PGP signature fails to verify, you must assume that Arpokrat has been compromised.
        &lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section class=&#34;bg-medium&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row mb-5&#34;&gt;
        &lt;div class=&#34;col-12 text-center&#34;&gt;
            &lt;h3 class=&#34;text-white&#34;&gt;As of &lt;span class=&#34;text-theme-primary&#34;&gt;May 19, 2026&lt;/span&gt;, we confirm:&lt;/h3&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&#34;row gy-5&#34;&gt;
      &lt;div class=&#34;col-md-6 col-lg-3 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;canary-card w-100&#34;&gt;
            &lt;i class=&#34;fas fa-file-contract canary-icon&#34;&gt;&lt;/i&gt;
            &lt;h5 class=&#34;text-theme-primary mb-3&#34;&gt;No Warrants&lt;/h5&gt;
            &lt;p class=&#34;text-light small mb-0&#34;&gt;We have NOT received any secret warrants or National Security Letters.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-md-6 col-lg-3 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;canary-card w-100&#34;&gt;
            &lt;i class=&#34;fas fa-comment-slash canary-icon&#34;&gt;&lt;/i&gt;
            &lt;h5 class=&#34;text-theme-primary mb-3&#34;&gt;No Gag Orders&lt;/h5&gt;
            &lt;p class=&#34;text-light small mb-0&#34;&gt;We have NOT been subject to any court order preventing us from speaking.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-md-6 col-lg-3 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;canary-card w-100&#34;&gt;
            &lt;i class=&#34;fas fa-door-open canary-icon&#34;&gt;&lt;/i&gt;
            &lt;h5 class=&#34;text-theme-primary mb-3&#34;&gt;No Backdoors&lt;/h5&gt;
            &lt;p class=&#34;text-light small mb-0&#34;&gt;We have NOT been forced to modify our software to insert backdoors.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-md-6 col-lg-3 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;canary-card w-100&#34;&gt;
            &lt;i class=&#34;fas fa-hdd canary-icon&#34;&gt;&lt;/i&gt;
            &lt;h5 class=&#34;text-theme-primary mb-3&#34;&gt;No Seizures&lt;/h5&gt;
            &lt;p class=&#34;text-light small mb-0&#34;&gt;No Arpokrat infrastructure or user data has been seized by any entity.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-10 mx-auto&#34;&gt;
        &lt;div class=&#34;d-flex justify-content-between align-items-end mb-3&#34;&gt;
            &lt;h4 class=&#34;text-white mb-0&#34;&gt;Signed Statement&lt;/h4&gt;
            &lt;span class=&#34;text-white small&#34;&gt;Next Update Due: &lt;span class=&#34;text-theme-primary&#34;&gt;In 30 Days&lt;/span&gt;&lt;/span&gt;
        &lt;/div&gt;
        &lt;div class=&#34;code-viewer&#34;&gt;
            &lt;div class=&#34;code-header&#34;&gt;
                &lt;span class=&#34;file-label&#34;&gt;&lt;i class=&#34;fas fa-shield-alt me-2&#34;&gt;&lt;/i&gt;canary-2026-05-19.txt.asc&lt;/span&gt;
                &lt;button class=&#34;btn-copy&#34; onclick=&#34;copyCanary()&#34; id=&#34;copyBtn&#34;&gt;
                    &lt;i class=&#34;fas fa-copy me-2&#34;&gt;&lt;/i&gt; &lt;span id=&#34;btnText&#34;&gt;Copy&lt;/span&gt;
                &lt;/button&gt;
            &lt;/div&gt;
            &lt;div class=&#34;code-body&#34;&gt;
&lt;pre&gt;&lt;code id=&#34;pgp-content&#34;&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
&lt;p&gt;ARPOKRAT WARRANT CANARY
Date: 2026-05-19&lt;/p&gt;
&lt;p&gt;We, the undersigned founders of Arpokrat, solely confirm that:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;We have NOT received any National Security Letter.&lt;/li&gt;
&lt;li&gt;We have NOT received any gag order.&lt;/li&gt;
&lt;li&gt;We have NOT received any warrant from any government agency.&lt;/li&gt;
&lt;li&gt;We have NOT installed any backdoors in our software.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To prove this message was generated recently and not pre-written, here is the latest Bitcoin block hash:&lt;/p&gt;
&lt;p&gt;Block Height: 950099
Block Hash: 0000000000000000000025a3d2017567a14caa4e0af63ef525a0ec0401237489&lt;/p&gt;
&lt;p&gt;This canary is valid for 30 days.
&amp;mdash;&amp;ndash;BEGIN PGP SIGNATURE&amp;mdash;&amp;ndash;&lt;/p&gt;
&lt;p&gt;iQIzBAEBCgAdFiEELa0ek94a3Y+iSMk5uVkdYiZKV84FAmoMe1wACgkQuVkdYiZK
V85XTBAAsn6miLbX6Dokj6K6Ry1C/tUoQuwNMSj02ssPOAievj53MVThxcF3/NUH
DDe6nVCfrhPE43ko8h7d6VQ2NqfRS/vytwpDiVaQdQ4BbKG5yPfpswSenkr+PA13
NCyugKTl8wAa03jqm6WTBR/yZIzWj685DCKOFcqCEiK2Q8qW6W8a1KY4IP/olan7
lcEG7uGM5tyX7Z38rPY8Dk1KJ9mhzX+v3lcF7nQLy9aUBpZh+7orRmpwQZ/S59ii
f3ypkNEZdURI9Gf5Ex+S8epd0PmJoJV4J3oCSLxAWd/NyWm58eDylVI6Jcp147ME
DgOzx+xhL51XTFQKfhZJy9OwB3Bsl+KR1CqVcjTTNIIVplTU9lHi6jZ9qnT0CgI3
CsWtZZxkRZnsG7jJiIyFTeV04W9/wYokrGfvmifw7oKXBgVmQ20oiKZ0Sl+4DOqE
SJ0unCMlEZ2LbrEKndV4pQ/sKbNASXRUOF4BIHcHjnNbNjcT+qAPRwcv0612LyUh
6FvzzUoR/TnOcKr61xuJpW250IS2DApQNPDufPJQdfZZTlZIJGuYKvZHnX58q3Ar
+v+Arl01j14H75wGC9xSTYfD3raXMZLYcQihna+3JeKbAHkzteNNmpUu935pRiqt
a+zYlkaVEwl5mhet+hbmTGfR4/FoTEYrhTfqgyfGzVGwDjFcF58=
=3PnX
&amp;mdash;&amp;ndash;END PGP SIGNATURE&amp;mdash;&amp;ndash;
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;mt-4 text-center&#34;&gt;
&lt;p class=&#34;text-light mb-3&#34;&gt;Verify this signature using our Public Key.&lt;/p&gt;
&lt;div class=&#34;mobile-center-btn&#34;&gt;
&lt;a href=&#34;https://arpokrat.com/security/canary-input.txt.asc&#34; download class=&#34;btn-cta-secondary me-2&#34;&gt;&lt;i class=&#34;fas fa-download me-2&#34;&gt;&lt;/i&gt;Download Canary&lt;/a&gt;
&lt;a href=&#34;https://arpokrat.com/security/arpokrat.asc&#34; download class=&#34;btn-cta-secondary&#34;&gt;&lt;i class=&#34;fas fa-key me-2&#34;&gt;&lt;/i&gt;Download Public Key&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/p&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;script&gt;
function copyCanary() {
  var copyText = document.getElementById(&#34;pgp-content&#34;).innerText;
  navigator.clipboard.writeText(copyText).then(function() {
    var btn = document.getElementById(&#34;copyBtn&#34;);
    btn.innerHTML = &#39;&lt;i class=&#34;fas fa-check me-2&#34;&gt;&lt;/i&gt; Copied!&#39;;
    btn.style.borderColor = &#34;#22c55e&#34;;
    btn.style.color = &#34;#22c55e&#34;;
    setTimeout(function() {
      btn.innerHTML = &#39;&lt;i class=&#34;fas fa-copy me-2&#34;&gt;&lt;/i&gt; Copy&#39;;
      btn.style.borderColor = &#34;&#34;; 
      btn.style.color = &#34;&#34;; 
    }, 2000);
  }, function(err) {
    console.error(&#39;Could not copy text: &#39;, err);
  });
}
&lt;/script&gt;</description>
    </item>
    <item>
      <title>Who Is Arpokrat For? | Advanced Privacy for High-Risk Threat Models</title>
      <link>https://arpokrat.com/who/</link>
      <pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://arpokrat.com/who/</guid>
      <description>&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center&#34;&gt;
        &lt;h2 class=&#34;text-white mb-4&#34;&gt;Beyond Consumer &lt;span class=&#34;text-theme-primary&#34;&gt;Privacy.&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;lead text-light mb-4&#34;&gt;Arpokrat is engineered for those whose digital footprint carries physical, financial, or geopolitical consequences.&lt;/p&gt;
        &lt;p class=&#34;text-light&#34;&gt;
            Standard privacy tools are designed to shield you from &lt;strong&gt;advertisers&lt;/strong&gt;. Arpokrat is designed to shield you from &lt;strong&gt;adversaries&lt;/strong&gt;. 
            Our ecosystem is built for individuals and organizations operating in high-threat environments. We understand that for you, a data leak is not merely an inconvenience—it is a critical failure that can compromise your mission, your assets, or your liberty.
        &lt;/p&gt;
        &lt;p class=&#34;text-light font-weight-bold mt-4&#34;&gt;
            If your safety depends on absolute confidentiality, Arpokrat is built for you.
        &lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section class=&#34;bg-medium&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center mb-5&#34;&gt;
        &lt;h2 class=&#34;text-white&#34;&gt;Protecting Those Who &lt;span class=&#34;text-theme-primary&#34;&gt;Cannot Be Compromised.&lt;/span&gt;&lt;/h2&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&#34;row gy-5&#34;&gt;
      &lt;div class=&#34;col-lg-6 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;target-card w-100&#34;&gt;
            &lt;div class=&#34;card-icon&#34;&gt;
                &lt;i class=&#34;fas fa-user-tie fa-fw&#34;&gt;&lt;/i&gt;
            &lt;/div&gt;
            &lt;h4 class=&#34;text-theme-primary&#34;&gt;Executives &amp; Legal Counsel&lt;/h4&gt;
            &lt;p class=&#34;text-light small mb-4&#34;&gt;
                &lt;strong&gt;The Threat:&lt;/strong&gt; Your conversations are the market&#39;s most valuable asset. A leaked merger strategy or legal defense can destroy billions in value instantly.
            &lt;/p&gt;
            &lt;ul class=&#34;product-features-list text-start&#34;&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-microchip icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;ArpokratOS:&lt;/strong&gt; Hardened Attack Surface. Front camera, Bluetooth, and NFC are disabled to prevent close-range hacking and visual spying.&lt;/span&gt;
              &lt;/li&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-file-contract icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;Arpokrat Messenger:&lt;/strong&gt; Negotiate in the shadows. Without permanent User IDs, your contact list and social graph remain invisible.&lt;/span&gt;
              &lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-lg-6 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;target-card w-100&#34;&gt;
            &lt;div class=&#34;card-icon&#34;&gt;
                &lt;i class=&#34;fas fa-pen-nib fa-fw&#34;&gt;&lt;/i&gt;
            &lt;/div&gt;
            &lt;h4 class=&#34;text-theme-primary&#34;&gt;Journalists, Whistleblowers &amp; Activists&lt;/h4&gt;
            &lt;p class=&#34;text-light small mb-4&#34;&gt;
                &lt;strong&gt;The Threat:&lt;/strong&gt; Protecting the story means protecting the source. In hostile regimes, a compromised phone doesn&#39;t just kill the story—it endangers lives.
            &lt;/p&gt;
            &lt;ul class=&#34;product-features-list text-start&#34;&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-radiation icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;ArpokratOS:&lt;/strong&gt; The &#34;Nuke Option&#34;. Trigger a cryptographic wipe instantly via a panic code if detained or seized.&lt;/span&gt;
              &lt;/li&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-mask icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;Arpokrat Messenger:&lt;/strong&gt; Route through Tor. Hide your location from state-level ISPs and keep your sources in the dark.&lt;/span&gt;
              &lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-lg-6 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;target-card w-100&#34;&gt;
            &lt;div class=&#34;card-icon&#34;&gt;
                &lt;i class=&#34;fas fa-globe-europe fa-fw&#34;&gt;&lt;/i&gt;
            &lt;/div&gt;
            &lt;h4 class=&#34;text-theme-primary&#34;&gt;Diplomats &amp; Officials&lt;/h4&gt;
            &lt;p class=&#34;text-light small mb-4&#34;&gt;
                &lt;strong&gt;The Threat:&lt;/strong&gt; In the age of Pegasus and Zero-Click exploits, your standard smartphone is a listening device for foreign intelligence agencies.
            &lt;/p&gt;
            &lt;ul class=&#34;product-features-list text-start&#34;&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-plane-slash icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;ArpokratOS:&lt;/strong&gt; A digital fortress abroad. Zero transmission to Google or Apple servers eliminates &#34;home-phoning&#34; telemetry.&lt;/span&gt;
              &lt;/li&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-satellite-dish icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;Arpokrat Messenger:&lt;/strong&gt; A sovereign back-channel. Bypass compromised local networks and communicate outside the 14-Eyes dragnet.&lt;/span&gt;
              &lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;col-lg-6 d-flex align-items-stretch&#34;&gt;
        &lt;div class=&#34;target-card w-100&#34;&gt;
            &lt;div class=&#34;card-icon&#34;&gt;
                &lt;i class=&#34;far fa-gem fa-fw&#34;&gt;&lt;/i&gt;
            &lt;/div&gt;
            &lt;h4 class=&#34;text-theme-primary&#34;&gt;High-Net-Worth Individuals&lt;/h4&gt;
            &lt;p class=&#34;text-light small mb-4&#34;&gt;
                &lt;strong&gt;The Threat:&lt;/strong&gt; Wealth attracts predators. Digital tracking facilitates physical kidnapping, blackmail, and targeted financial theft. Privacy is your physical safety.
            &lt;/p&gt;
            &lt;ul class=&#34;product-features-list text-start&#34;&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fas fa-fingerprint icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;ArpokratOS:&lt;/strong&gt; Even if physically stolen, the hardened encryption makes your device a useless brick.&lt;/span&gt;
              &lt;/li&gt;
              &lt;li&gt;
                  &lt;i class=&#34;fab fa-bitcoin icon-check&#34;&gt;&lt;/i&gt;
                  &lt;span&gt;&lt;strong&gt;Arpokrat Messenger:&lt;/strong&gt; Financial Sovereignty. Hold and move significant assets in a non-custodial wallet that guarantees exclusive control over your funds.&lt;/span&gt;
              &lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center&#34;&gt;
        &lt;h2 class=&#34;text-white mb-4&#34;&gt;&lt;span class=&#34;text-theme-primary&#34;&gt;Security&lt;/span&gt; Over Convenience.&lt;/h2&gt;
        &lt;p class=&#34;lead text-light&#34;&gt;Arpokrat is a specialized, professional security tool. Our design philosophy prioritizes isolation above all else.&lt;/p&gt;
        &lt;p class=&#34;text-light mt-4&#34;&gt;
            If you require full integration with Google services, access to the public App Store (Instagram, TikTok), or cloud backups, ArpokratOS is not the right choice for you. 
            We deliberately removed these conveniences to close the attack vectors they create.
        &lt;/p&gt;
        &lt;p class=&#34;text-light font-weight-bold mb-5&#34;&gt;
            &lt;span class=&#34;text-theme-primary&#34;&gt;We are built for the 1% of users who cannot afford the 99% solution.&lt;/span&gt;
        &lt;/p&gt;
        &lt;div class=&#34;disclaimer-box mt-5 mx-auto text-start&#34;&gt;
            &lt;p class=&#34;text-light mb-0 small&#34; style=&#34;line-height: 1.6;&#34;&gt;
                &lt;span class=&#34;text-theme-primary d-block mb-2&#34;&gt;
                    &lt;i class=&#34;fas fa-exclamation-triangle me-2&#34;&gt;&lt;/i&gt;
                    &lt;strong&gt;Legal Disclaimer:&lt;/strong&gt;
                &lt;/span&gt;
                Arpokrat provides neutral technologies designed specifically for defensive privacy and security. Due to our zero-knowledge architecture, we possess no technical ability to access user data, decrypt communications, or moderate content. Arpokrat bears no responsibility for any unlawful or malicious use of its software. Users are solely responsible for ensuring their use complies with all applicable laws in their jurisdiction.
            &lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section class=&#34;bg-medium&#34;&gt;
  &lt;div class=&#34;container&#34;&gt;
    &lt;div class=&#34;row&#34;&gt;
      &lt;div class=&#34;col-lg-8 mx-auto text-center&#34;&gt;
        &lt;h2 class=&#34;text-white mb-4&#34;&gt;Do You Recognize Your &lt;span class=&#34;text-theme-primary&#34;&gt;Threat Model?&lt;/span&gt;&lt;/h2&gt;
        &lt;p class=&#34;lead text-light mb-5&#34;&gt;Standard solutions are built for standard risks. We are built for the exceptional. Contact our team to discuss your specific security needs.&lt;/p&gt;
        &lt;div class=&#34;mobile-center-btn d-flex justify-content-center flex-wrap gap-3&#34;&gt;
          &lt;a href=&#34;https://arpokrat.com/contact&#34; class=&#34;btn-cta-red m-2&#34;&gt;Contact Sales&lt;/a&gt;
          &lt;a href=&#34;https://arpokrat.com/os/&#34; class=&#34;btn-cta-secondary m-2&#34;&gt;Review Our Solutions &amp;gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;</description>
    </item>
  </channel>
</rss>