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

TripleDES decryption compatibility issues with CryptoJS #46

Open
Jurkovic opened this issue Jan 3, 2024 · 1 comment
Open

TripleDES decryption compatibility issues with CryptoJS #46

Jurkovic opened this issue Jan 3, 2024 · 1 comment

Comments

@Jurkovic
Copy link

Jurkovic commented Jan 3, 2024

Hi, we would like to update from CryptoJS to CryptoES but unfortunately we got compatibility issue with TripleDES decryption. Text that was encrypted with CryptoJS can not be decrypted with CryptoES. I've created two stackblitz examples that demonstrates problem.

CryptoJS (4.2.0) TripleDES encryption:
stackblitz

CryptoES (2.1.0) TripleDES decryption (with ciphertext from previous stackblitz)
stackblitz

I've looked to some other similar issues and something tells me this might be a configuration issue (wrong keySize, or blockSize...), but I don't really know how to change these settings or if it's completely other issue.

@PavolSvidran
Copy link

I got the same issues, any progress?

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

2 participants