Corrected to 256 bit AES encryption

This commit is contained in:
Daniel Gosnell 2018-07-23 11:22:04 -04:00 коммит произвёл GitHub
Родитель 09e49d30d2
Коммит 1207db3bbc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.