From bb0f4954eedb7b53ec4065b07b5569459c6c685d Mon Sep 17 00:00:00 2001 From: Paxton21 <160319598+Paxton21@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:54:20 -0500 Subject: [PATCH] Update README.md added chacha20poly1305 example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0794a397..5725ea26 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ - [rayspace.dev](https://github.com/ryspc/rayspace.dev): Minimalist dev portfolio and blog implemented as a Rust-powered SPA, featuring GitHub OAuth, session management, static file serving, API endpoints, and SQLx integration. - [Blog with markdown rendering](https://github.com/gemini-15/blog-engine): Blog example built with Actix Web, diesel (with Postgres) and r2d2 rendering articles in markdown with metadata and a front-end with React. - [Rust, Angular, PostgreSQL and JWT Security](https://github.com/stav121/actix-angular-project-template): Boilerplate project that implements an Angular + Actix Web application with login and registration pages, that is pre-dockerized. +- [Actix-web with chacha20poly1305 encryption](https://github.com/Paxton21/chacha20poly1305-actix-web): A basic and swiftly thrown together example of having encrypted communications using chacha20poly1305 ## Paid Resources