blog: quantum resistant Signal algorithm (#3906)

* blog: quantum resistant Signal algorithm

* update, images

* finalize

* readme

* corrections
This commit is contained in:
Evgeny Poberezkin
2024-03-14 10:41:24 +00:00
committed by GitHub
parent 0c4848ad9e
commit bac4e61997
16 changed files with 295 additions and 0 deletions
@@ -0,0 +1,12 @@
<p class="mb-[12px]">This is a major upgrade for SimpleX Chat messaging protocols!</p>
<p class="mb-[12px]">This post also covers various aspects of end-to-end encryption:</p>
<ul>
<li>Why do we need end-to-end encryption?</li>
<li>Why encryption is even allowed?</li>
<li>End-to-end encryption security: attacks and defence.</li>
<li>How secure is encryption in different messengers?</li>
<li>When can you start using quantum resistant chats?</li>
<li>Next for post-quantum crypto - all direct chats, small groups and security audit</li>
</ul>
+5
View File
@@ -210,4 +210,9 @@ h6{
float: left;
margin-right: 3rem;
}
#article .float-to-right{
float: right;
margin-left: 3rem;
}
}