Everson Junior
Everson Junior
Hi @RangerMauve Do you think that concept of "work queues" or "task queues" continues being a good option even with MQTT 5? Thanks!
> Hi, > > Why this string '210c475118a95a1778a1ab2923192d59¤80181b005a0384318f0cdcfe372f77f7¤MP3_320¤1490338212¤4¤ ' that has the length of 96 characters can't be converted to array of 16 bytes ? > > This code aesjs.utils.utf8.toBytes(text)...
I've studying a bit about this subject because this is new to me. In PHP script everything works perfectly coding like this: `$encrypted = openssl_encrypt($data, "AES-128-ECB", $key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING);...