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

AES keys not taking user input correctly #23

Open
DisplayGFX opened this issue Aug 30, 2024 · 0 comments
Open

AES keys not taking user input correctly #23

DisplayGFX opened this issue Aug 30, 2024 · 0 comments

Comments

@DisplayGFX
Copy link

According to the OpenSSL source, it will generate keys from a user input.

https://github.com/openssl/openssl/blob/master/crypto/aes/aes_core.c#L631

And even will expand keys that are not using all of the bytes.

https://github.com/openssl/openssl/blob/master/crypto/aes/aes_core.c#L599

This behavior is not reflected in the library

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

1 participant