From 1207db3bbc7ea155733619ed0dd9d038a3ffffc5 Mon Sep 17 00:00:00 2001 From: Daniel Gosnell Date: Mon, 23 Jul 2018 11:22:04 -0400 Subject: [PATCH] Corrected to 256 bit AES encryption --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39ee0cd..7204cd1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ DtronixMessageQueue [![Build Status](https://travis-ci.org/Dtronix/DtronixMessag ============ DtronixMessageQueue is a small .net TCP message queueing system using the microsoft [SocketAsyncEventArgs](https://msdn.microsoft.com/en-us/library/system.net.sockets.socketasynceventargs(v=vs.110).aspx) interface. -All transported information is encrypted by 128 bit AES. +All transported information is encrypted by 256 bit AES. The purpose of this project is to provide a simple transport protocol for multiple systems, mostly being the DtronixRpc system.