简体   繁体   中英

cryptography in windows mobile application

I'm doing windows mobile wireless application using visual studio .net(c#). So I want to add encryption for remote login over TCP connection(using c#). So are there any way to add cryptographic functionalities in our mobile application? or are there any libraries for windows mobile applications?

So you want end to end encryption for a TCP connection. It sounds like you want to use TLS . Just make sure validate who you are opening the connection with ( either use a certificate from a CA or use a self signed one and make sure you only ever talk to that certificate). This should get you pointed in the right direction.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM