Jorge Delgado escribió:
> Hi, i would like to protect files like passwords and websites of Firefox
> (iceweasel), and this cannot be done encripting the files.
I have recently opened a discussion about something similar.
The program you can use is "encfs", and there is a fantastic GUI for
managing it called Cryptkeeper. Both are in Debian repositories.
You can create, for example, an encripted folder called "net", and then
_move_ the folders ".mozilla*" inside it. Then create a symbolic link
against them to your folder, and voalá, you have protected your files
_while_ you can use them.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
02-25-2009, 01:59 PM
Johannes Wiedersich
Protecting files in linux
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Jorge Delgado wrote:
> Hi, i would like to protect files like passwords and websites of Firefox
> (iceweasel), and this cannot be done encripting the files.
Why not?
> So, i need some program for protect the files and, at the same time be
> using them. If i encript the files, i cannot use them at the same time.
Certainly not. Any encrypted file with no means of decrypting it again
is just useless. The idea of encryption is to prevent *unauthorized*
access, not to prevent all access (then you might just delete the file).
> And if I cannot use them at the same time, it's meaningless.
Why?
> Somebody could help me? Thank you very much, I appreciatte your help.
What is it actually that you would like to achieve?
Cheers,
Johannes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
02-25-2009, 05:57 PM
Kelly Clowers
Protecting files in linux
On Wed, Feb 25, 2009 at 05:20, Jorge Delgado <jdl.list.linux@gmail.com> wrote:
> Hi, i would like to protect files like passwords and websites of Firefox
> (iceweasel), and this cannot be done encripting the files.
>
> So, i need some program for protect the files and, at the same time be
> using them. If i encript the files, i cannot use them at the same time.
> And if I cannot use them at the same time, it's meaningless.
>
> Somebody could help me? Thank you very much, I appreciatte your help.
I am not sure what you are trying to accomplish, but in Firefox
preferences, go to the security tab and there is a check box
"use master password". If you turn this on, when you start a fresh
session in FF, the first time you go to a website that FF has a
saved PW for, it will ask for the master password to decrypt the
saved PW file. Once you enter the master PW once, all user
names and passwords will be filled in automatically, until you
close FF.
Apologies if you are after something completely different .
Cheers,
Kelly Clowers
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
02-26-2009, 04:24 PM
Marcos Fernandez
Protecting files in linux
My objetive is, for example, restricting all access except exceptions
(Firefox), do you understand?
Thank you very much, I appreciate your help.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
02-27-2009, 11:10 PM
Jorge Delgado
Protecting files in linux
Hi, i would like to protect files like passwords and websites of Firefox
(iceweasel), and this cannot be done encripting the files.
So, i need some program for protect the files and, at the same time be
using them. If i encript the files, i cannot use them at the same time.
And if I cannot use them at the same time, it's meaningless.
Somebody could help me? Thank you very much, I appreciatte your help.
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
02-27-2009, 11:31 PM
Aldo Foot
Protecting files in linux
On Fri, Feb 27, 2009 at 4:10 PM, Jorge Delgado <jdl.list.linux@gmail.com> wrote:
> Hi, i would like to protect files like passwords and websites of Firefox
> (iceweasel), and this cannot be done encripting the files.
>
> So, i need some program for protect the files and, at the same time be
> using them. If i encript the files, i cannot use them at the same time.
> And if I cannot use them at the same time, it's meaningless.
>
> Somebody could help me? Thank you very much, I appreciatte your help.
Do an eSearch (TM) on "Linux ACL".
ACL is not encrytion
ACLs restrict file access in a per user basis. You could make the files
inaccessible to others while the files are accessible to you only.
The filesystem where you want to implement ACLs must be mounted with
the acl option.
~af
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
02-28-2009, 07:40 AM
Osamu Aoki
Protecting files in linux
Hi,
On Wed, Feb 25, 2009 at 02:20:11PM +0100, Jorge Delgado wrote:
> Hi, i would like to protect files like passwords and websites of Firefox
> (iceweasel), and this cannot be done encripting the files.
I guess you mean those files containing such information to be encrypted
if someone steal your PC ...
> So, i need some program for protect the files and, at the same time be
> using them. If i encript the files, i cannot use them at the same time.
> And if I cannot use them at the same time, it's meaningless.
>
> Somebody could help me? Thank you very much, I appreciatte your help.
You may wish to consider encrypted filesystem. Easy one is encrypted
home or root.
Hints are here but you need some customization etc.
http://people.debian.org/~osamu/pub/getwiki/html/ch10.en.html#removablediskencnwithdmcryptluks
http://people.debian.org/~osamu/pub/getwiki/html/ch10.en.html#automaticallymountingecryptfs
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
02-28-2009, 03:18 PM
"Patrick O'Callaghan"
Protecting files in linux
On Sat, 2009-02-28 at 01:10 +0100, Jorge Delgado wrote:
> Hi, i would like to protect files like passwords and websites of Firefox
> (iceweasel), and this cannot be done encripting the files.
>
> So, i need some program for protect the files and, at the same time be
> using them. If i encript the files, i cannot use them at the same time.
> And if I cannot use them at the same time, it's meaningless.
>
> Somebody could help me? Thank you very much, I appreciatte your help.
What's wrong with the built-in password encryption in Firefox? Look
under Preferences->Security->Use a Master Password. You can even use a
secure access card if you know how to set it up.
There are also external (to Firefox) password-storing apps, or even
strategies like storing password files on pendrives. I store important
ones on a PDA (encrypted of course :-) This trades security for
convenience, since you have to type them in.
You need to state more clearly what you're trying to protect against.
poc
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines