3

I'm looking for a good book on writing secure code, with an emphasis on mobile applications. A practitioner's approach would be better than a academic discussion of the theory/algorithms/etc.

What would you recommend?

Nick Toumpelis
  • 2,717
  • 22
  • 38

2 Answers2

2

'Writing Secure Code' by Microsoft is okay - if a tad Microsoft specific, and you could have a look at 'Developing Secure Mobile Applications for Android' by ISEC

Rory Alsop
  • 1,441
  • 25
  • 38
1

See also Are there any coding guidelines for the Android platform that focus on security? and Android API/development security pitfalls, which are nominally focused on Android -- but actually raise issues that are relevant to every mobile application platform.

Community
  • 1
  • 1
D.W.
  • 3,382
  • 7
  • 44
  • 110