• 异或是命令行的工具,有利于文字的加密和解密使用XOR算法,除了编码通过base64.

    它不需要安装,所以你可以复制下载。执行文件,当地的或可移动盘,并呼吁其进程从一个命令对话。 它不会带来任何修改你的窗户注册表。

    使用xor'password'或[base16encode|base16decode]

    如果'password'一词被替换为base16encode或base16decode,然后应用程序的指示来编/解码使用base64,而不是异或加/解密。 该信息准备处理从stdin并写入stdout。 同时,诊断消息是建立在stderr,购买它们可以重新排到2>/dev/null(Unix)或2>NUL(Windows)如果他们是不必要的。 二进制文件并键的支持。

    异或(或)加密是一种强大的安全算法不能解密的通过那些尝试破解它使用暴力方法。 虽然它的弱点在于可以预测的模式,这个问题可以解决通过压缩的文件之前加密。 一个加密的关键是需要解密的文本。

    base64翻译的二进制数据为ASCII码格式安全地传送信息网络和它们保持不变。

  • Xor है एक आदेश-पंक्ति उपकरण की सुविधा है कि पाठ एन्क्रिप्शन और डिक्रिप्शन का उपयोग कर XOR एल्गोरिथ्म, इसके अलावा में करने के लिए एन्कोडिंग और डिकोडिंग के माध्यम से base64.

    यह नहीं स्थापना की आवश्यकता है, तो आप कॉपी कर सकते हैं डाउनलोड किया .exe फ़ाइल के लिए एक स्थानीय या हटाने योग्य डिस्क पर, और अपनी प्रक्रिया से एक कमांड प्रॉम्प्ट संवाद. यह नहीं लाने के लिए किसी भी संशोधन करने के लिए अपने Windows रजिस्ट्री है ।

    उपयोग है xor 'पासवर्ड' या [base16encode|base16decode]

    अगर 'पासवर्ड' शब्द की जगह है base16encode या base16decode, तो आवेदन करने का निर्देश दिया है सांकेतिक शब्दों में बदलना / व्याख्या का उपयोग base64 के बजाय, XOR एन्क्रिप्शन/डिक्रिप्शन. जानकारी के लिए तैयार प्रसंस्करण से पढ़ा जाता है stdin और लिखा stdout करने के लिए. इस बीच, नैदानिक संदेशों में बनाया जाता stderr खरीदने के लिए, वे कर सकते हैं फिर से कराई जा करने के लिए 2>/देव/अशक्त (Unix) या 2>NUL (Windows) अगर वे अनावश्यक हैं । बाइनरी फ़ाइलें और चाबियाँ समर्थन कर रहे हैं ।

    XOR (अनन्य या) एन्क्रिप्शन एक शक्तिशाली सुरक्षा एल्गोरिथ्म है कि नहीं कर सकते decrypted जो उन लोगों के द्वारा प्रयास करने के लिए दरार यह जानवर बल के तरीके. हालांकि अपनी कमजोर बिंदु में निहित है संभावना की भविष्यवाणी करने के लिए पैटर्न के साथ, इस मुद्दे को हल किया जा सकता है compressing द्वारा पहले फ़ाइल एन्क्रिप्शन. एक एन्क्रिप्शन कुंजी की आवश्यकता है डिक्रिप्ट करने के लिए पाठ.

    base64 अनुवाद बाइनरी डेटा में ASCII प्रारूप करने के लिए सुरक्षित रूप से संदेश प्रसारित नेटवर्क भर में, और उन्हें रखने के लिए दृढ़ है ।

  • Xor is a command-line tool that facilitates text encryption and decryption using the XOR algorithm, in addition to encoding and decoding via base64.

    It doesn't require installation, so you can copy the downloaded .exe file to a local or removable disk, and call its process from a Command Prompt dialog. It doesn't bring any modifications to your Windows registry.

    The usage is xor 'password' or [base16encode|base16decode]

    If the 'password' word is replaced by base16encode or base16decode, then the application is instructed to encode / decode using base64, instead of XOR encryption/decryption. The information prepared for processing is read from stdin and written to stdout. Meanwhile, diagnostic messages are created in stderr, buy they can be re-routed to 2>/dev/null (Unix) or 2>NUL (Windows) if they are unnecessary. Binary files and keys are supported.

    XOR (Exclusive-OR) encryption is a powerful security algorithm that cannot decrypted by those who attempt to crack it using brute force methods. Although its weak point lies in the possibility to predict patterns, this issue can be resolved by compressing the file before encryption. An encryption key is required for decrypting text.

    base64 translates binary data into ASCII format to safely transmit messages across networks and keep them unaltered.