Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.2 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.2 KB

z/OS OpenSSL Encryption

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.

Setup

  1. 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.
  2. Copy the procedures in the proclib folder into a PDS/PDSE in z/OS.
  3. Use the JCL files ENCRYPT & DECRYPT to encrypt or decrypt files in z/OS.

Encrypt JCL

Original File

Encrypted File

Decrypted File