iOS dev
10.7K subscribers
12 photos
5 files
6.09K links
There is a single sponsored link in each issue (monday).
One sponsor per issue.
Every sponsored link should be highly relevant to Apple ecosystem app development.
Sponsored link price - 100$
Contact: @tigorn
Download Telegram
http://pragmaticswift.com/may-2017/app-security-in-swift.html

App Security
Security is not a set of methods, it’s a system. It’s better to think about threats and trust as early as you can.
Avoid plaintext at all cost. Encrypt your communication. Encrypt your local data as required.
If you don’t store the password, it can’t be leaked. ;)
But if you need to store passwords, do it right!
It’s not paranoia if it’s true.
http://aplus.rs/2018/extending-marshal-for-dates/

Extending Marshal (JSON parsing) library to handle Date