Forum Discussion
- joetestaRoku GuruAre you using the correct number of characters for the 128 bit key? According to this stackexchange answer
An AES 128-bit key can be expressed as a hexadecimal string with 32 characters.
But your code has 16, try doubling your key length? - venkatareddyVisitor
"joetesta" wrote:
Are you using the correct number of characters for the 128 bit key? According to this stackexchange answerAn AES 128-bit key can be expressed as a hexadecimal string with 32 characters.
But your code has 16, try doubling your key length?
Thanks alot it works for me....Thank you so much
Related Content
- 2 months ago
- 9 months ago
- 9 months ago
- 4 months ago