{"id":82,"date":"2026-05-08T07:32:06","date_gmt":"2026-05-08T07:32:06","guid":{"rendered":"https:\/\/onionmail.org\/blog\/?p=82"},"modified":"2026-05-08T07:32:06","modified_gmt":"2026-05-08T07:32:06","slug":"post-quantum-email-encryption-pqcserver","status":"publish","type":"post","link":"https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/","title":{"rendered":"Post-Quantum Cryptography: We&#8217;ve Already Put It in Your Hands"},"content":{"rendered":"\r\n\r\n<em>Why we&#8217;re talking about ML-KEM and ML-DSA only now, when our PQCServer platform has been live and open source for two months.<\/em>\r\n\r\n\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\r\n\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">The context<\/h2>\r\n\r\n\r\n\r\n\r\nOn May 5, 2026, Proton Mail announced support for post-quantum cryptography for emails between Proton users. It&#8217;s an important move and deserves recognition: the email industry needed to see a mainstream player take a stand on &#8220;Q-day&#8221; \u2014 the day quantum computers will render classical asymmetric cryptography (RSA, ECC, Diffie-Hellman) obsolete.\r\n\r\n\r\n\r\n\r\n\r\nBut we want to be honest with our users on one point: this is not an industry-wide first. It&#8217;s a first for Proton.\r\n\r\n\r\n\r\n\r\n\r\nFor two months now, anyone using the Onion Mail ecosystem has had access to an operational post-quantum cryptography platform called <strong>PQCServer<\/strong>, built on the same NIST standards Proton just adopted, and with one additional property: the code is fully open source under the AGPL-3.0 license.\r\n\r\n\r\n\r\n\r\n\r\nIn this article we explain what post-quantum cryptography is, why it matters, and what you can actually do with our tools today.\r\n\r\n\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\r\n\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">Why post-quantum cryptography matters<\/h2>\r\n\r\n\r\n\r\n\r\nThe cryptography that protects almost all of the Internet today \u2014 HTTPS, OpenPGP-encrypted email, Signal messages, banking transactions \u2014 relies on mathematical problems considered intractable for classical computers: integer factorization (RSA) and discrete logarithm over elliptic curves (ECC).\r\n\r\n\r\n\r\n\r\n\r\nA sufficiently powerful quantum computer running Shor&#8217;s algorithm would break both in polynomial time. Estimates for when such a machine arrives range from 5 to 20 years, but the problem isn&#8217;t only in the future. It&#8217;s called <strong>&#8220;harvest now, decrypt later&#8221;<\/strong>.\r\n\r\n\r\n\r\n\r\n\r\nState-level actors and well-resourced organizations are already archiving encrypted traffic they can&#8217;t currently read, betting they&#8217;ll be able to decrypt it tomorrow. Your encrypted emails from 2026 could become readable in 2035. For many use cases \u2014 investigative journalism, activism, medical communications, trade secrets \u2014 this is a real threat, not a theoretical one.\r\n\r\n\r\n\r\n\r\n\r\nIn August 2024, NIST standardized the first quantum-resistant algorithms: <strong>ML-KEM<\/strong> (FIPS-203, formerly Kyber) for key exchange and <strong>ML-DSA<\/strong> (FIPS-204, formerly Dilithium) for digital signatures. These are the algorithms anyone claiming &#8220;post-quantum&#8221; must implement. And these are exactly the algorithms PQCServer is built on.\r\n\r\n\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\r\n\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">What PQCServer is<\/h2>\r\n\r\n\r\n\r\n\r\nPQCServer is a zero-knowledge post-quantum cryptography platform, part of the OnionSearchEngine LLC ecosystem alongside Onion Mail, Onion Drive, and Onion Search Engine. The code is public on GitHub: <a href=\"https:\/\/github.com\/onion-search-engine\/pqcserver\" target=\"_blank\" rel=\"noopener\">github.com\/onion-search-engine\/pqcserver<\/a>.\r\n\r\n\r\n\r\n\r\n\r\nIn concrete terms, it lets you do three things:\r\n\r\n\r\n\r\n\r\n\r\n<strong>Generate your own post-quantum keypairs directly in the browser.<\/strong> You go to <code>keygen<\/code>, generate an ML-KEM pair (for encryption) and an ML-DSA pair (for signing). Private keys are downloaded locally to your device and never leave the browser. Public keys are published to your profile at <code>pqcserver.com\/u\/yourname<\/code>, where anyone can fetch them to send you encrypted messages.\r\n\r\n\r\n\r\n\r\n\r\n<strong>Send post-quantum encrypted messages to anyone, even without an account.<\/strong> Write the message, pick the recipient (or paste their public key), the browser encrypts everything with ML-KEM + AES-256-GCM, and you get a short link like <code>pqcserver.com\/m\/xxxxxxxx<\/code>. Paste it into an email, a chat, an SMS \u2014 it works anywhere. The recipient doesn&#8217;t need to install anything. Optional: &#8220;burn after read&#8221; and configurable TTL.\r\n\r\n\r\n\r\n\r\n\r\n<strong>Notarize documents with a post-quantum signature.<\/strong> You upload a file (the hash is computed locally, the file never leaves the browser), sign it with your ML-DSA key, the server co-signs with a timestamp, and you receive a JSON receipt that&#8217;s publicly verifiable at a permanent URL. It&#8217;s the equivalent of a notarial timestamp, but quantum-resistant and without trusted intermediaries.\r\n\r\n\r\n\r\n\r\n\r\nThe architecture is zero-knowledge: the server only sees ciphertext it cannot decrypt. All cryptographic operations happen in the browser through the <code>pqc<\/code> library (a pure JavaScript implementation of ML-KEM and ML-DSA) and the Web Crypto API for AES.\r\n\r\n\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\r\n\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">What this means for Onion Mail users<\/h2>\r\n\r\n\r\n\r\n\r\nOnion Mail was built around a clear idea: anonymous email over Tor, no personal data, crypto payments. PQCServer extends this philosophy down to the cryptographic layer.\r\n\r\n\r\n\r\n\r\n\r\nPractically speaking, anyone who wants to start protecting their communications today against the &#8220;harvest now, decrypt later&#8221; threat can:\r\n\r\n\r\n\r\n\r\n\r\nGenerate their own PQC keys at <code>pqcserver.com\/keygen<\/code>, share their public profile (<code>pqcserver.com\/u\/username<\/code>) with their correspondents, and use PQCServer to exchange post-quantum encrypted messages by attaching the short link to a regular Onion Mail email. The result is a message that travels over Tor, through an anonymous inbox, with a quantum-resistant encrypted payload.\r\n\r\n\r\n\r\n\r\n\r\nFor website operators, the embeddable widget lets you add a &#8220;send me a post-quantum encrypted message&#8221; button with a single line of code \u2014 useful for journalists, lawyers, and activists who want to receive tips that stay protected even against the future.\r\n\r\n\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\r\n\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">Onion Mail vs Proton: two different approaches to post-quantum<\/h2>\r\n\r\n\r\n\r\n\r\nIt&#8217;s worth being precise about the difference, because it matters for anyone choosing between the two platforms.\r\n\r\n\r\n\r\n\r\n\r\nProton integrated post-quantum cryptography <strong>inside its standard OpenPGP flow<\/strong>, transparently for the user: emails between Proton users are now encrypted with a hybrid scheme (classical + PQ). It&#8217;s an elegant approach for a consumer user base, but it&#8217;s a closed system: it works inside Proton, between Proton accounts.\r\n\r\n\r\n\r\n\r\n\r\nPQCServer takes a different approach: <strong>an explicit, independent, interoperable, open source tool<\/strong>. You generate keys yourself, publish them wherever you want, and the encrypted message travels through any channel (email, chat, forum, printed paper if you want \u2014 it&#8217;s just a short link). No walled gardens. The code is inspectable, auditable, self-hostable.\r\n\r\n\r\n\r\n\r\n\r\nThese are different philosophies, not necessarily competing ones: one prioritizes mass-market user experience, the other technical sovereignty and interoperability. We believe both make sense, and that the real winner of this phase is the industry&#8217;s transition to NIST standards. But if you care about full control, code visibility, and not depending on a single provider&#8217;s choices, the tool is already in your hands. Has been since March.\r\n\r\n\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\r\n\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">Why open source matters, especially for cryptography<\/h2>\r\n\r\n\r\n\r\n\r\nThere&#8217;s an unwritten rule in the cryptographic community: <strong>don&#8217;t trust crypto you can&#8217;t inspect<\/strong>. It applies to RSA, it applies to ECC, and it applies even more to new algorithms like ML-KEM and ML-DSA, where bad implementations can introduce side channels (timing attacks, memory leaks) that void the theoretical security.\r\n\r\n\r\n\r\n\r\n\r\nPQCServer is released under <strong>AGPL-3.0<\/strong>, one of the most rigorous open source licenses: anyone can read the code, modify it, run it on their own servers. Anyone distributing modified versions must release their code in turn. This means two things.\r\n\r\n\r\n\r\n\r\n\r\nFirst, security isn&#8217;t an act of faith in Onion Mail. If a researcher finds a flaw, they find it in public code, not in a black box. We have a <code>SECURITY.md<\/code> for responsible disclosure and we welcome community audits \u2014 security audit of the cryptographic implementation is explicitly listed among the areas where we welcome contributions.\r\n\r\n\r\n\r\n\r\n\r\nSecond, anyone who wants independent PQC infrastructure \u2014 a company, a journalism organization, an NGO operating in hostile regimes \u2014 can take the code and self-host it. You&#8217;re not locked in to us. It&#8217;s the opposite of a walled garden.\r\n\r\n\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\r\n\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">What to do today, in 5 minutes<\/h2>\r\n\r\n\r\n\r\n\r\nIf you want to start protecting your communications against Q-day right now:\r\n\r\n\r\n\r\n\r\n<ol class=\"wp-block-list\">\r\n \t<li>Go to <a href=\"https:\/\/pqcserver.com\" target=\"_blank\" rel=\"noopener\">pqcserver.com<\/a> and create an account (no personal data required).<\/li>\r\n \t<li>Generate your ML-KEM and ML-DSA keypairs \u2014 everything happens in the browser, private keys stay on your device.<\/li>\r\n \t<li>Share your public profile link (<code>pqcserver.com\/u\/username<\/code>) with your correspondents, including over Onion Mail.<\/li>\r\n \t<li>When you receive an important message you want to protect &#8220;for the next 30 years&#8221;, ask the sender to use PQCServer and send it to you as a short link inside an Onion Mail email.<\/li>\r\n<\/ol>\r\n\r\n\r\n\r\n\r\nIf you&#8217;re a developer or sysadmin and want to self-host the service for your organization, the repo is here: <a href=\"https:\/\/github.com\/onion-search-engine\/pqcserver\" target=\"_blank\" rel=\"noopener\">github.com\/onion-search-engine\/pqcserver<\/a>. You&#8217;ll find <code>INSTALL.md<\/code> with the full guide, <code>install.sh<\/code> for automated setup on Ubuntu 22.04\/24.04, and instructions for generating your own server signing keys for the notary service.\r\n\r\n\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\r\n\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\r\n\r\n\r\n\r\n\r\nProton&#8217;s announcement is good news: it means post-quantum cryptography stops being a topic for academic papers and becomes part of the mainstream email experience. We applaud it.\r\n\r\n\r\n\r\n\r\n\r\nBut for those who&#8217;ve been following us since March, it&#8217;s not news. Onion Mail and PQCServer have already made post-quantum cryptography available to real users \u2014 built on the same NIST FIPS-203 and FIPS-204 standards \u2014 with a different approach: open source, zero-knowledge, interoperable, independent of any closed ecosystem.\r\n\r\n\r\n\r\n\r\n\r\nWe don&#8217;t know when Q-day will arrive. We only know that, when it does, the emails you encrypt today already need to be protected. The tool is in your hands. Use it.\r\n\r\n\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\r\n\r\n\r\n\r\n\r\n\r\n<strong>Onion Mail<\/strong> \u2014 Anonymous email over Tor, no personal data, crypto payments.\r\n<strong>PQCServer<\/strong> \u2014 Post-quantum messaging, file vault, and document notary. Open source under AGPL-3.0.\r\n<a href=\"https:\/\/onionmail.org\" target=\"_blank\" rel=\"noopener\">onionmail.org<\/a> \u00b7 <a href=\"https:\/\/pqcserver.com\" target=\"_blank\" rel=\"noopener\">pqcserver.com<\/a> \u00b7 <a href=\"https:\/\/github.com\/onion-search-engine\/pqcserver\" target=\"_blank\" rel=\"noopener\">github.com\/onion-search-engine\/pqcserver<\/a>","protected":false},"excerpt":{"rendered":"<p>Why we&#8217;re talking about ML-KEM and ML-DSA only now, when our PQCServer platform has been live and open source for two months. The context On May 5, 2026, Proton Mail announced support for post-quantum cryptography for emails between Proton users. It&#8217;s an important move and deserves recognition: the email industry needed to see a mainstream &#8230; <a title=\"Post-Quantum Cryptography: We&#8217;ve Already Put It in Your Hands\" class=\"read-more\" href=\"https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/\" aria-label=\"Read more about Post-Quantum Cryptography: We&#8217;ve Already Put It in Your Hands\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":83,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12,14,16,11],"tags":[65,40,58,61,60,62,63,57,59,64],"class_list":["post-82","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-email-security","category-encryption","category-news","category-privacy","tag-cryptography","tag-email-security","tag-encryption","tag-ml-dsa","tag-ml-kem","tag-nist","tag-open-source","tag-post-quantum","tag-pqcserver","tag-quantum-computing"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Post-Quantum Cryptography: We&#039;ve Already Put It in Your Hands - Onion Mail \u2014 Privacy, Encryption &amp; Tor<\/title>\n<meta name=\"description\" content=\"Proton Mail just announced post-quantum encryption. Onion Mail has offered it for two months via PQCServer \u2014 open source, zero-knowledge, built on NIST ML-KEM and ML-DSA standards.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Post-Quantum Cryptography: We&#039;ve Already Put It in Your Hands - Onion Mail \u2014 Privacy, Encryption &amp; Tor\" \/>\n<meta property=\"og:description\" content=\"Proton Mail just announced post-quantum encryption. Onion Mail has offered it for two months via PQCServer \u2014 open source, zero-knowledge, built on NIST ML-KEM and ML-DSA standards.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/\" \/>\n<meta property=\"og:site_name\" content=\"Onion Mail \u2014 Privacy, Encryption &amp; Tor\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-08T07:32:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onionmail.org\/wp-content\/uploads\/2026\/05\/markus-winkler-j53HQkhadGM-unsplash-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Onion Mail\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Onion Mail\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/post-quantum-email-encryption-pqcserver\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/post-quantum-email-encryption-pqcserver\\\/\"},\"author\":{\"name\":\"Onion Mail\",\"@id\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/#\\\/schema\\\/person\\\/165910c3149db6a9320ddae7d7a17cab\"},\"headline\":\"Post-Quantum Cryptography: We&#8217;ve Already Put It in Your Hands\",\"datePublished\":\"2026-05-08T07:32:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/post-quantum-email-encryption-pqcserver\\\/\"},\"wordCount\":1400,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/post-quantum-email-encryption-pqcserver\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/onionmail.org\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/markus-winkler-j53HQkhadGM-unsplash-scaled.jpg\",\"keywords\":[\"cryptography\",\"email security\",\"encryption\",\"ML-DSA\",\"ML-KEM\",\"NIST\",\"open source\",\"post-quantum\",\"PQCServer\",\"quantum computing\"],\"articleSection\":[\"Email Security\",\"Encryption\",\"News\",\"Privacy\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/onionmail.org\\\/blog\\\/post-quantum-email-encryption-pqcserver\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/post-quantum-email-encryption-pqcserver\\\/\",\"url\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/post-quantum-email-encryption-pqcserver\\\/\",\"name\":\"Post-Quantum Cryptography: We've Already Put It in Your Hands - Onion Mail \u2014 Privacy, Encryption &amp; Tor\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/post-quantum-email-encryption-pqcserver\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/post-quantum-email-encryption-pqcserver\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/onionmail.org\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/markus-winkler-j53HQkhadGM-unsplash-scaled.jpg\",\"datePublished\":\"2026-05-08T07:32:06+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/#\\\/schema\\\/person\\\/165910c3149db6a9320ddae7d7a17cab\"},\"description\":\"Proton Mail just announced post-quantum encryption. Onion Mail has offered it for two months via PQCServer \u2014 open source, zero-knowledge, built on NIST ML-KEM and ML-DSA standards.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/post-quantum-email-encryption-pqcserver\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/onionmail.org\\\/blog\\\/post-quantum-email-encryption-pqcserver\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/post-quantum-email-encryption-pqcserver\\\/#primaryimage\",\"url\":\"https:\\\/\\\/onionmail.org\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/markus-winkler-j53HQkhadGM-unsplash-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/onionmail.org\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/markus-winkler-j53HQkhadGM-unsplash-scaled.jpg\",\"width\":2560,\"height\":1707,\"caption\":\"Post-Quantum Cryptography: We've Already Put It in Your Hands\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/post-quantum-email-encryption-pqcserver\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Post-Quantum Cryptography: We&#8217;ve Already Put It in Your Hands\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/\",\"name\":\"Onion Mail \u2014 Privacy, Encryption & Tor\",\"description\":\"Anonymous email, PGP encryption and post-quantum security guides\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/#\\\/schema\\\/person\\\/165910c3149db6a9320ddae7d7a17cab\",\"name\":\"Onion Mail\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f7d6948c15418aed2d5fc684c551bb93fe70d354338e034960230227dad93ec9?s=96&d=initials&r=g&initials=in\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f7d6948c15418aed2d5fc684c551bb93fe70d354338e034960230227dad93ec9?s=96&d=initials&r=g&initials=in\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f7d6948c15418aed2d5fc684c551bb93fe70d354338e034960230227dad93ec9?s=96&d=initials&r=g&initials=in\",\"caption\":\"Onion Mail\"},\"sameAs\":[\"https:\\\/\\\/onionmail.org\"],\"url\":\"https:\\\/\\\/onionmail.org\\\/blog\\\/author\\\/adminblogonion\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Post-Quantum Cryptography: We've Already Put It in Your Hands - Onion Mail \u2014 Privacy, Encryption &amp; Tor","description":"Proton Mail just announced post-quantum encryption. Onion Mail has offered it for two months via PQCServer \u2014 open source, zero-knowledge, built on NIST ML-KEM and ML-DSA standards.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/","og_locale":"en_US","og_type":"article","og_title":"Post-Quantum Cryptography: We've Already Put It in Your Hands - Onion Mail \u2014 Privacy, Encryption &amp; Tor","og_description":"Proton Mail just announced post-quantum encryption. Onion Mail has offered it for two months via PQCServer \u2014 open source, zero-knowledge, built on NIST ML-KEM and ML-DSA standards.","og_url":"https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/","og_site_name":"Onion Mail \u2014 Privacy, Encryption &amp; Tor","article_published_time":"2026-05-08T07:32:06+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/onionmail.org\/wp-content\/uploads\/2026\/05\/markus-winkler-j53HQkhadGM-unsplash-scaled.jpg","type":"image\/jpeg"}],"author":"Onion Mail","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Onion Mail","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/#article","isPartOf":{"@id":"https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/"},"author":{"name":"Onion Mail","@id":"https:\/\/onionmail.org\/blog\/#\/schema\/person\/165910c3149db6a9320ddae7d7a17cab"},"headline":"Post-Quantum Cryptography: We&#8217;ve Already Put It in Your Hands","datePublished":"2026-05-08T07:32:06+00:00","mainEntityOfPage":{"@id":"https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/"},"wordCount":1400,"commentCount":0,"image":{"@id":"https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/#primaryimage"},"thumbnailUrl":"https:\/\/onionmail.org\/wp-content\/uploads\/2026\/05\/markus-winkler-j53HQkhadGM-unsplash-scaled.jpg","keywords":["cryptography","email security","encryption","ML-DSA","ML-KEM","NIST","open source","post-quantum","PQCServer","quantum computing"],"articleSection":["Email Security","Encryption","News","Privacy"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/","url":"https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/","name":"Post-Quantum Cryptography: We've Already Put It in Your Hands - Onion Mail \u2014 Privacy, Encryption &amp; Tor","isPartOf":{"@id":"https:\/\/onionmail.org\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/#primaryimage"},"image":{"@id":"https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/#primaryimage"},"thumbnailUrl":"https:\/\/onionmail.org\/wp-content\/uploads\/2026\/05\/markus-winkler-j53HQkhadGM-unsplash-scaled.jpg","datePublished":"2026-05-08T07:32:06+00:00","author":{"@id":"https:\/\/onionmail.org\/blog\/#\/schema\/person\/165910c3149db6a9320ddae7d7a17cab"},"description":"Proton Mail just announced post-quantum encryption. Onion Mail has offered it for two months via PQCServer \u2014 open source, zero-knowledge, built on NIST ML-KEM and ML-DSA standards.","breadcrumb":{"@id":"https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/#primaryimage","url":"https:\/\/onionmail.org\/wp-content\/uploads\/2026\/05\/markus-winkler-j53HQkhadGM-unsplash-scaled.jpg","contentUrl":"https:\/\/onionmail.org\/wp-content\/uploads\/2026\/05\/markus-winkler-j53HQkhadGM-unsplash-scaled.jpg","width":2560,"height":1707,"caption":"Post-Quantum Cryptography: We've Already Put It in Your Hands"},{"@type":"BreadcrumbList","@id":"https:\/\/onionmail.org\/blog\/post-quantum-email-encryption-pqcserver\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onionmail.org\/blog\/"},{"@type":"ListItem","position":2,"name":"Post-Quantum Cryptography: We&#8217;ve Already Put It in Your Hands"}]},{"@type":"WebSite","@id":"https:\/\/onionmail.org\/blog\/#website","url":"https:\/\/onionmail.org\/blog\/","name":"Onion Mail \u2014 Privacy, Encryption & Tor","description":"Anonymous email, PGP encryption and post-quantum security guides","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onionmail.org\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onionmail.org\/blog\/#\/schema\/person\/165910c3149db6a9320ddae7d7a17cab","name":"Onion Mail","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f7d6948c15418aed2d5fc684c551bb93fe70d354338e034960230227dad93ec9?s=96&d=initials&r=g&initials=in","url":"https:\/\/secure.gravatar.com\/avatar\/f7d6948c15418aed2d5fc684c551bb93fe70d354338e034960230227dad93ec9?s=96&d=initials&r=g&initials=in","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f7d6948c15418aed2d5fc684c551bb93fe70d354338e034960230227dad93ec9?s=96&d=initials&r=g&initials=in","caption":"Onion Mail"},"sameAs":["https:\/\/onionmail.org"],"url":"https:\/\/onionmail.org\/blog\/author\/adminblogonion\/"}]}},"_links":{"self":[{"href":"https:\/\/onionmail.org\/blog\/wp-json\/wp\/v2\/posts\/82","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onionmail.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onionmail.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onionmail.org\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/onionmail.org\/blog\/wp-json\/wp\/v2\/comments?post=82"}],"version-history":[{"count":1,"href":"https:\/\/onionmail.org\/blog\/wp-json\/wp\/v2\/posts\/82\/revisions"}],"predecessor-version":[{"id":84,"href":"https:\/\/onionmail.org\/blog\/wp-json\/wp\/v2\/posts\/82\/revisions\/84"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onionmail.org\/blog\/wp-json\/wp\/v2\/media\/83"}],"wp:attachment":[{"href":"https:\/\/onionmail.org\/blog\/wp-json\/wp\/v2\/media?parent=82"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onionmail.org\/blog\/wp-json\/wp\/v2\/categories?post=82"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onionmail.org\/blog\/wp-json\/wp\/v2\/tags?post=82"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}