← Back
Gerald Versluis October 7, 2021 17m

Save Passwords in Secure Storage in your Xamarin app with Essentials

Summary

The transcript discusses secure storage of sensitive data like passwords, OAuth tokens, and API keys in mobile app development, focusing on using built-in OS encryption mechanisms to protect information across Android, iOS, and UWP platforms. The discussion centers on an API that allows developers to securely save small pieces of data in an encrypted file system that prevents outside access, utilizing the device's native encryption keys and methods. The practical takeaway is that developers can leverage this technique to safely store authentication credentials, social login tokens, and other sensitive information during mobile app development, ensuring data remains protected and inaccessible to unauthorized users.

View original episode ↗