Skip to content

Instantly share code, notes, and snippets.

@grantland
Created September 7, 2011 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grantland/1201810 to your computer and use it in GitHub Desktop.
Save grantland/1201810 to your computer and use it in GitHub Desktop.
iOS Keychain
standardUserDefaults stores information in a plist file in plain text
To find it:
cd /User/Applications/
grep <app name> *
/User/Applications/<random string>/Library/Preferences/<bundle id>.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment