Showing results for Security - Xamarin Blog

Mar 11, 2020
0
0

Dotfuscator Comes to Visual Studio for Mac to Help Protect Apps

Jayme Singleton
Jayme Singleton

Dotfuscator from PreEmptive helps .NET developers all over the globe protect their apps from reverse-engineering and hacking. Dotfuscator has been available for Xamarin developers using Visual Studio 2019 on Windows, but now with the release of Professional 6 is available on Visual Studio for Mac and cloud builds!

IntegrationsDevelopersXamarin
Aug 7, 2018
0
0

Securing network traffic with TLS 1.2

Tom Opgenorth
Tom Opgenorth

Secure and encrypted network communications are a crucial part of mobile application development. Without some kind of security around the communication layer, it is trivial for a third party to eavesdrop and tamper with the messages between the client and the server. If protecting the data being transmitted is important, then some kind of cryptogr...

DevelopersXamarin PlatformAndroid
Apr 4, 2017
0
0

Securing Web Requests with TLS 1.2

James Montemagno
James Montemagno

In my years of development, one thing I've learned for certain is that securing your network requests is an essential part of any mobile application. A few weeks ago one of my own applications stopped working due to a change to a Secure Sockets Layer (SSL) certificate on meetup.com's authentication server, which made me realize the importa...

DevelopersXamarin.FormsAndroid