Messages via JSON
refl.me
Messages via JSON
1–10 of 129 posts
Re: Messages via JSON
#2Re: Messages via JSON
#3What's the point? Why not just forward a message to XMPP, Telegram, WhatsApp or email? You know, to the app users actually use. Why make them install one more quasi-messenger?
Re: Messages via JSON
#4What's the point? Why not just forward a message to XMPP, Telegram, WhatsApp or email? You know, to the app users actually use. Why make them install one more quasi-messenger?
Because they don't work directly with web services. Read the author's article: https://medium.com/@re_dmitriy/what-is-refl-me-67e6eb151f27
How charming.
Re: Messages via JSON
#5Re: Messages via JSON
#6Earlier quoted context omitted.
Because they don't work directly with web services. Read the author's article: https://medium.com/@re_dmitriy/what-is-refl-me-67e6eb151f27
> The application with the required frequency directly checks JSON on the web service side How charming.
Re: Messages via JSON
#7This should probably be an HMAC construction at the very least, and MD5 in general just should be discarded entirely in favor of BLAKE2b, SHA-2 or SHA-3. And ideally, it'd actually validate the rest of the contents as well.
Re: Messages via JSON
#8> Request signature format(crc): [time_stamp]_[md5(time_stamp+secret_key)] This should probably be an HMAC construction at the very least, and MD5 in general just should be discarded entirely in favor of BLAKE2b, SHA-2 or SHA-3. And ideally, it'd actually validate the rest of the contents as well.
Re: Messages via JSON
#9> Request signature format(crc): [time_stamp]_[md5(time_stamp+secret_key)] This should probably be an HMAC construction at the very least, and MD5 in general just should be discarded entirely in favor of BLAKE2b, SHA-2 or SHA-3. And ideally, it'd actually validate the rest of the contents as well.
I think the author has made it as simple as possible for users and developers with basic skills.
Re: Messages via JSON
#10Earlier quoted context omitted.
> The application with the required frequency directly checks JSON on the web service side How charming.
What's wrong with that?