Hacker News new | ask | show | jobs
by zapzupnz 2738 days ago
It's insane that people working on a password manager thought it was a good idea to put passwords in UserDefaults. Apple expressly states in its documentation that sensitive information should be stored in Keychain; how does someone setting out to make a password manager miss that?
1 comments

What's crazy is Apple makes it super easy to use Keychain. APIs are great and there are good examples of how to use them.