What is the Redvers Encryption Device?
The Redvers Encryption Device provides AES encryption and decryption capabilities for COBOL applications running on z/OS, z/VM, and zVSE/VSEn. It consists of two COBOL subroutines: RCENCRYP for encryption and RCDECRYP for decryption.
How is the Redvers Encryption Device integrated into COBOL applications?
The device is distributed as COBOL source code, allowing direct integration into existing COBOL applications. No external services or specialized hardware are required.
What are the main functions of the Redvers Encryption Device?
The primary function is to encrypt and decrypt data using the AES algorithm. This protects sensitive data at rest and in transit within COBOL environments.