Happy New Year, Code Wolfpack, and welcome back to the Decentralizing the Database series. If you missed the previous two parts in this, I’d definitely recommend catching up with Part 1 and Part 2. Today we’re going start off right where we left off, and venture into somewhat unchartered terrain in the world of computing: the unification of time and space.
Sessions
Recaps of every session.
-
Decentralizing the Database: Peer-to-Peer E2EE Databases with .NET and SignalR, Part 3
Code Wolfpack Advanced Cryptography Decentralization Database January 08, 2022
-
Decentralizing the Database: Peer-to-Peer E2EE Databases with .NET and SignalR, Part 2
Code Wolfpack Advanced Cryptography Decentralization Database December 25, 2021
Merry Christmas, Code Wolfpack! Today we’re going to focus on a new algorithm that is a twist on an existing approach. The Double-Ratchet Protocol, created by Signal for the purpose of securing two-party conversations has seen wide-scale adoption by many messengers, and for good reason: it provides a great deal of advantages previous approaches did not, in the form of future and perfect forward secrecy. In this session, we will review exactly how the Double-Ratchet Protocol works, and how we will generalize this into the multi-party case. Fasten your seatbelts, we’re flying into some bumpy math.
-
Decentralizing the Database: Peer-to-Peer E2EE Databases with .NET and SignalR, Part 1
Code Wolfpack Advanced Cryptography Decentralization Database December 24, 2021
Good morning and Merry Christmas, Code Wolfpack! (And a special good morning to the folks reading this from the .NET Advent Calendar!) For those who have followed along with the Code Wolfpack series on Twitch, you’ll know there has been quite a gulf between the broadcasts and the posts on here. This is no coincidence — I have been working very hard on getting things put together for the Decentralizing the Database series, which we’re kicking off today with this special edition post.
-
Fan-Out Authorization with an Authorization Gateway
Code Wolfpack Advanced Federation Authorization June 26, 2021
Hi Wolfpack! I hope you’re all staying cool during this absolutely mind-boggling summer weekend. This post serves as a recap for the past two sessions, both tracking the story arc of providing fan-out authorization by building our Authorization Gateway.
-
Advanced Authentication Flows with QR Codes
Code Wolfpack Advanced React Cryptography Authentication Authorization June 12, 2021
Good evening, Code Wolfpack! Welcome to our advanced track, where we focus on features that require a combination of cross-cutting aspects to bring to fruition. Today’s case: QR Sign-in!