tandriamil / bcs-aes256-ctr

An unverified and surely insecure implementation of aes256-ctr for a cryptography project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bcs-aes256-ctr

This project contains an unverified and surely insecure implementation of AES256 in CTR mode. It was done for a cryptography course, which goal was purely to understand the logic behind it.

DO NOT use this implementation into a project having security requirements.

About

An unverified and surely insecure implementation of aes256-ctr for a cryptography project

License:MIT License


Languages

Language:C 89.4%Language:Python 8.9%Language:Makefile 1.7%