Re: Checksum/Md5 file

2020-10-20 Thread Timothy Sipples
Paul Gilmartin wrote:
>I thought I was being disingenuous after Bill Godfrey's plaint,
>"just a sandbox". But why is there RACF entanglement?

I'm not sure what you're referring to exactly, but you can certainly run 
ICSF without RACF. You can also license base z/OS (which includes ICSF) 
without the z/OS Security Server (which includes RACF) if you wish. I 
think RACF requires ICSF, or at least often could, but ICSF does not 
require RACF.

>Accommodation to French law which (formerly?) harshly prohibits
>encryption? (I suspect ROT13 is proscribed.) How does that law
>accommodate HTTPS?

I'm by no means an expert on French law. However, it took me about 30 
seconds to figure out that France liberalized encryption-related law in 
2004.

>Are there C header files for APIs to these?

Yes, ICSF offers C interfaces. One option is to use the CKM_MD5 message 
digesting function via ICSF's PKCS #11 interface. Here's an entry point 
into the applicable documentation (current link for z/OS 2.4, subject to 
change):

https://www.ibm.com/support/knowledgecenter/SSLTBW_2.4.0/com.ibm.zos.v2r4.csfba00/capi.htm


- - - - - - - - - -
Timothy Sipples
I.T. Architect Executive
Digital Asset & Other Industry Solutions
IBM Z & LinuxONE
- - - - - - - - - -
E-Mail: sipp...@sg.ibm.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-20 Thread Paul Gilmartin
On Tue, 20 Oct 2020 12:25:52 +0800, Timothy Sipples wrote:
>
>... The z/OS Integrated Cryptographic Service Facility (ICSF) is part of 
>the z/OS Cryptographic Services, a base element of the z/OS operating 
>system. There's no additional charge for ICSF; it's included with your 
>z/OS base operating system license.
>
>References:
>https://www.ibm.com/support/knowledgecenter/SSLTBW_2.4.0/com.ibm.zos.v2r4.e0zb100/baseel.htm
>https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.4.0/com.ibm.zos.v2r4.csf/csf.htm
> 
I thought I was being disingenuous after Bill Godfrey's plaint, "just a 
sandbox".
But why is there RACF entanglement?  Accommodation to French law which
(formerly?) harshly prohibits encryption?  (I suspect ROT13 is proscribed.)
How does that law accommodate HTTPS?

Are there C header files for APIs to these?  On Linux, I see:
man sha1
...
#include 
...
(I know there are assembler APIs.  C would be more portable.)

It's a pity there's no standard for these.  I find sha1, sha1sum,
openssl dgst -sha1, ...

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-19 Thread Timothy Sipples
Paul Gilmartin asked:
>(But is ICSF separately priced with no provision for free trial?)

No. The z/OS Integrated Cryptographic Service Facility (ICSF) is part of 
the z/OS Cryptographic Services, a base element of the z/OS operating 
system. There's no additional charge for ICSF; it's included with your 
z/OS base operating system license.

References:

https://www.ibm.com/support/knowledgecenter/SSLTBW_2.4.0/com.ibm.zos.v2r4.e0zb100/baseel.htm

https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.4.0/com.ibm.zos.v2r4.csf/csf.htm

- - - - - - - - - -
Timothy Sipples
I.T. Architect Executive
Digital Asset & Other Industry Solutions
IBM Z & LinuxONE
- - - - - - - - - -
E-Mail: sipp...@sg.ibm.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-19 Thread Sasso, Len
Manfred:

Thank You So Much and Please Be Safe!

Len Sasso
Systems Administrator Senior
CSRA, A General Dynamics Information Technology Company
327 Columbia TPKE
Rensselaer, NY 12144

Office Hours: M-F  7 AM - 3:45 PM
Out-Of-Office: Tue., Oct. 20th  - 1:30 PM - Wed., Oct 21st @ 7 AM
Phone: (518) 257-4209
Cell: (518) 894-0879
Fax: (518) 257-4300
len.sa...@gdit.com
URL: www.gdit.com<http://www.gdit.com>





From: IBM Mainframe Discussion List  on behalf of 
Manfred Lotz 
Sent: Monday, October 19, 2020 2:24 PM
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: Re: Checksum/Md5 file



 [External: Use caution with links & attachments]

Hi Len,

On Mon, 19 Oct 2020 18:03:03 +
"Sasso, Len"  wrote:

