Securely storing and using security credentials
search cancel

Securely storing and using security credentials

book

Article ID: 259047

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

How to store security credentials (userid and password) to be used in REXX programs that use EPI in a secure way 

 

 

 

Environment

Release : 14.0

Resolution

To securely store credentials to be used to log on to applications using EPI, we recommend keeping them in global variables. You can restrict access to specific global variables using security rules. 

You can add another layer of security by encrypting the password when storing it in the global variable. You can use any mechanism you prefer since a simple REXX functions C2X/X2C or another method of your choice.