|
|
Features:
|
|
|
|
|
|
Send and Receive zSeries data as PGP Compressed/Encrypted Files
|
|
|
Description
|
|
|
PGP (Pretty Good Privacy) is a standard used by many organizations today for protecting
information. Not only is the encryption quite good, it is public/private
key pair driven. The advantage of a public/private key pair is that
the keys themselves need not be securely transmitted before the
transaction occurs. Hackers may obtain the data stream in either
direction to or from servers, but without the private key, the
information is useless. PGP is available in full strength versions
all over the world. A lot of work was put into legally exporting PGP
in order to make sure that full-strength compatible versions are
available outside the U.S. and Canada. PGP is strong enough to protect
your business, financial, and medical information, no matter where
you or the other end of the exchange are.
ZIP/390 enables zSeries batch jobs to send/receive PGP files in a highly efficient manner via transparent use of the IpBridge/Connect component.
|
|
|
Benefits of the PGP Client/Server Approach:
|
|
|
- Relatively low cost of ownership as compared to other mainframe centric PGP solutions.
- Low Mainframe overhead vs. performing the CPU cycle intensive encryption/decryption process on the Mainframe.
-
The process remains a Mainframe controlled one from start to finish:
a) z/Series Job Scheduling.
b) z/Series return codes to confirm success/failure of end-to-end process.
|
|
|
 |
|
 |
|
Sample z/OS JCL:
|
|
|
| 1) PGP encrypt and EMAIL one mainframe file |
|
//PGPEMAIL JOB ' ','PGPEMAIL',CLASS=A,MSGCLASS=H,MSGLEVEL=(0,0),TIME=1440
//STEP1 EXEC PGM=ZIP390,REGION=2M;
//STEPLIB DD DSN=D21LIB.D21Z.LOADLIB,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
ACTION=PGP
TO=email@address.com
FROM=email2@address2.com
IPBRIDGE=&IPBHOST/&IPBPORT/
IFILE=DSN/ZIP390.FILE1.TXT;file1.txt
ARCHIVE=EMAIL/&SMTPHOST/&SMTPPORT/file1.txt.pgp
SUBJECT=IpBridge/Connect Test: PGP and Email
BODY:
This is the body.
This is line two.
This is line three.
END:
/*
//
|
|
|
| 2) PGP encrypt and FTP one mainframe file
|
|
//PGP2FTP JOB ' ','PGP2FTP',CLASS=A,MSGCLASS=H,MSGLEVEL=(0,0),TIME=1440
//STEP1 EXEC PGM=ZIP390,REGION=2M
//STEPLIB DD DSN=D21LIB.D21Z.LOADLIB,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
ACTION=PGP
TO=email@address.com
IPBRIDGE=&IPBHOST/&IPBPORT/
IFILE=DSN/ZIP390.FILE1.TXT;file1.txt
ARCHIVE=FTP/&FTPHOST/&FTPPORT/&USERID/&PASSWORD/0/file1.txt.pgp
/*
//
|
|
|
| |
| |
|
Documentation
|
|
|
Literature
|
|
|
|
|
Reference Guide
|
|
|
|
|
|
ZIP390 is a PKZIP Compatible and WINZIP Compatible mainframe compression product. ZIP, UNZIP and GZIP capabilities are a growing demand for many companies these days. Compression and encryption products for the mainframe can be very costly. Finding a cost efficient applications that runs on z/OS, OS/390, OS390, MVS, VSE, or VSE/ESA is very important. FTP does not show nearly as much value as zip compression. With speedy AES Encryption your data will be kept secure. ZIP Keyword Encryption another form of encryption with our mainframe file compression and mainframe encryption products. We also valuable resources with batch utility and the option of running a zip server with a partner product IpBridge/Connect. Mainframe HIPAA is very important to healthcare companies now. ZIP OS/390, ZIP MVS, ZIP VSE and ZIP OS390 are all important to a business with the interest of keeping its data secure. A variety of products offering zip for the mainframe, we believe ZIP390 is the best. Add PGP Encryption for PGP compatibility for secure mainframe transfer of files. Cyberfusion, ca-xcom, Connect:Direct, Connect:Express, DataBlaster, and File SWEEP/Rapid. ZIP/390's performance as a zip mvs solution has been reported as perfect solution for zip compression and encryption solutions. JIMZip, PowerArchive and ZIPIt are all related to the ZIP Compression Community. PKWARE's Securezip product is an expensive alternative to some of ZIP/390's capabilities and features.
|