/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.cryptographyengineering.com
| | educatedguesswork.org
1.4 parsecs away

Travel
| | [AI summary] This article explains the vulnerability of current internet encryption to future quantum computers and outlines strategies for implementing post-quantum cryptographic protocols.
| | www.cryptomathic.com
2.0 parsecs away

Travel
| | Cryptomathic, experts in crypto key management, mobile app security, digital signatures & payments, provide insights on the impact of quantum computing.
| | thomasbandt.com
2.0 parsecs away

Travel
| | Analyzing quantum computing's impact on cryptography, this post briefly discusses challenges in encryption and advances in post-quantum cryptography, emphasizing the race for quantum-resistant security.
| | developerlife.com
17.4 parsecs away

Travel
| TLS is the backbone of web security. We will explore using TLS with Rust, and CFSSL to create a certificate authority to issue self signed certificates & keys. We will also create a server and client that communicate securely over the network using tokio and upgrade insecure TcpStream to TLSStream, and work with TLSAcceptor and TLSConnector.