Originally published at: Protect Passwords, Tokens, Requests, and Updates with the Crypto Module – Xojo Programming Blog
The Crypto module covers several different jobs. The hard part is usually not finding a function; it is choosing the right one for the problem in front of you. Which function should you use when your app needs to: remember a user’s password, save an API token in a local settings file, check that an API request…