Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Secure Delivery of Zip files
Goto page Previous  1, 2
 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics
Author Message
raj_mainframe08

New User


Joined: 11 Sep 2007
Posts: 45
Location: Gurgaon

PostPosted: Tue Dec 15, 2009 6:22 pm    Post subject:
Reply with quote

Following is the code i am using to create the zip file. Please let me know how can i apply password then

Code:
//PKZIP01 EXEC PGM=PKZIP,REGION=0M,TIME=(50,00)                     
//INFILE   DD DSN=SS5482.G5482.PA01F.DATA,DISP=SHR                   
//OUTFILE  DD DSN=SS5482.G5482.PA01F.ZIP.DATA,DISP=(NEW,CATLG,KEEP),
//          DCB=(RECFM=FB,LRECL=400,BLKSIZE=4000),                   
//         UNIT=SYSDA,SPACE=(CYL,(100,100),RLSE)                     
//SYSIN    DD *
   -INDD(INFILE)       
    -ARCHOUTDD(OUTFILE) 
   -METHOD(MAXIMUM)     
//SYSPRINT DD SYSOUT=(,)                                             
//SYSOUT   DD SYSOUT=(,)                                             
//SYSUDUMP DD SYSOUT=(,)                                             
//*                                                                 
Back to top
View user's profile Send private message
References
PeterHolland

Active Member


Joined: 27 Oct 2009
Posts: 909
Location: Netherlands, Amstelveen

PostPosted: Tue Dec 15, 2009 6:25 pm    Post subject:
Reply with quote

–PASSWORD(<userpw>)

see : http://www.pkware.com/documents/manuals/PKMU-V5R5000.pdf
Back to top
View user's profile Send private message
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 5916
Location: italy

PostPosted: Tue Dec 15, 2009 6:26 pm    Post subject: Reply to: Secure Delivery of Zip files
Reply with quote

I strongly recommend that sensitive matters like encryption should not rely on forum replies

they should be discussed with the proper organization hierarchy in order to apply the correct process
Back to top
View user's profile Send private message
PeterHolland

Active Member


Joined: 27 Oct 2009
Posts: 909
Location: Netherlands, Amstelveen

PostPosted: Tue Dec 15, 2009 6:32 pm    Post subject:
Reply with quote

Why is that Enrico? A lot of stuff is to be found about en/decryption on the internets and/or literature.
Asking for some solutions/procedures etc. is not that bad.
Implementing some things is another story, that would be left to
authorized people. But maybe the TS belongs to that.
Back to top
View user's profile Send private message
raj_mainframe08

New User


Joined: 11 Sep 2007
Posts: 45
Location: Gurgaon

PostPosted: Tue Dec 15, 2009 6:35 pm    Post subject:
Reply with quote

i am just trying to understand how can i create the password protected zip file and not giving the actual data. Whats the problem in that if i am not sharing any sensitve information?
Back to top
View user's profile Send private message
PeterHolland

Active Member


Joined: 27 Oct 2009
Posts: 909
Location: Netherlands, Amstelveen

PostPosted: Tue Dec 15, 2009 6:43 pm    Post subject:
Reply with quote

raj_mainframe08 wrote:
i am just trying to understand how can i create the password protected zip file and not giving the actual data. Whats the problem in that if i am not sharing any sensitve information?


Did you read my response and follow the link?
Back to top
View user's profile Send private message
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 5916
Location: italy

PostPosted: Tue Dec 15, 2009 6:45 pm    Post subject: Reply to: Secure Delivery of Zip files
Reply with quote

the main point I try to make is that people asking on forums just want a quick and dirty recipe for blind problem solving

I strongly believe that the main concern when replying to any question should be
on teaching people how to use the proper organization channels and apply the proper standards and practices


for example
what is the security level of the data being exchanged
who is responsible for the data
how are the passwords going to be exchanged
what is being done to secure the overall path of critical data

that' s why without knowing the whole shebang I advice against giving advice
the tools should have been already chosen and tested befor beyng deployed to the bottom of the chain
( if somebody is higher in the chain then he should not have the need to ask on a forum)
the command how to password protect a zip file should be the last concern


that' why I feel that security related issues should not be discussed on forums

giving a quick and dirty suggestion might agree with the spoon feeding approach , but in the long run will make people lose the organizational perspective

also one more note... people asking on the forums very seldom have the need to know icon_biggrin.gif
Back to top
View user's profile Send private message
raj_mainframe08

New User


Joined: 11 Sep 2007
Posts: 45
Location: Gurgaon

PostPosted: Tue Dec 15, 2009 7:29 pm    Post subject:
Reply with quote

Hi Peter,

Yes, i have tried your suggestion for creating the password protected zip file and successful in doinjg that. Really appreciate your help in this regard. Thanks [:d]
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics All times are GMT + 6 HoursGoto page Previous  1, 2
Page 2 of 2