yEnc
yEnc is a binary-to-text encoding scheme used principally to transfer binary data in Usenet postings and, to a lesser extent, email. Developed in the early 2000s, it was designed to be more space-efficient than older methods such as uuencode and Base64, while avoiding the common problems that occur when transmitting arbitrary binary data through text-based channels.
Encoding process: Each input byte is transformed by adding 128 modulo 256, so the resulting value lies
Format and metadata: A yEnc message consists of header blocks that describe metadata such as the filename,
Usage and compatibility: yEnc is widely supported by Usenet clients and post-processing tools, with numerous libraries