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

Possible padding in bits of the encrypted/decrypted data #10

Open
Juansecu opened this issue Nov 5, 2022 · 0 comments
Open

Possible padding in bits of the encrypted/decrypted data #10

Juansecu opened this issue Nov 5, 2022 · 0 comments

Comments

@Juansecu
Copy link

Juansecu commented Nov 5, 2022

It looks like Rijndael is adding some padding to the bits of the encrypted data.

I'm working with the next code:
rijndael-js implementation

But when I test this implementation of the library, I get these results:
Test results

In this case, decryption of the data works, but there is an issue with the length of this decrypted data.

Do you know what could be the reason of this behavior?

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