mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-29 07:38:54 +00:00
blog: quantum resistant Signal algorithm (#3906)
* blog: quantum resistant Signal algorithm * update, images * finalize * readme * corrections
This commit is contained in:
@@ -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>
|
||||
@@ -210,4 +210,9 @@ h6{
|
||||
float: left;
|
||||
margin-right: 3rem;
|
||||
}
|
||||
|
||||
#article .float-to-right{
|
||||
float: right;
|
||||
margin-left: 3rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user