I have some files that are uuencoded, and I need to decode them, using either .NET 2.0 or Visual C++ 6.0. Any good libraries/classes that will help here? It looks like this is not built into .NET or MFC.
A:
Code Project has a .NET library + source code for uuencoding/decoding. The actual algorithm itself is quite widely disseminated over the web and is quite short.
The Code Project link: http://www.codeproject.com/KB/security/TextCoDec.aspx
Short intro from the article:
This article presents a class library for encoding/decoding files and/or text in several algorithms in .NET. Some of the features of this library:
Encoding/decoding text in Quoted Printable Encoding/decoding files and text in Base64 Encoding/decoding files and text in UUEncode Encoding/decoding files in yEnc
code4life
2010-06-14 05:02:21