Hacker News new | ask | show | jobs
by pietroglyph 2741 days ago
I love the iOS app, but things like this concern me (not quite a dealbreaker though): https://github.com/mssun/passforios/issues/223
1 comments

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?
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.