Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] Program to detach e-mail attachment


For just one-off's, I've used openssl's base64 encoding / decoding:

$ echo fish | openssl enc -a
ZmlzaAo=
$ echo ZmlzaAo= | openssl enc -a -d
fish


--
Matt