[plug] Not strictly linux ...

Jeremy Malcolm Jeremy at Malcolm.wattle.id.au
Mon Apr 30 08:12:52 WST 2001


>         I have a small text file (script actually) that I have on a floppy for
> running vnc and tunneling from windows into my home server (Linux of
> course).  I would like to encrypt this in case I lose the disk (contains
> port numbers and method to get the IP number of my dialup from another
> location etc) , what is the easiest most usable way?  Does not need to
> be totally unbreakable (not that important/risky), but easy to use and
> portable (the method could also be used on similar files I keep on
> another Linux system as well.)

Either GPG with -c option (symmetric cypher rather than public key
encryption) or mount the floppy as a loopback device with encryption
(losetup -e blowfish /dev/loop0 /dev/fd0 ; mkfs -t ext2 /dev/loop0 ; mnt
-t ext2 /dev/loop0 /mnt).

-- 
Independent consulting solicitor* | _ .__ ._ _    |\/| _.| _ _ |._ _
and technology consultant.**    \_|(/_|(/_| | |\/ |  |(_||(_(_)|| | |
Personal site: http://malcolm.wattle.id.au     /   Finger for GPG key
* http://www.ilaw.com.au ** http://www.terminus.net.au jm at ilaw.com.au



More information about the plug mailing list