Kodular Cryptography generating different string

Hi,
I am using cryptography function.
I am using 128-ECB.
Set key is 1234567890123456 and encrypted message is ‘Hello’.
Encryption generated by block is 3qlt/QYFVJ5XecPLS12tQQ==
but it is not matching with following website where I generated encryption with same parameters.


There encryption with same method, key and string is
Sy+szA6t7l9kO128yIajHQ==
Why both have different encryption.

Please help. Is encryption block is updated recently? As my same blocks was working 10 month ago and encryption was matching well.

Please search the community. That’s because these websites are not using the correct library.

1 Like

I have worked out. Cryptography block uses AES CBC mode. Earlier they were using AES ECB Mode.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.