c# - I have php client and i want to pass encrypted email string from PHP client to wcf service , which encryption technique is best? -


i have php client , want pass encrypted email string php client wcf service , encryption technique best ?

what best way encrypt/decrypt data in uniform way ?

*there other client in future

instead of sending home-brewn encryption on plain http, should use standards exist, namely https.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -