I would save a couple of values (username-password) with NSUserDefault.
First: is there a way to save them together (like in an array for example)? Second: is it saf
No. It's not safe.
If you need to store data securely, use the keychain.