> Hello Manfred !
>
> We are at z/OS 2.3 and have not been able to locate these files:
>
> "In z/OS UNIX they can be found in the /bin directory.
>
> /bin/md5
> /bin/rmd160
> /bin/sha1
> /bin/sha224
> /bin/sha256
> /bin/sha384
> /bin/sha512"
>
>

Please check in SMP/E if you have applied PTF UJ03194.  Otherwise
receive and apply it and you have them.


> Thank You and Please Be Safe!
>

Thanks. All the best to you as well.


--
Stay healthy,
Manfred

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-19 Thread Manfred Lotz
Hi Len,

On Mon, 19 Oct 2020 18:03:03 +
"Sasso, Len"  wrote:

> Hello Manfred !
> 
> We are at z/OS 2.3 and have not been able to locate these files:
> 
> "In z/OS UNIX they can be found in the /bin directory.
> 
> /bin/md5
> /bin/rmd160
> /bin/sha1
> /bin/sha224
> /bin/sha256
> /bin/sha384
> /bin/sha512"
> 
> 

Please check in SMP/E if you have applied PTF UJ03194.  Otherwise
receive and apply it and you have them.


> Thank You and Please Be Safe!
> 

Thanks. All the best to you as well.


-- 
Stay healthy,
Manfred

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-19 Thread Sasso, Len
Hello Manfred !

We are at z/OS 2.3 and have not been able to locate these files:

"In z/OS UNIX they can be found in the /bin directory.

/bin/md5
/bin/rmd160
/bin/sha1
/bin/sha224
/bin/sha256
/bin/sha384
/bin/sha512"




Thank You and Please Be Safe!

Len Sasso
Systems Administrator Senior
CSRA, A General Dynamics Information Technology Company
327 Columbia TPKE
Rensselaer, NY 12144

Office Hours: M-F  7 AM - 3:45 PM
Out-Of-Office: Tue., Oct. 20th  - 1:30 PM - Wed., Oct 21st @ 7 AM
Phone: (518) 257-4209
Cell: (518) 894-0879
Fax: (518) 257-4300
len.sa...@gdit.com
URL: www.gdit.com<http://www.gdit.com>





From: IBM Mainframe Discussion List  on behalf of 
Manfred Lotz 
Sent: Monday, October 19, 2020 9:07 AM
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: Re: Checksum/Md5 file



 [External: Use caution with links & attachments]

On Fri, 16 Oct 2020 18:53:39 +
"Sasso, Len"  wrote:

> Anyone know if a Checksum/Md5 file can be created on a IBM Mainframe?
>
> If so, how?
>
>

I may be a bit late to the party but if you happen to have z/OS 2.4 or
z/OS 2.3 then there is

APPLICABLE COMPONENT LEVEL/SU:
R7C0 PSY UJ03195 UP20/06/24 P F006
R7B0 PSY UJ03194 UP20/06/24 P F006

Functionality

The new cryptographic hash utilities, including md5, rmd160, sha1,
sha224, sha256, sha384 and sha512, use the ICSF One-Way Hash Generate
callable service to generate cryptographic hash for input files
respectively. The utilities can check cryptographic hashes read from
input files. MVS sequential data sets are supported as well.

In z/OS UNIX they can be found in the /bin directory.

/bin/md5
/bin/rmd160
/bin/sha1
/bin/sha224
/bin/sha256
/bin/sha384
/bin/sha512

You find documentation in the z/OS Version 2 Release 4 UNIX System
Services Command Reference here 
https://urldefense.us/v3/__https://www-01.ibm__;!!JRQnnSFuzw7wjAKq6ti6!iiXsjKTnrZYeajZ4uAGST44mYRWMTOrKnkTbodrHTZLiN6UwOezSUa21xtIEDA$
 .
com/servers/resourcelink/svc00100.nsf/pages/zOSV2R4sa232280?OpenDocument


--
Hope this helps,
Manfred

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-19 Thread Paul Gilmartin
On Mon, 19 Oct 2020 10:09:07 -0500, Bill Godfrey wrote:

>It's not an operational/production system, just a sandbox.
> 
That should make it easy to request functions needed for testing.
(But is ICSF separately priced with no provision for free trial?)

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-19 Thread Paul Gilmartin
On Mon, 19 Oct 2020 15:23:02 +0200, Manfred Lotz wrote:
>
>> /bin/md5
>> /bin/rmd160
>> /bin/sha1
>> /bin/sha224
>> /bin/sha256
>> /bin/sha384
>> /bin/sha512
>
>https://www-01.ibm.com/servers/resourcelink/svc00100.nsf/pages/zOSV2R4sa232280?OpenDocument
>
Are these savvy to record boundaries, in contrast to e.g. the
CMS Pipelines DIGEST stage which hashes identically:
FOOBAR
and
FOO
BAR
???  This might be solved by (optionally) including the RDWs in the hash.

OTOH, if I REPRO a fixed-80 data set to VB-84, preserving trailing spaces,
should the hash be unchanged?

Can I hash an entire VSAM cluster or PDS(E), or must it be done
member-by-member?

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-19 Thread Bill Godfrey
It's not an operational/production system, just a sandbox.

On Mon, 19 Oct 2020 16:20:37 +0200, Manfred Lotz wrote:

>On Mon, 19 Oct 2020 09:10:38 -0500
>Bill Godfrey wrote:
>
>> These z/OS UNIX commands require ICSF to be active.
>> Otherwise you get this:
>> $ echo testing | md5
>> FSUMF437 ICSF is required but not available.
>> $ echo testing | sha256
>> FSUMF437 ICSF is required but not available.
>>
>
>Yes, exactly. This was mentioned in the functionality part I posted.
>
>Question: Do you run a z/OS system without having ICSF active? If yes,
>does this make sense?
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-19 Thread Manfred Lotz
On Mon, 19 Oct 2020 09:10:38 -0500
Bill Godfrey  wrote:

> These z/OS UNIX commands require ICSF to be active.
> Otherwise you get this:
> $ echo testing | md5
> FSUMF437 ICSF is required but not available.
> $ echo testing | sha256
> FSUMF437 ICSF is required but not available.
> 

Yes, exactly. This was mentioned in the functionality part I posted.

Question: Do you run a z/OS system without having ICSF active? If yes,
does this make sense?


-- 
Manfred

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-19 Thread Bill Godfrey
These z/OS UNIX commands require ICSF to be active.
Otherwise you get this:
$ echo testing | md5
FSUMF437 ICSF is required but not available.
$ echo testing | sha256
FSUMF437 ICSF is required but not available.

Bill

On Mon, 19 Oct 2020 15:23:02 +0200, Manfred Lotz wrote:

>On Mon, 19 Oct 2020 15:07:01 +0200
>Manfred Lotz wrote:
>
>> On Fri, 16 Oct 2020 18:53:39 +
>> "Sasso, Len" wrote:
>>
>> > Anyone know if a Checksum/Md5 file can be created on a IBM
>> > Mainframe?
>> >
>> > If so, how?
>> >
>> >
>>
>> I may be a bit late to the party but if you happen to have z/OS 2.4 or
>> z/OS 2.3 then there is
>>
>> APPLICABLE COMPONENT LEVEL/SU:
>> R7C0 PSY UJ03195 UP20/06/24 P F006
>> R7B0 PSY UJ03194 UP20/06/24 P F006
>>
>> Functionality
>>
>> The new cryptographic hash utilities, including md5, rmd160, sha1,
>> sha224, sha256, sha384 and sha512, use the ICSF One-Way Hash Generate
>> callable service to generate cryptographic hash for input files
>> respectively. The utilities can check cryptographic hashes read from
>> input files. MVS sequential data sets are supported as well.
>>
>> In z/OS UNIX they can be found in the /bin directory.
>>
>> /bin/md5
>> /bin/rmd160
>> /bin/sha1
>> /bin/sha224
>> /bin/sha256
>> /bin/sha384
>> /bin/sha512
>>
>> You find documentation in the z/OS Version 2 Release 4 UNIX System
>> Services Command Reference here https://www-01.ibm.
>> com/servers/resourcelink/svc00100.nsf/pages/zOSV2R4sa232280?OpenDocument
>>
>>
>
>Sorry for the bad formatting of the link in my previous reply
>
>https://www-01.ibm.com/servers/resourcelink/svc00100.nsf/pages/zOSV2R4sa232280?OpenDocument
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-19 Thread Manfred Lotz
On Mon, 19 Oct 2020 15:07:01 +0200
Manfred Lotz  wrote:

