Sponsored Content
Full Discussion: Commands for File Security
Top Forums UNIX for Dummies Questions & Answers Commands for File Security Post 16977 by TRUEST on Saturday 9th of March 2002 01:59:36 PM
Old 03-09-2002
Commands for File Security

I was reading about unix on the site on the internet when I came across a topic that deals with using commands like "crypt" to encrypt files so that no one but the owner can see contents of the file.


Now, I tried that command "crypt" on my Linux RedHat version 7.2 system and it didn't work

my question is, does anyone know of any command or commands I can use to secure the contents of a file. I know about file permissions but am not interested in that. I want to take file security to a higher professional level by crypting.

does anybody have any idea what am talking about?? if you do, please give me a complete answer about the file security commands that would work on most unix platforms.

THANKS IN ADVANCE
 

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Reading UNIX commands from file and redirecting output to a file

Hi All I have written the following script: #!/bin/ksh while read cmdline do echo `$cmdline` pid="$cmdline" done<commands.txt =========== commands.txt contains: ps -ef | grep abc | grep xyz |awk '{print $2}; My objective is to store the o/p of the command in a variable and do... (8 Replies)
Discussion started by: rahulparo
8 Replies

2. Shell Programming and Scripting

Need unix commands to delete records from one file if the same record present in another file...

Need unix commands to delete records from one file if the same record present in another file... just like join ... if the record present in both files.. delete from first file or delete the particular record and write the unmatched records to new file.. tried with grep and while... (6 Replies)
Discussion started by: msathees
6 Replies
dircproxy-crypt(1)					      General Commands Manual						dircproxy-crypt(1)

NAME
dircproxy-crypt - Generate encrypted password for dircproxy SYNOPSIS
dircproxy-crypt [-hv] [password]... DESCRIPTION
dircproxy-crypt generates encrypted passwords for the dircproxy(1) configuration file. These passwords are used in the 'password' configu- ration option of a connection class, and are compared to the password you configure your IRC client to use. If you do not supply any plain text passwords to encrypt on the command line then dircproxy-crypt, when run, will ask you for one on stan- dard input. It will display the encrypted version of each password, created using your system's crypt(3) function and a random salt, on standard output. OPTIONS
-h Displays a brief help message detailing the command-line arguments, then exits. -v Displays the dircproxy version number that this version of dircproxy-crypt comes with, then exits. SEE ALSO
dircproxy(1) crypt(3) BUGS
Please submit and review bug reports at: http://bugzilla.dircproxy.net/ AUTHOR
Written by Scott James Remnant <scott@netsplit.com>. COPYRIGHT
Copyright (C) 2002 Scott James Remnant. All Rights Reserved. dircproxy is distributed under the GNU General Public License. 11 Jan 2001 dircproxy-crypt(1)
All times are GMT -4. The time now is 03:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy