Using Base64 Encryption for PHP APIs
Introduction:
This tutorial is on how to use encryption to transfer data securely, or at least more seucrely than plain text, from a Visual Basic application (or other source) to a PHP API.
Why Cryptography?
Cryptography should be used for all sensitive information being used in public release applications, or if the data is sent cross-networks.
- Read more about Using Base64 Encryption for PHP APIs
- Log in or register to post comments
- 153 views