Skip to content

A simple C# code library that makes encrypting blocks of data easier. Data blocks are encrypted using AES but also have HMAC integrity built in to guard against data tampering or corruption. This library is designed to be very easy to use.

Notifications You must be signed in to change notification settings

stephenhaunts/Block-Encryptor

Repository files navigation

Block Encrypter Description

Block Encrypter is designed to make encrypting data in .NET / C# easier.

The way in which this library goes about encryption has been peer reviewed by many people in the open source community so you should feel rest assured it is a secure way to encrypt data using standard cryptographic primitives like AES, HMAC, PBKDF, and cryptographically secure random number generation.

For more information please see my blog entry about this library

https://stephenhaunts.com/projects/block-encrypter/

About

A simple C# code library that makes encrypting blocks of data easier. Data blocks are encrypted using AES but also have HMAC integrity built in to guard against data tampering or corruption. This library is designed to be very easy to use.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published