I'm working on a dashboard widget that needs to store a services password. Having checked Apple's Developer documentation, it's suggested that the standard Preference Key system is unencoded and as such probably not the best way to store sensitive data.
What's the safest way to store sensitive data so that it may remain persistent across restarts, etc?
What's the safest way to store sensitive data so that it may remain persistent across restarts, etc?