[glug-t] Re: Encrypting information on disk
- From: "Sahil Ahuja" <sahilahuja@xxxxxxxxx>
- To: glug_t@xxxxxxxxxxxxx
- Date: Tue, 22 Apr 2008 19:00:09 +0530
Try doing this :
1) Install fuse-encfs
yum install fuse-encfs
Also, add yourself to a group called fuse now present on your system.
2) Then, assuming mystuff folder has the data you are trying to protect
mv mystuff mystuff-bak
3) Then create an encrypted encfs file system in a folder with encfs
command:
mkdir .mystuff
mkdir mystuff
encfs ~/.mystuff ~/mystuff (you have to give the full path from / here)
Agree to the default settings and provide a password when asked. (Don't lose
this password, coz if you do, there is no way to recover your information.)
4) Now move your stuff to the encrypted your system :
mv mystuff-bak/* mystuff/
5) Now unmount your encrypted file system :
fusermount -u mystuff
That it!
Now when you need to see the encrypted files, type :
encfs ~/.mystuff ~/mystuff
And when you are done, unmount it by :
fusermount -u mystuff
On Tue, Apr 15, 2008 at 7:59 PM, Harishankaran K <sp2hari@xxxxxxxxx> wrote:
> Hi,
> There is a command called "ccrypt"
> Check that. It is quite easy to use and has many nice features.
>
>
> --
> Regards
> Hari.
> http://sp2hari.com
> ---------------------------------------------------------------
> To unsubscribe send a mail to glug_t-request@xxxxxxxxxxxxx with
> 'unsubscribe' as subject.
>
> Website: http://glugt.linuxisle.com
>
---------------------------------------------------------------
To unsubscribe send a mail to glug_t-request@xxxxxxxxxxxxx with
'unsubscribe' as subject.
Website: http://glugt.linuxisle.com
- Follow-Ups:
- [glug-t] Re: Encrypting information on disk
- From: Theyagarajan S
- References:
- [glug-t] Encrypting information on disk
- From: Theyagarajan S
- [glug-t] Re: Encrypting information on disk
- From: Harishankaran K
Other related posts:
- » [glug-t] Encrypting information on disk
- » [glug-t] Re: Encrypting information on disk
- » [glug-t] Re: Encrypting information on disk
- » [glug-t] Re: Encrypting information on disk
- » [glug-t] Re: Encrypting information on disk
- » [glug-t] Re: Encrypting information on disk
- [glug-t] Re: Encrypting information on disk
- From: Theyagarajan S
- [glug-t] Encrypting information on disk
- From: Theyagarajan S
- [glug-t] Re: Encrypting information on disk
- From: Harishankaran K