Tagged Questions
3
votes
1answer
116 views
Creation and deployment of self-signed certificates for a two-machine scenario
Let us assume that I have two computers:
client
server
Now, in the server computer, I set up a legacy ASMX web service which will going to be used by the client. Before the client can connect to ...
3
votes
1answer
254 views
Loginless Client/Server Architecture (iOS)
I'm currently in the phase of planing a project involving loginless service.
Users would be identified by an unique device id created on the client (ios).
What are the security concerns?
sockets ...
1
vote
1answer
101 views
Challenge Response across several hops
This is a follow-up question to "When should I use Message layer encryption vs transport layer encryption".
I need to send a certificate from the mobile phone to the server. Regardless of all the ...