|
|
|
|
|
by ju-st
3615 days ago
|
|
- encrypt everything using AES and pray that nobody will find the key in the apk
- use your own crooked Http implementation that violates the official specs (e.g. missing \r\n's or introducing random whitespace characters...). Simple http parsing tools won't work anymore and the attacker will get grey hairs when he tries to test/use your endpoints |
|