Let's take a look at a very popular mobile game "Garena 传说对决" . It would be very interesting~

My friend Carrie's confused about "Certificate Pinning". Let me show you how to verify  "Certificate Pinning". Use a proxy server to intecept any sensitive data when user log in.

Nothing found and only an error occurs. Good job~

Let me show you the SSL handshake.

Second we take a look at its encryption method and key. It's AES 128bit encryption, but what happen to the key??? Poor lazy developers, she/he must be a funny guy~

Furthermore we extract its folder and take a look inside it.

Look! Account name in plaintext found in cache.db-wal. Fortunely password is encrypted. Nice job~

Anything else? E-mail address in plaintext!

No way gps location found! Why Garena needs to know where user live? That's too much. It's my privacy!!!

Garena does well on "Certificate Pinning" but it should take user's privacy into account. Don't leave those sensitive personal data in plaintext on any plist or database files. At least Garena should encrypt those data. And most important of all, don't collect my gps location. No need to know where users live. It's none of your business. Concentrate on improving your game to make it more attractive and secure. That's what Garena should do.

最新文章

  1. HTML5 – 3.加强版ol
  2. Codeforces Round #243 (Div. 2) B. Sereja and Mirroring
  3. 学习笔记——Maven实战(九)打包的技巧
  4. Struts – Wildcards example
  5. Azure编程笔记(1):序列化复杂类型的TableEntity字段
  6. DataPackage-数据库、表的区域设置和系统不一致导致处理失败
  7. as3 工具类分享 CookieMgr
  8. Hard 计算0到n之间2的个数 @CareerCup
  9. Linux知识扫盲
  10. 【LeetCode练习题】Unique Paths
  11. 在Visual Studio Code中开发Office Add-in
  12. linux 上 mysql 的使用
  13. 微信小程序中-折线图
  14. Ado.net 访问Oracle乱码问题
  15. Asp.net core 学习笔记 ( ViewComponent 组件 )
  16. Flask-Restful详解
  17. Darwin Streaming Server for Windows 安装
  18. Maven教程--02设置Maven本地仓库|查看Maven中央仓库
  19. Machine Learning系列--L0、L1、L2范数
  20. css从中挖去一个圆

热门文章

  1. Linux centos7环境下安装Nginx
  2. Broken pipe错误终极解释
  3. resin远程调试配置,connection refused问题解决
  4. (8)集合之List,ArrayList,LinkedList
  5. HTML学习笔记汇总
  6. Android开发之Notification的简单使用
  7. MySQL表-----查询------
  8. iOS开发之数据存储之SQLite3(包括FMDB)
  9. 日期格式化,moment.js
  10. XJOI1657&Codevs1255搭积木【树状动规】