| |||
| single file encryption : best app? I have a single file (Openoffice spreadsheet) that I have kept on a 3.5 floppy disc that I would like to put on my Ubuntu linux system (~/) for convenience. It contains sensitive financial information (my investment data, account info, passwords). Any thoughts on the easiest and yet secure method of single file encryption? Or would it be best to just continue to keep it on the floppy and access as needed? |
| |||
| Re: single file encryption : best app? "beowulf@ancients.net" <r.oelerich******.com> wrote: >I have a single file (Openoffice spreadsheet) that I have kept on a >3.5 floppy disc that I would like to put on my Ubuntu linux system >(~/) for convenience. It contains sensitive financial information (my >investment data, account info, passwords). Any thoughts on the >easiest and yet secure method of single file encryption? Or would it >be best to just continue to keep it on the floppy and access as needed? I'm sure there are several aps that can encrypt the file. I'm only familiar with GPG (and not familiar with Ubuntu). Do a "man gpg" and see what happens. If GPG is not available then install it. It can be used from the command line or there are various GUI's available depending on your "desk top". Try your question in alt.security.pgp. TomT -- Posted via a free Usenet account from http://www.teranews.com |
| |||
| Re: single file encryption : best app? On 2007-07-03, beowulf@ancients.net <r.oelerich******.com> rambled on thusly: > investment data, account info, passwords). Any thoughts on the > easiest and yet secure method of single file encryption? Or would it > be best to just continue to keep it on the floppy and access as needed? I would recommend GnuPG. If you don't already have a keypair, create one, and then you just need to do a: gpg --encrypt FILENAME shred --remove FILENAME And then keep FILENAME.gpg anywhere on your filesystem. When you need to use it again, do a: gpg FILENAME enter the passphrase for your key when prompted. You can then use the file as normal. Once you are done making changes, save the file and exit the app you are using, then run the two commands up above to re-encrypt the file. Oh, shred is a more secure way of deleting a file. It overwrites that section of the disk 7 times, to make sure that the data can't be recovered. -- Michael Fierro (aka Biffster) biffster@NOSPAM-REALLYgmail.com http://apt-get.biffster.org Y!: miguelito_fierro AIM: mfierro1 -- Q: How can you tell when a Burroughs salesman is lying? A: When his lips move. |
| |||
| Re: single file encryption : best app? On 4/07/2007 8:25:26 AM, "beowulf@ancients.net" wrote: > I have a single file (Openoffice spreadsheet) that I have kept on a > 3.5 floppy disc that I would like to put on my Ubuntu linux system > (~/) for convenience. It contains sensitive financial information (my > investment data, account info, passwords). Any thoughts on the > easiest and yet secure method of single file encryption? Or would it > be best to just continue to keep it on the floppy and access as needed? > > I really like ccrypt, it's easy, and with the GUI integration Script, you can add enties to the right click menu, you can also do it CLI if you wish/must. Ccrypt http://ccrypt.sourceforge.net/ GUI script http://www.comnet.be/files/ccrypt/Readme.html Although the GUI script page seems to be down at the moment, it may or may not be only a temp thing ? -- just passing through |
| |||
| Re: single file encryption : best app? beowulf@ancients.net wrote: > I have a single file (Openoffice spreadsheet) that I have kept on a > 3.5 floppy disc that I would like to put on my Ubuntu linux system > (~/) for convenience. It contains sensitive financial information (my > investment data, account info, passwords). Any thoughts on the > easiest and yet secure method of single file encryption? Or would it > be best to just continue to keep it on the floppy and access as needed? > GPG is really good for that. It supports many encryption algos and is a stable and mature software, which is very important when it comes to securing sensitive data. -- Dawid Michalczyk http://www.comp.eonworks.com _Linux SysAdmin and Webmaster scripts_ |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| encryption still shows file names | njem | Windows Vista | 1 | 06-07-2007 12:50 AM |
| How Robust Is The Encryption Model In BitLocker Drive Encryption | D. Spencer Hines | Windows Vista | 3 | 03-06-2007 10:45 AM |
| File and Folder Encryption Usage | Nicolas Macarez | Windows XP | 10 | 01-04-2007 06:57 AM |
| File Encryption | Somchai | Windows XP | 1 | 01-04-2007 04:38 AM |
| File Encryption | Somchai | Windows XP | 1 | 01-04-2007 04:37 AM |