> On Fri, 16 Oct 2020 18:53:39 +
> "Sasso, Len"  wrote:
> 
> > Anyone know if a Checksum/Md5 file can be created on a IBM
> > Mainframe?
> > 
> > If so, how?
> > 
> >   
> 
> I may be a bit late to the party but if you happen to have z/OS 2.4 or
> z/OS 2.3 then there is
> 
> APPLICABLE COMPONENT LEVEL/SU:
> R7C0 PSY UJ03195 UP20/06/24 P F006
> R7B0 PSY UJ03194 UP20/06/24 P F006
> 
> Functionality
> 
> The new cryptographic hash utilities, including md5, rmd160, sha1,
> sha224, sha256, sha384 and sha512, use the ICSF One-Way Hash Generate
> callable service to generate cryptographic hash for input files
> respectively. The utilities can check cryptographic hashes read from
> input files. MVS sequential data sets are supported as well.
> 
> In z/OS UNIX they can be found in the /bin directory.
> 
> /bin/md5
> /bin/rmd160
> /bin/sha1
> /bin/sha224
> /bin/sha256
> /bin/sha384
> /bin/sha512
> 
> You find documentation in the z/OS Version 2 Release 4 UNIX System
> Services Command Reference here https://www-01.ibm.
> com/servers/resourcelink/svc00100.nsf/pages/zOSV2R4sa232280?OpenDocument
> 
> 

Sorry for the bad formatting of the link in my previous reply

https://www-01.ibm.com/servers/resourcelink/svc00100.nsf/pages/zOSV2R4sa232280?OpenDocument

-- 
Manfred

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-19 Thread Manfred Lotz
On Fri, 16 Oct 2020 18:53:39 +
"Sasso, Len"  wrote:

> Anyone know if a Checksum/Md5 file can be created on a IBM Mainframe?
> 
> If so, how?
> 
> 

I may be a bit late to the party but if you happen to have z/OS 2.4 or
z/OS 2.3 then there is

APPLICABLE COMPONENT LEVEL/SU:
R7C0 PSY UJ03195 UP20/06/24 P F006
R7B0 PSY UJ03194 UP20/06/24 P F006

Functionality

The new cryptographic hash utilities, including md5, rmd160, sha1,
sha224, sha256, sha384 and sha512, use the ICSF One-Way Hash Generate
callable service to generate cryptographic hash for input files
respectively. The utilities can check cryptographic hashes read from
input files. MVS sequential data sets are supported as well.

In z/OS UNIX they can be found in the /bin directory.

/bin/md5
/bin/rmd160
/bin/sha1
/bin/sha224
/bin/sha256
/bin/sha384
/bin/sha512

You find documentation in the z/OS Version 2 Release 4 UNIX System
Services Command Reference here https://www-01.ibm.
com/servers/resourcelink/svc00100.nsf/pages/zOSV2R4sa232280?OpenDocument


-- 
Hope this helps,
Manfred

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-19 Thread Jantje.
On Fri, 16 Oct 2020 18:53:39 +, Sasso, Len  wrote:

>Anyone know if a Checksum/Md5 file can be created on a IBM Mainframe?
Yes.


>If so, how?

package com.jantje.checksum;

import com.ibm.jzos.FileFactory;

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;


public class MD5CheckSum {

public static byte[] createChecksum(String filename) throws IOException, 
NoSuchAlgorithmException {

InputStream inputStream = FileFactory.newInputStream(filename);
//InputStream inputStream = new FileInputStream(filename);

byte[] buffer = new byte[1024];
MessageDigest complete = MessageDigest.getInstance("MD5");
int numRead;
do {
numRead = inputStream.read(buffer);
if (numRead > 0) {
complete.update(buffer, 0, numRead);
}
} while (numRead != -1);
inputStream.close();
return complete.digest();
}

public static String getMD5Checksum(String filename) throws IOException, 
NoSuchAlgorithmException {
byte[] b = createChecksum(filename);
String result = "";
for (int i = 0; i < b.length; i++) {
result +=
Integer.toString((b[i] & 0xff) + 0x100, 16).substring(1);
}
return result;
}

public static void getMD5CheckSums(String parmFileName) throws IOException, 
NoSuchAlgorithmException {

BufferedReader fileNames = FileFactory.newBufferedReader(parmFileName);
try {
String datasetName;
while ((datasetName = fileNames.readLine()) != null) {
System.out.print(String.format("%1$-50s", datasetName));
System.out.println(getMD5Checksum(datasetName));
}
} finally {
fileNames.close();
}
}

public static void main(String args[]) {
try {
getMD5CheckSums(args[0]);
} catch (Exception e) {
e.printStackTrace();
}
}
}


Cheers,

Jantje.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-17 Thread Sasso, Len
Hi Mike!

I will contact you on Monday, have a wonderful weekend !

Thank You and Please Be Safe!

Len Sasso
Systems Administrator Senior
CSRA, A General Dynamics Information Technology Company
327 Columbia TPKE
Rensselaer, NY 12144

