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.