I am dealing with a single username and password in an App, I'm storing the password in the keychain for security but where best to store the username? In NSUserDefaults, CFPreferences or is there a way to retrieve it out of the keychain along with the password.
Later on there might be two entries in the keychain so I think this might be out of the question. Or does it not matter at all?