I wrote Decrypt and Encrypt with C# and used it in my project, and right now it works But I am wondering that I have to write Decrypt and Encrypt with JavaScript for Sniff or it is enough?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Can you clarify your issue.
You have a client application which communicates data back to the server.
Once data is received by the server, it is encrypted/decrypted using your methods.
But you’re worried about the plain text version of that data being “sniffed” while it is in transit between your server & client.
If that’s the case then you should look at getting a Secure Cert (SSL) for your application.