Simple RSA & AES crypto wrapper around NetworkStream objects. (.NET Standard 2.1, C#8.0)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Avril d4fc31da8d
fixed not disposing RSA keys
4 years ago
libstenet fixed not disposing RSA keys 4 years ago
test Initial commit 4 years ago
.gitignore Initial commit 4 years ago
README add readme 4 years ago
libstenet.sln Initial commit 4 years ago

README

Simple crypto wrapper implmenting Stream wrapping a NetworkStream.

Check test project for usage example.
Check main project for documentation of interface.