Jarmor (Java ASCII Armor) is a tiny collection of
stream filters which implement ASCII armors. They
can be used to convert streams of binary data into
text and vice-versa. For example, it can be used
to transfer or store data using text-only means
like mail or XML. The supported encodings are
Base64, Base32, Base16, UUCP, and ASCII85.