rijndael-js icon indicating copy to clipboard operation
rijndael-js copied to clipboard

Possible padding in bits of the encrypted/decrypted data

Open Juansecu opened this issue 2 years ago • 0 comments

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?

Juansecu avatar Nov 05 '22 05:11 Juansecu