Simplify Encryption with the Use of RPG Reusable Procedures

December 1, 2009
 
Secure your data using encryption and decryption APIs within RPG
The encryption/decryption APIs can be difficult to work with, so let's create some procedures to simplify all of the details of the initialization and data structures. We'll create the functionality that we are really looking for through the simplicity of reuse!
 
With all of the advancements of technology, it is getting easier and easier for users to get access to the data they need. But it is also getting easier for people who you don't want to have access to get to your data. So you have to think about security. In this article, we will discuss how to encrypt and decrypt your data using RPG.

The rest of this content is external, read more...

 
Return to articles