tar cvf $1.tar ./$1
cat $1.tar |crypt foo >$1.crypt
uuencode $1.crypt $1.crypt  > $1.uuencoded
