Re: File encryption: bdes or gpg

2004-05-27 Thread Sergey Zaharchenko
On Wed, May 26, 2004 at 02:02:13PM -0400, Simon Bates probably wrote: Bill Moran wrote: Another option that you didn't even bring up: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html Right now I am running 4.9 but upgrading to 5 is definitely a possibility.

File encryption: bdes or gpg

2004-05-26 Thread Simon Bates
Dear all, I am fairly new to FreeBSD and this is my first post to freebsd-questions. I hope I am asking my question in the correct forum. Apologies if not. I am hoping someone can give me advice on file encryption. I would like to encrypt a file and store it on my filesystem. I would like to

Re: File encryption: bdes or gpg

2004-05-26 Thread Cordula's Web
I am hoping someone can give me advice on file encryption. I would like to encrypt a file and store it on my filesystem. I would like to encrypt the file so that my data is not readable by someone who gains root access or physical access to my computer. I do not intend to share the data

Re: File encryption: bdes or gpg

2004-05-26 Thread Bill Moran
Another option that you didn't even bring up: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html If you're not using 5.x, then this isn't available to you yet. But I thought I'd bring it up in case you weren't aware of it. Simon Bates wrote: Dear all, I am fairly new

Re: File encryption: bdes or gpg

2004-05-26 Thread Simon Bates
Thank you very much for your reply and your advice. Best wishes, Simon Nathan Kinkade wrote: On Wed, May 26, 2004 at 10:02:26AM -0400, Simon Bates wrote: I am hoping someone can give me advice on file encryption. GPG would probably work well. You can encryt files symmetrically and put a

Re: File encryption: bdes or gpg

2004-05-26 Thread Simon Bates
Thank you very much for your reply, for your comments on temp file usage, and your suggestion to use gbde. Right now I am using FreeBSD 4.9 but moving to 5 is definitely an option. I'll have a look at gbde. Thanks! Simon Cordula's Web wrote: I am hoping someone can give me advice on file

Re: File encryption: bdes or gpg

2004-05-26 Thread Simon Bates
Bill Moran wrote: Another option that you didn't even bring up: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html Right now I am running 4.9 but upgrading to 5 is definitely a possibility. Thanks a lot for the pointer. Best wishes, Simon If you're not using 5.x,

Re: File encryption: bdes or gpg

2004-05-26 Thread Cordula's Web
1. bdes(1) 2. gpg -c (/usr/ports/security/gnupg) 3. gpg (/usr/ports/security/gnupg) with a public/private key pair for me plus a passphrase 4. gbde (on FreeBSD = 5.X) encrypts a whole filesystem. It is much easier to use than utilities that encrypt single files. 5.

Re: File encryption: bdes or gpg

2004-05-26 Thread Nathan Kinkade
On Wed, May 26, 2004 at 10:02:26AM -0400, Simon Bates wrote: Dear all, I am fairly new to FreeBSD and this is my first post to freebsd-questions. I hope I am asking my question in the correct forum. Apologies if not. I am hoping someone can give me advice on file encryption. I would