samuel-lucas6 / CBC-MAC.NET

A .NET implementation of length-prepend CBC-MAC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT

CBC-MAC.NET

A .NET implementation of length-prepend CBC-MAC.

Warning

Do NOT use this algorithm. It's NOT collision resistant, so it's not committing. Furthermore, the length-prepend is likely non-standard, and this implementation also isn't very efficient as it uses one-shot methods for simplicity.

About

A .NET implementation of length-prepend CBC-MAC.

License:MIT License


Languages

Language:C# 100.0%