Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.66 KB

MOBILE_APP_SECURITY.md

File metadata and controls

31 lines (24 loc) · 1.66 KB

Mobile App Security



Mobile application security focuses on the software security posture of mobile apps on various platforms like Android and iOS. Nowadays all business use mobile apps to connect more easily with their customers, and if that business does not take proper security protections it can put their brand at risk.

What can happen? 🙋

  • Unintended data leakage
  • Poor authorization/authentication
  • Improper session handling
  • Broken cryptography

How to Improve Mobile App Security? 🤔

S.No. Things to do Link
1. Using Authorised API Link
2. High Authorisation Link
3. Use the Best Encryption Technique Link
4. Impose Access Policies Link
5. Test Repeatedly Link

Additional Reading 📚


We hope you that you make your Mobile applications keeping above things in mind ✌️