Skip to content

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

License

Notifications You must be signed in to change notification settings

samuel-lucas6/CBC-MAC.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Languages