Have you thought of supporting SSL/TLS-encrypted connections? Looks like this is quite easy in PHP, by specifying the right options to the stream_context_create() call.
Another useful thing, particularly on unencrypted connections, would be challenge-response authentication.
Have you thought of supporting SSL/TLS-encrypted connections? Looks like this is quite easy in PHP, by specifying the right options to the
stream_context_create()call.Another useful thing, particularly on unencrypted connections, would be
challenge-response authentication.