Office Hours: M-F  7 AM - 3:45 PM
Out-Of-Office: Tue., Oct. 20th  - 1:30 PM - Wed., Oct 21st @ 7 AM
Phone: (518) 257-4209
Cell: (518) 894-0879
Fax: (518) 257-4300
len.sa...@gdit.com
URL: www.gdit.com<http://www.gdit.com>





From: IBM Mainframe Discussion List  on behalf of 
Mike Hochee 
Sent: Saturday, October 17, 2020 11:16 PM
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: Re: Checksum/Md5 file



 [External: Use caution with links & attachments]

Hi Len,

Let's take this conversation out of the IBM-MAIN listserv. Feel free to contact 
me at mike.hoc...@aspg.com

Thanks,
Mike

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Sasso, Len
Sent: Saturday, October 17, 2020 10:14 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Checksum/Md5 file

Caution! This message was sent from outside your organization.

Hi Mike!

We don't have the MGCMAIN utility, but I would appreciate any JCL you could 
provide to call to a crypto subroutine library.



Thank You and Please Be Safe!

Len Sasso
Systems Administrator Senior
CSRA, A General Dynamics Information Technology Company
327 Columbia TPKE
Rensselaer, NY 12144

Office Hours: M-F  7 AM - 3:45 PM
Out-Of-Office: Tue., Oct. 20th  - 1:30 PM - Wed., Oct 21st @ 7 AM
Phone: (518) 257-4209
Cell: (518) 894-0879
Fax: (518) 257-4300
len.sa...@gdit.com
URL: www.gdit.com<http://www.gdit.com>





From: IBM Mainframe Discussion List  on behalf of 
Mike Hochee 
Sent: Friday, October 16, 2020 11:28 PM
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: Re: Checksum/Md5 file



 [External: Use caution with links & attachments]

Hi Len Sasso,

As mentioned, you can roll your own and invoke an ICSF service routine, or you 
can use one of several z/OS crypto products. I work for ASPG, so am 
particularly familiar with MegaCryption on z/OS. With MegaCryption this can be 
done using the MGCMAIN utility or via an application call to a crypto 
subroutine library. Since you may already be a customer, I will send you 
additional details offline.

HTH,
Mike

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lennie Dymoke-Bradshaw
Sent: Friday, October 16, 2020 7:37 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Checksum/Md5 file

Caution! This message was sent from outside your organization.

Please note too that the CSNBOWH implementation requires ICSF to be active, but 
does not require any Crypto Express hardware, nor is it dependent on the CPACF. 
It is a software solution that executes within ICSF.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Jousma, David
Sent: 16 October 2020 20:07
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Checksum/Md5 file

Yes.
https://urldefense.us/v3/__https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1__;!!JRQnnSFuzw7wjAKq6ti6!laGxlsZ9OhaGNPUyv1oKZ8200gQ-WxaNoleYDXYyZw60WbVRqd1Ie6AbLcOrOg$
.csfb400/csfb4za229.htm



_
Dave Jousma
AVP | Director, Technology Engineering

Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand Rapids, MI 
49546
616.653.8429  |  fax: 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Sasso, Len
Sent: Friday, October 16, 2020 2:54 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Checksum/Md5 file

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Anyone know if a Checksum/Md5 file can be created on a IBM Mainframe?

If so, how?


Thank You and Please
 Be Safe!

Len Sasso
Systems Administrator Senior
CSRA, A General Dynamics Information Technology Company
327 Columbia TPKE
Rensselaer, NY 12144
Office Hours: M-F  7 AM - 3:45 PM
Out-Of-Office: Tue., Oct. 20th  - 1:30 PM - Wed., Oct 21st @ 7 AM
Phone: (518) 257-4209
Cell: (518) 894-0879
Fax: (518) 257-4300
len.sa...@gdit.com
URL: http://www.gdit.com














--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**


This e-mail transmission contains information that is confidential and may
be privileged.   It is intended only for the addressee(s) named above. If
you receive this e-mail in error, please do not read, copy or disseminate it in 
any manner. If you are not the intended recipient, any disclosure, copying, 
distribution or

Re: Checksum/Md5 file

2020-10-17 Thread Mike Hochee
Hi Len, 

Let's take this conversation out of the IBM-MAIN listserv. Feel free to contact 
me at mike.hoc...@aspg.com  

Thanks, 
Mike 

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Sasso, Len
Sent: Saturday, October 17, 2020 10:14 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Checksum/Md5 file

Caution! This message was sent from outside your organization.

Hi Mike!

We don't have the MGCMAIN utility, but I would appreciate any JCL you could 
provide to call to a crypto subroutine library.



Thank You and Please Be Safe!

Len Sasso
Systems Administrator Senior
CSRA, A General Dynamics Information Technology Company
327 Columbia TPKE
Rensselaer, NY 12144

Office Hours: M-F  7 AM - 3:45 PM
Out-Of-Office: Tue., Oct. 20th  - 1:30 PM - Wed., Oct 21st @ 7 AM
Phone: (518) 257-4209
Cell: (518) 894-0879
Fax: (518) 257-4300
len.sa...@gdit.com
URL: www.gdit.com<http://www.gdit.com>





From: IBM Mainframe Discussion List  on behalf of 
Mike Hochee 
Sent: Friday, October 16, 2020 11:28 PM
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: Re: Checksum/Md5 file



 [External: Use caution with links & attachments]

Hi Len Sasso,

As mentioned, you can roll your own and invoke an ICSF service routine, or you 
can use one of several z/OS crypto products. I work for ASPG, so am 
particularly familiar with MegaCryption on z/OS. With MegaCryption this can be 
done using the MGCMAIN utility or via an application call to a crypto 
subroutine library. Since you may already be a customer, I will send you 
additional details offline.

HTH,
Mike

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lennie Dymoke-Bradshaw
Sent: Friday, October 16, 2020 7:37 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Checksum/Md5 file

Caution! This message was sent from outside your organization.

Please note too that the CSNBOWH implementation requires ICSF to be active, but 
does not require any Crypto Express hardware, nor is it dependent on the CPACF. 
It is a software solution that executes within ICSF.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Jousma, David
Sent: 16 October 2020 20:07
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Checksum/Md5 file

Yes.
https://urldefense.us/v3/__https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1__;!!JRQnnSFuzw7wjAKq6ti6!laGxlsZ9OhaGNPUyv1oKZ8200gQ-WxaNoleYDXYyZw60WbVRqd1Ie6AbLcOrOg$
.csfb400/csfb4za229.htm



_
Dave Jousma
AVP | Director, Technology Engineering

Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand Rapids, MI 
49546
616.653.8429  |  fax: 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Sasso, Len
Sent: Friday, October 16, 2020 2:54 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Checksum/Md5 file

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Anyone know if a Checksum/Md5 file can be created on a IBM Mainframe?

If so, how?


Thank You and Please
 Be Safe!

Len Sasso
Systems Administrator Senior
CSRA, A General Dynamics Information Technology Company
327 Columbia TPKE
Rensselaer, NY 12144
Office Hours: M-F  7 AM - 3:45 PM
Out-Of-Office: Tue., Oct. 20th  - 1:30 PM - Wed., Oct 21st @ 7 AM
Phone: (518) 257-4209
Cell: (518) 894-0879
Fax: (518) 257-4300
len.sa...@gdit.com
URL: http://www.gdit.com














--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**


This e-mail transmission contains information that is confidential and may
be privileged.   It is intended only for the addressee(s) named above. If
you receive this e-mail in error, please do not read, copy or disseminate it in 
any manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INF

Re: Checksum/Md5 file

2020-10-17 Thread Sasso, Len
Hi Mike!

We don't have the MGCMAIN utility, but I would appreciate any JCL you could 
provide to call to a crypto subroutine library.



Thank You and Please Be Safe!

Len Sasso
Systems Administrator Senior
CSRA, A General Dynamics Information Technology Company
327 Columbia TPKE
Rensselaer, NY 12144

Office Hours: M-F  7 AM - 3:45 PM
Out-Of-Office: Tue., Oct. 20th  - 1:30 PM - Wed., Oct 21st @ 7 AM
Phone: (518) 257-4209
Cell: (518) 894-0879
Fax: (518) 257-4300
len.sa...@gdit.com
URL: www.gdit.com<http://www.gdit.com>





From: IBM Mainframe Discussion List  on behalf of 
Mike Hochee 
Sent: Friday, October 16, 2020 11:28 PM
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: Re: Checksum/Md5 file



 [External: Use caution with links & attachments]

Hi Len Sasso,

As mentioned, you can roll your own and invoke an ICSF service routine, or you 
can use one of several z/OS crypto products. I work for ASPG, so am 
particularly familiar with MegaCryption on z/OS. With MegaCryption this can be 
done using the MGCMAIN utility or via an application call to a crypto 
subroutine library. Since you may already be a customer, I will send you 
additional details offline.

HTH,
Mike

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lennie Dymoke-Bradshaw
Sent: Friday, October 16, 2020 7:37 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Checksum/Md5 file

Caution! This message was sent from outside your organization.

Please note too that the CSNBOWH implementation requires ICSF to be active, but 
does not require any Crypto Express hardware, nor is it dependent on the CPACF. 
It is a software solution that executes within ICSF.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Jousma, David
Sent: 16 October 2020 20:07
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Checksum/Md5 file

Yes.
https://urldefense.us/v3/__https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1__;!!JRQnnSFuzw7wjAKq6ti6!laGxlsZ9OhaGNPUyv1oKZ8200gQ-WxaNoleYDXYyZw60WbVRqd1Ie6AbLcOrOg$
.csfb400/csfb4za229.htm



_
Dave Jousma
AVP | Director, Technology Engineering

Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand Rapids, MI 
49546
616.653.8429  |  fax: 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Sasso, Len
Sent: Friday, October 16, 2020 2:54 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Checksum/Md5 file

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Anyone know if a Checksum/Md5 file can be created on a IBM Mainframe?

If so, how?


Thank You and Please
 Be Safe!

Len Sasso
Systems Administrator Senior
CSRA, A General Dynamics Information Technology Company
327 Columbia TPKE
Rensselaer, NY 12144
Office Hours: M-F  7 AM - 3:45 PM
Out-Of-Office: Tue., Oct. 20th  - 1:30 PM - Wed., Oct 21st @ 7 AM
Phone: (518) 257-4209
Cell: (518) 894-0879
Fax: (518) 257-4300
len.sa...@gdit.com
URL: http://www.gdit.com














--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**


This e-mail transmission contains information that is confidential and may
be privileged.   It is intended only for the addressee(s) named above. If
you receive this e-mail in error, please do not read, copy or disseminate it in 
any manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-16 Thread Mike Hochee
Hi Len Sasso, 

As mentioned, you can roll your own and invoke an ICSF service routine, or you 
can use one of several z/OS crypto products. I work for ASPG, so am 
particularly familiar with MegaCryption on z/OS. With MegaCryption this can be 
done using the MGCMAIN utility or via an application call to a crypto 
subroutine library. Since you may already be a customer, I will send you 
additional details offline.

HTH, 
Mike 

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lennie Dymoke-Bradshaw
Sent: Friday, October 16, 2020 7:37 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Checksum/Md5 file

Caution! This message was sent from outside your organization.

Please note too that the CSNBOWH implementation requires ICSF to be active, but 
does not require any Crypto Express hardware, nor is it dependent on the CPACF. 
It is a software solution that executes within ICSF.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Jousma, David
Sent: 16 October 2020 20:07
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Checksum/Md5 file

Yes.
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1
.csfb400/csfb4za229.htm



_
Dave Jousma
AVP | Director, Technology Engineering

Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand Rapids, MI 
49546
616.653.8429  |  fax: 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Sasso, Len
Sent: Friday, October 16, 2020 2:54 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Checksum/Md5 file

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Anyone know if a Checksum/Md5 file can be created on a IBM Mainframe?

If so, how?


Thank You and Please
 Be Safe!

Len Sasso
Systems Administrator Senior
CSRA, A General Dynamics Information Technology Company
327 Columbia TPKE
Rensselaer, NY 12144
Office Hours: M-F  7 AM - 3:45 PM
Out-Of-Office: Tue., Oct. 20th  - 1:30 PM - Wed., Oct 21st @ 7 AM
Phone: (518) 257-4209
Cell: (518) 894-0879
Fax: (518) 257-4300
len.sa...@gdit.com
URL: www.gdit.com














--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**


This e-mail transmission contains information that is confidential and may
be privileged.   It is intended only for the addressee(s) named above. If
you receive this e-mail in error, please do not read, copy or disseminate it in 
any manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-16 Thread Lennie Dymoke-Bradshaw
Please note too that the CSNBOWH implementation requires ICSF to be active,
but does not require any Crypto Express hardware, nor is it dependent on the
CPACF. It is a software solution that executes within ICSF.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of
Jousma, David
Sent: 16 October 2020 20:07
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Checksum/Md5 file

Yes.
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1
.csfb400/csfb4za229.htm



_
Dave Jousma
AVP | Director, Technology Engineering  

Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand Rapids,
MI 49546
616.653.8429  |  fax: 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of
Sasso, Len
Sent: Friday, October 16, 2020 2:54 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Checksum/Md5 file

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or
unexpected emails**

Anyone know if a Checksum/Md5 file can be created on a IBM Mainframe?

If so, how?


Thank You and Please
 Be Safe!

Len Sasso
Systems Administrator Senior
CSRA, A General Dynamics Information Technology Company
327 Columbia TPKE
Rensselaer, NY 12144
Office Hours: M-F  7 AM - 3:45 PM
Out-Of-Office: Tue., Oct. 20th  - 1:30 PM - Wed., Oct 21st @ 7 AM
Phone: (518) 257-4209
Cell: (518) 894-0879
Fax: (518) 257-4300
len.sa...@gdit.com
URL: www.gdit.com





 



 




--
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION
EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or
unexpected emails**


This e-mail transmission contains information that is confidential and may
be privileged.   It is intended only for the addressee(s) named above. If
you receive this e-mail in error, please do not read, copy or disseminate it
in any manner. If you are not the intended recipient, any disclosure,
copying, distribution or use of the contents of this information is
prohibited. Please reply to the message immediately by informing the sender
that the message was misdirected. After replying, please erase it from your
computer system. Your assistance in correcting this error is appreciated.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-16 Thread Paul Gilmartin
On Fri, 16 Oct 2020 19:06:50 +, Jousma, David wrote:

>Yes.   
>https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.csfb400/csfb4za229.htm
>
Also, convenient but not cryptographically strong:

https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.bpxa500/cksum.htm
>
>-Original Message-
>From:  Sasso, Len
>Sent: Friday, October 16, 2020 2:54 PM
>
>Anyone know if a Checksum/Md5 file can be created on a IBM Mainframe?
>If so, how?

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: EXTERNAL EMAIL: Checksum/Md5 file

2020-10-16 Thread Jerry Whitteridge
Look at File 900 on the CBT Tape

Jerry Whitteridge
jerry.whitteri...@albertsons.com
Manager Mainframe Systems & HP Non-Stop
Albertsons Companies

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Sasso, Len
Sent: Friday, October 16, 2020 11:54 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: EXTERNAL EMAIL: Checksum/Md5 file

Anyone know if a Checksum/Md5 file can be created on a IBM Mainframe?

If so, how?


Thank You and Please
 Be Safe!

Len Sasso
Systems Administrator Senior
CSRA, A General Dynamics Information Technology Company
327 Columbia TPKE
Rensselaer, NY 12144
Office Hours: M-F  7 AM - 3:45 PM
Out-Of-Office: Tue., Oct. 20th  - 1:30 PM - Wed., Oct 21st @ 7 AM
Phone: (518) 257-4209
Cell: (518) 894-0879
Fax: (518) 257-4300
len.sa...@gdit.com
URL: www.gdit.com














--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

 Warning: All e-mail sent to this address will be received by the corporate 
e-mail system, and is subject to archival and review by someone other than the 
recipient. This e-mail may contain proprietary information and is intended only 
for the use of the intended recipient(s). If the reader of this message is not 
the intended recipient(s), you are notified that you have received this message 
in error and that any review, dissemination, distribution or copying of this 
message is strictly prohibited. If you have received this message in error, 
please notify the sender immediately.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Checksum/Md5 file

2020-10-16 Thread Jousma, David
Yes.   
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.csfb400/csfb4za229.htm


_
Dave Jousma
AVP | Director, Technology Engineering  

Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand Rapids, MI 
49546
616.653.8429  |  fax: 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Sasso, Len
Sent: Friday, October 16, 2020 2:54 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Checksum/Md5 file

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Anyone know if a Checksum/Md5 file can be created on a IBM Mainframe?

If so, how?


Thank You and Please
 Be Safe!

Len Sasso
Systems Administrator Senior
CSRA, A General Dynamics Information Technology Company
327 Columbia TPKE
Rensselaer, NY 12144
Office Hours: M-F  7 AM - 3:45 PM
Out-Of-Office: Tue., Oct. 20th  - 1:30 PM - Wed., Oct 21st @ 7 AM
Phone: (518) 257-4209
Cell: (518) 894-0879
Fax: (518) 257-4300
len.sa...@gdit.com
URL: www.gdit.com





 



 




--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**


This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Checksum/Md5 file

2020-10-16 Thread Sasso, Len
Anyone know if a Checksum/Md5 file can be created on a IBM Mainframe?

If so, how?


Thank You and Please
 Be Safe!

Len Sasso
Systems Administrator Senior
CSRA, A General Dynamics Information Technology Company
327 Columbia TPKE
Rensselaer, NY 12144
Office Hours: M-F  7 AM - 3:45 PM
Out-Of-Office: Tue., Oct. 20th  - 1:30 PM - Wed., Oct 21st @ 7 AM
Phone: (518) 257-4209
Cell: (518) 894-0879
Fax: (518) 257-4300
len.sa...@gdit.com
URL: www.gdit.com





 



 




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN