Client Login - how to store credentials securely on client side?

Viewed 7422

As many APIs provides access remotely to their data through the user/password combination.

I was wondering which was the best way to store those value, highly secure way (even if 100% is impossible), in order to connect them directly without asking every time for those.

3 Answers
Related