UUEncode/Decode
क्लासिक Unix UUEncode फ़ॉर्मेट से टेक्स्ट एनकोड या डिकोड करें।
UUEncode/Decode के बारे में
UUEncode/Decode binary data को 1980s के Unix-to-Unix encoding scheme UUEncoding में और उससे बाहर convert करता है जो binary data के 3 bytes को 32 (space) और 95 (underscore) के बीच values के साथ 4 printable ASCII characters के रूप में represent करता है। UUEncoded files में filename और permission mode के साथ एक begin header line और एक end footer होता है, जो उन्हें file transfer के लिए self-describing बनाता है। हालाँकि modern systems में largely MIME Base64 द्वारा superseded, UUEncoding legacy Unix mail archives, Usenet posts और older UUCP file transfer logs में अभी भी encountered होती है।
उपयोग कैसे करें
encode करने के लिए टेक्स्ट दर्ज करें या hex format में binary data पेस्ट करें और standard begin और end markers के साथ UUEncoded आउटपुट generate करने के लिए Encode पर click करें। यदि desired हो तो begin header के लिए एक filename provide करें। decode करने के लिए begin और end lines सहित complete UUEncoded block पेस्ट करें और original content recover करने के लिए Decode पर click करें। टूल प्रत्येक encoded line पर checksum characters validate करता है और किसी भी corruption को report करता है।
सामान्य उपयोग के मामले
- legacy SMTP email systems या mail archive files से extracted UUEncoded binary attachments decode करना
- vintage Usenet newsgroup archives से files recover करना जहाँ binary attachments UUEncoded multi-part posts के रूप में distributed थे
- legacy BBS systems और UUCP links जैसे text-only channels पर transfer के लिए binary files को ASCII text में convert करना
- old Unix system backup archives, UUCP spool files, या historical email repositories में पाए गए UUEncoded content को decode करना
- computer science history courses या digital preservation research में historical ASCII binary encoding methods का अध्ययन करना