Sponsored Content
Top Forums UNIX for Dummies Questions & Answers password protect a CSV file: better solution than ZIP password? Post 302576339 by slashdotweenie on Thursday 24th of November 2011 10:28:50 AM
Old 11-24-2011
Quote:
Originally Posted by vbe
That means something Windows compatible?
Sadly it needs to be Windows compatible. Even more troubles, the girls don't have Admin rights on their windows boxes.

*NIX only I would use openssl. But sadly can't

Code:
Standards, Environments, and Macros                    openssl(5)

NAME
     openssl -  OpenSSL  cryptographic  &  Secure  Sockets  Layer
     toolkit

DESCRIPTION
     OpenSSL is a cryptography toolkit that implements the Secure
     Sockets  Layer  (SSLv2/v3) and Transport Layer Security (TLS
     v1) network protocols.

     The following features are omitted  from  the  binaries  for
     issues  including but not limited to patents, trademark, and
     US export restrictions: MDC2, RC3, RC5, IDEA,  ECC,  Dynamic
     Engine   Loading,  CSWIFT  Engine,  nCipher  Engine,  Atalla
     Engine, NURON Engine, UBSEC  Engine,  AEP  Engine,  Sureware
     Engine, and 4758_CCA Engine.

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Protect a tar file with a password!!

Hi there, I just want to know if there's anyway to protect any tar file with a password that requierd when somebody want to extract that tar. thanks in advance regards, Abdulkarim (1 Reply)
Discussion started by: geoquest
1 Replies

2. UNIX for Dummies Questions & Answers

Password protect a file

I have created a PHP page that I use to clean files on my machine. I would like to leave the file there but I want to password protect it so that I am the only one that can run it from the shell. Does anyone know how to do this? Thanks. -Cam (2 Replies)
Discussion started by: perryl7
2 Replies

3. Shell Programming and Scripting

tar with password protect

Hello All, i work with backup, The below script runs and tar the user specified dir and put it in a backup machine. can any one help me to modify this in such a was that the tar file generated can be given a users specific password so that it can have high security. KINDLY LET ME... (2 Replies)
Discussion started by: pradeepmacha
2 Replies

4. UNIX for Dummies Questions & Answers

Zip and password protect non-interactively

I'm wondering if there is a way to zip a file and password protect it non-interactively. zip -e will prompt for a password but I don't want a prompt. This needs to be done automatically as part of a shell script. I'm using the zip command because the will be unzipped by a Windows machine. ... (1 Reply)
Discussion started by: savage66
1 Replies

5. UNIX for Dummies Questions & Answers

Zip file with password protection

I am trying to zip a file with password protection. I have read all or atleast most of the threads on the website, but couldn't come up with a solution. I am running ZIP version 2.3 on HP-UX but I dont see the -P (password) option. I read somewhere that free versions of zip don't come with... (5 Replies)
Discussion started by: pintu
5 Replies

6. Shell Programming and Scripting

Password protect a zip file

Hi, I'm working on Solaris 9 and i need to unzip a password protected zip, which i can do using zip -Ppassword filename however when i have done what i need to do with the file is to zip the file back up with a password. Zip on my system is version 2.3 and does not support this? How can... (0 Replies)
Discussion started by: Pablo_beezo
0 Replies

7. AIX

How to zip file in AIX with password.

Hi Guru, I have assignment to create script to compress file as .ZIP with password. I don't know the command line in AIX. It's very new for me. I'm try to use zip or tar but I don't have any option for encrypt with password. Please kindly suggest me. Thank you very much. Multidev (7 Replies)
Discussion started by: multidev
7 Replies

8. Cybersecurity

How to encrypt / password protect big Linux file?

Hello, i have around 20 backup files tar.gz with sensitive data. The sizes of these files are from around 200MB to around 20GB I want to secure these files so no one can read, use its contents. only me the method of encrypting, password protecting them should be fast, so for example in... (1 Reply)
Discussion started by: postcd
1 Replies

9. UNIX for Dummies Questions & Answers

Zip a file with password

Hi, newbie to Linux, is there another way to zip a file with a password other than using 'zip' command? (7 Replies)
Discussion started by: mined
7 Replies

10. Shell Programming and Scripting

Password protect script

Is there a way to have a user be prompted for a password to open a file? I am trying to protect a bash script from being changed. Thank you :). (3 Replies)
Discussion started by: cmccabe
3 Replies
SGE_QMASTER(8)					      Sun Grid Engine Administrative Commands					    SGE_QMASTER(8)

NAME
sge_qmaster - Sun Grid Engine master control daemon SYNOPSIS
sge_qmaster [ -help ] DESCRIPTION
sge_qmaster controls the overall Sun Grid Engine behavior in a cluster. OPTIONS
-help Prints a listing of all options. ENVIRONMENTAL VARIABLES
SGE_ROOT Specifies the location of the Sun Grid Engine standard configuration files. SGE_CELL If set, specifies the default Sun Grid Engine cell. To address a Sun Grid Engine cell sge_qmaster uses (in the order of precedence): The name of the cell specified in the environment variable SGE_CELL, if it is set. The name of the default cell, i.e. default. SGE_DEBUG_LEVEL If set, specifies that debug information should be written to stderr. In addition the level of detail in which debug infor- mation is generated is defined. SGE_QMASTER_PORT If set, specifies the tcp port on which sge_qmaster(8) is expected to listen for communication requests. Most installations will use a services map entry for the service "sge_qmaster" instead to define that port. SGE_EXECD_PORT If set, specifies the tcp port on which sge_execd(8) is expected to listen for communication requests. Most installations will use a services map entry for the service "sge_execd" instead to define that port. RESTRICTIONS
sge_qmaster is usually started from root on the master or shadow master machines of the cluster (refer to the Sun Grid Engine Installation and Administration Guide for more information about the configuration of shadow master hosts). If started by a normal user, a master spool directory must be used to which the user has read/write access. In this case only jobs being submitted by that same user are handled cor- rectly by the system. FILES
<sge_root>/<cell>/common/configuration Sun Grid Engine global configuration <sge_root>/<cell>/common/local_conf/<host> Sun Grid Engine host specific configuration <sge_root>/<cell>/common/qmaster_args sge_qmaster argument file <sge_root>/<cell>/spool Default master spool directory SEE ALSO
sge_intro(1), sge_conf(5), sge_execd(8), sge_shadowd(8), Sun Grid Engine Installation and Administration Guide COPYRIGHT
See sge_intro(1) for a full statement of rights and permissions. SGE 6.2u5 $Date$ SGE_QMASTER(8)
All times are GMT -4. The time now is 09:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy