Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

file encryption

Status
Not open for further replies.

AQWQ

Programmer
Aug 5, 2001
33
IN
Is it possible to encrypt and decrypt a file in unix..is there any unix tool for that..what i need if someone tried to access a particular directory it shud prompt for a password to access the directory..or else i need some tools to encrypt a file..that is if sopmeone opens that file they shud not be able to read the contents of the file..is it possible in unix???

Thanx in advance
Santhosh Santhosh Ravindran
 
This can all be achieved by using the correct file permissions. If you don't want someone to read a file, don't give them permission to read it!

This may be done through the appropriate management of groups on your system.

Greg.
 
yeah i know that Greg..but i need a solution such that even if one logs in the root password or adminstrator password he shud not be able to access my file..got it??? Santhosh Ravindran
 
Also - under Linux the zip and unzip programs allow oyu to specify passwords, and is compatible with pkzip Mike
michael.j.lacey@ntlworld.com
Email welcome if you're in a hurry or something -- but post in tek-tips as well please, and I will post my reply here as well.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top