Re: File encryption

2006-02-10 Thread Timothy Sipples
Brian, One thing that we're all assuming is that you're talking about VSAM. Is that correct? If it's DB2 (or even IMS), there are some pretty easy ways to get encryption. DB2 V8 has a new ENCRYPT word in its SQL vocabulary for column-level encryption. There's also something called IBM Data

Re: File encryption

2006-02-10 Thread Perryman, Brian
Hi Timothy Yes, it's curently VSAM and QSAM, we don't have any databases. But the PCI-S standard to which we're having to comply (see the relevant VISA web sites for more details) specifies that ANY data file stored permanently on disk must have cardholder information encrypted so, basically,

File encryption

2006-02-09 Thread Perryman, Brian
Hi folks To meet certain credit-card industry governing body requirements, I've been told we have to encrypt credit card numbers in any file that is permanently stored on disk or tape. It doesn't have to be the whole file (and I've argued that would be wasteful anyway), but the fields holding

Re: File encryption

2006-02-09 Thread Mark Jacobs
List [mailto:[EMAIL PROTECTED] On Behalf Of Perryman, Brian Sent: Thursday, February 09, 2006 8:29 AM To: IBM-MAIN@BAMA.UA.EDU Subject: File encryption Hi folks To meet certain credit-card industry governing body requirements, I've been told we have to encrypt credit card numbers in any file

Re: File encryption

2006-02-09 Thread Paul Gilmartin
In a recent note, Mark Jacobs said: Date: Thu, 9 Feb 2006 08:53:17 -0500 I wrote a callable routine that uses ICSF services to encrypt/decrypt data passed to it. If enough people express a desire for it, I can request that it be added to the CBT tape. I had thought that CSNBENC

Re: File encryption

2006-02-09 Thread Mark Jacobs
Sent: Thursday, February 09, 2006 9:11 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: File encryption In a recent note, Mark Jacobs said: Date: Thu, 9 Feb 2006 08:53:17 -0500 I wrote a callable routine that uses ICSF services to encrypt/decrypt data passed to it. If enough people express

Re: File encryption

2006-02-09 Thread Perryman, Brian
Indeed. Well, I think so anyway..(!) We've not done anything with CSF at the moment (nor do we have a crypto-coprocessor) so this is all new to us. We're after something that is as transparent as possible and involves the least amount of program re-engineering, though.. Brian - This e-mail

Re: File encryption

2006-02-09 Thread Mark Jacobs
List [mailto:[EMAIL PROTECTED] On Behalf Of Perryman, Brian Sent: Thursday, February 09, 2006 9:21 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: File encryption Indeed. Well, I think so anyway..(!) We've not done anything with CSF at the moment (nor do we have a crypto-coprocessor) so this is all new

Re: File encryption

2006-02-09 Thread Perryman, Brian
do field-level. :-( Brian -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Behalf Of Mark Jacobs Sent: 09 February 2006 14:25 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: File encryption Well both IBM's product and MegaCryption work on a file by file basis

Re: File encryption

2006-02-09 Thread Mark Jacobs
Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Perryman, Brian Sent: Thursday, February 09, 2006 9:30 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: File encryption Nope, it's a 7060-H30, we definitely don't have a crypto on it. We're going to z890 late this year/early next and we'll be specifying

Re: File encryption

2006-02-09 Thread Jim McAlpine
was getting the impression from their brochure that it would do field-level. :-( Brian -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Behalf Of Mark Jacobs Sent: 09 February 2006 14:25 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: File encryption Well

Re: File encryption

2006-02-09 Thread Jim McAlpine
February 2006 14:25 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: File encryption Well both IBM's product and MegaCryption work on a file by file basis. They don't do anything for fields within records. What model mainframe do you have? You might have the crypto-coprocessors available and not even

Re: File encryption

2006-02-09 Thread Perryman, Brian
:-) -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Behalf Of Jim McAlpine Sent: 09 February 2006 15:28 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: File encryption Brian, I presume you're putting the bookshop in Devon on hold then. Jim McAlpine This e-mail

Re: File encryption

2006-02-09 Thread Jim McAlpine
[EMAIL PROTECTED] wrote: :-) -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Behalf Of Jim McAlpine Sent: 09 February 2006 15:28 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: File encryption Brian, I presume you're putting the bookshop in Devon on hold

Re: File encryption

2006-02-09 Thread Matthew Stitt
- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Perryman, Brian Sent: Thursday, February 09, 2006 9:30 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: File encryption Nope, it's a 7060-H30, we definitely don't have a crypto on it. We're going to z890 late this year/early next

Re: File encryption

2006-02-09 Thread Don Bolton
Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Perryman, Brian Sent: Thursday, February 09, 2006 7:29 AM To: IBM-MAIN@BAMA.UA.EDU Subject: File encryption Hi folks To meet certain credit-card industry governing body requirements, I've been told we have to encrypt credit card numbers in any file

Re: File encryption for transfer to WinXP ?

2005-08-17 Thread Mark Jacobs
On Tuesday 16 August 2005 09:54 pm, Thomas Kern wrote: One of our users has become interested in encrypting a job's sysout before sending it to a email address. We currently use XMITPIP to package the data for emailing the data. This is only an interest at this point, there is no money to

Re: File encryption for transfer to WinXP ?

2005-08-17 Thread Thomas Kern
Has anyone ported the latest level of OpenSSL to z/OS (TSo or USS)? To the OpenVM environment? /Tom Kern --- Mark Jacobs [EMAIL PROTECTED] wrote: There are command line versions of openssl available for both windows and zos (ported tools package). I have been able to encrypt data on zos

File encryption for transfer to WinXP ?

2005-08-17 Thread Timothy Sipples
One of our users has become interested in encrypting a job's sysout before sending it to a email address. We currently use XMITPIP to package the data for emailing the data. This is only an interest at this point, there is no money to spend on fancy products with components on both z/OS and

File encryption for transfer to WinXP ?

2005-08-16 Thread Thomas Kern
One of our users has become interested in encrypting a job's sysout before sending it to a email address. We currently use XMITPIP to package the data for emailing the data. This is only an interest at this point, there is no money to spend on fancy products with components on both z/OS and WinXP.