Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have you implemented AES256 CBC method? #2

Open
jagannath-sahoo opened this issue Nov 10, 2017 · 2 comments
Open

Have you implemented AES256 CBC method? #2

jagannath-sahoo opened this issue Nov 10, 2017 · 2 comments

Comments

@jagannath-sahoo
Copy link

Hi!
Nice to see that AES-256 is working on AVR also. I want to implement AES-256 CBC technique for my application. So does it contain that implementation?
Can you please provide an example of these?

@AvelinoMorganti
Copy link

up

@Sologix
Copy link

Sologix commented Nov 23, 2018

I've implemented my own CBC implementation for XTEA-128, but I agree that this library isn't complete without block chaining modes, padding, PBKDF etc.

Also, I'd like to see more HMAC options, such as SHA-3-512.

Most importantly, this library needs a cryptographically secure RNG based on AVR hardware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants