Encrypting messages over ServiceStack
问题 Given an app that needs to exchange info such as ConsumerKey/ConsumerSecret for oAuth from - server running "WebApi" over ServiceStack - consumer is a desktop app Looking to encrypt the messages using Public/Private keys which are already in place Is there any support for encrypting/decrypting messages, hopefully transparently ? i.e. the encrypting/decryption is handled via say Filters on the server ? OR any workaround on how to do this ? FYI - the server already requires SSL and requests are