[SFS] RE: Come to my TTW! (David L. Willson)

Chris Fedde chris@fedde.us
Thu, 19 Jun 2014 13:16:46 -0600


--bcaec501674dcad2a904fc353776
Content-Type: text/plain; charset=UTF-8

It is especially odd since the message components are not encrypted, It is
just a MIME multipart encoding using Base64 as the spec recommends.

Here is a command line that'll decode the parts:

    perl -MMIME::Base64 -lE '$x = do{ local $/; <>}; say decode_base64($x)'

Which I suppose looks pretty much encrypted to most

--bcaec501674dcad2a904fc353776
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">It is especially odd since the message components are not =
encrypted, It is just a MIME multipart encoding using Base64 as the spec re=
commends.=C2=A0<div><br></div><div>Here is a command line that&#39;ll decod=
e the parts:</div>
<div><br></div><div>=C2=A0 =C2=A0 perl -MMIME::Base64 -lE &#39;$x =3D do{ l=
ocal $/; &lt;&gt;}; say decode_base64($x)&#39;<br></div><div><br></div><div=
>Which I suppose looks pretty much encrypted to most</div></div>

--bcaec501674dcad2a904fc353776--