restful authentication - ASP.NET MVC Framework 'REST-like' API -


I have developed a 'REST-like' XML API that I want to expose to third party web applications for consumption I am now trying to implement a security model for the exchange of data between a third-party application and the 'rast-like' XML API. I would appreciate suggestions for a suitable asymmetric encryption model.

If you want encryption, do not use SSL only, instead of encrypting the response data, encrypt the connection Do you? If 128-bit SSL is not sufficient, then you must either integrate some existing PKI infrastructure using an existing, trusted authorization or develop an important distribution / sharing infrastructure and your public key and a suitable private The key / identifier must be released. Your API Consumers System Choose one of the cryptography providers in security Cryptography that supports public / private key exchange.


Comments