stephenhaunts / Block-Encryptor

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.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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


Languages

Language:C# 87.7%Language:Smalltalk 12.3%