This repository contains everything you would need for simple OpenSSL encryption on z/OS using the AES256 cipher. This however, will require that you have access to the OMVS system.
Note: The bash and openssl files in omvs_files are precompiled. All you need to do is upload and run, they should execute no problem.
- Copy the files in omvs_files onto your OMVS system. 1.1 You can change the location, you will just need to update the procedures in the proclib.
- Copy the procedures in the proclib folder into a PDS/PDSE in z/OS.
- Use the JCL files ENCRYPT & DECRYPT to encrypt or decrypt files in z/OS.