Skip to main content

Category: post quantum

Creating an encrypted desktop chat in Rust

Summary: #

How hard is it to create an encrypted chat application? In this article we will create a Desktop Rust app that will use the networking routing protocol Veilid and the UI framework iced.

Post Quantum secure your Rust programs

Summary: #

This article talks about how Rust developers can make their applications Quantum secure, What algorithms are safe and which once are not. How does the threat model look like and what can we do now?