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

Submissions: Tiny AES #134

Closed
Photosounder opened this issue Oct 19, 2018 · 3 comments
Closed

Submissions: Tiny AES #134

Photosounder opened this issue Oct 19, 2018 · 3 comments

Comments

@Photosounder
Copy link

Photosounder commented Oct 19, 2018

Two-file public domain AES encryption/decryption in C
https://github.com/kokke/tiny-AES-c

@HSchmale16
Copy link
Contributor

HSchmale16 commented Oct 21, 2018 via email

@Photosounder
Copy link
Author

Good point which I hadn't considered, however it could still be good for low security applications like decoding a public stream. I found out about Tiny AES from hlsdl which uses Tiny AES to decode streams, perhaps that's why I never thought of security as a problem in such a situation. So this couldn't replace a well security-tested implementation and you wouldn't want to put it in a server, but other than that it could probably be suitable for many things. Either way it definitely suits the philosophy and format of this catalogue of tiny libraries.

@r-lyeh
Copy link
Owner

r-lyeh commented Jan 17, 2025

Closing ticket. Link(s) should be already in the list. Please double-check.

@r-lyeh r-lyeh closed this as completed Jan 17, 2025
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