Are you using Gurux stack to send the push messages? What programming language you are using?
Block and authentication keys can't be correct, because there are 17 bytes and the key size must be 16 bytes.
I did try with your new keys and the decryption failed. There must be something wrong how you encrypt the data, but it's impossible to say what is the reason. Check your keys.
Hi,
Hi,
Are you using Gurux stack to send the push messages? What programming language you are using?
Block and authentication keys can't be correct, because there are 17 bytes and the key size must be 16 bytes.
BR,
Mikko
hi,
hi,
I am not using Gurux stack. I am developing my Code myself in C language.
key are corrected as bellow,still facing problem.
encryption key: 0123456789abcdef (ascii)
authentication key: 0123456789abcdef(ascii)
server system title : 33 44 4C 28 09 19 00 46(hex)
Hi,
Hi,
I did try with your new keys and the decryption failed. There must be something wrong how you encrypt the data, but it's impossible to say what is the reason. Check your keys.
BR,
Mikko