• 程序员需要像艺术家一样保护自己的作品. 所以Mulder的软件应用才被创建出来. 依靠加密算法,这个轻量级应用程序可以帮助您生成一个密钥,签名一个文件,然后在必要时验证签名的真实性.

    软件没有标准接口. 相反,你得到一个包含所有三个工具的轻量级包,即密钥生成器、文件签名器和文件验证器,每个工具都有自己的功能。 使用软件 具有高度直观性,因为应用程序揭示了控制台窗口内正确的语法.

    密钥生成器使用OpenSSL库并使用安全的加密程序来创建密钥,然后可用于签名文件. 您只需要提供密码, 让软件完成它的任务 。

    下一个工具是文件签名器,它实际上可以使用密钥生成器创建的签名来签名文件. 您只需要提供正确的密码和安全密钥就可以使用生成器.

    验证文件签名需要您运行专用文件验证器,并使用它来检查签名的真实性.

    软件利用OpenSSL库的力量生成安全密钥. 使用此密钥,人们可以签署任何文件,以确保无法被复制或编辑.

    .

  • प्रोग्रामर को एक कलाकार की तरह अपने काम की रक्षा करने की आवश्यकता है। यही कारण है कि मुलर का सॉफ्टवेयर एप्लिकेशन बनाया गया था। क्रिप्टोग्राफिक एल्गोरिदम पर निर्भर करते हुए, यह हल्का अनुप्रयोग आपको एक कुंजी उत्पन्न करने में मदद कर सकता है, फ़ाइल पर हस्ताक्षर कर सकता है और फिर आवश्यकतानुसार हस्ताक्षर की प्रामाणिकता को सत्यापित कर सकता है।

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

    कुंजी जेनरेटर ओपनएसएसएल पुस्तकालय का उपयोग करता है और एक कुंजी बनाने के लिए सुरक्षित क्रिप्टोग्राफिक दिनचर्या का उपयोग करता है, जिसका उपयोग तब फ़ाइल पर हस्ताक्षर करने के लिए किया जा सकता है। आपको बस पासवर्ड देना चाहिए और सॉफ्टवेयर को अपना काम करने दें।

    अगला उपकरण फ़ाइल हस्ताक्षरकर्ता है, जो वास्तव में कुंजी जेनरेटर द्वारा बनाई गई हस्ताक्षर का उपयोग करके फ़ाइल पर हस्ताक्षर कर सकता है। आपको केवल सही पासवर्ड और सुरक्षा कुंजी प्रदान करने की आवश्यकता है ताकि जनरेटर का उपयोग किया जा सके।

    एक फ़ाइल के हस्ताक्षर को मान्य करने के लिए आपको समर्पित फ़ाइल वेरिफायर चलाने की आवश्यकता होती है और इसे हस्ताक्षर की प्रामाणिकता की जांच करने के लिए उपयोग किया जाता है।

    सॉफ्टवेयर एक सुरक्षा कुंजी उत्पन्न करने के लिए OpenSSL पुस्तकालय की शक्ति का उपयोग करता है। इस कुंजी का उपयोग करके, यह सुनिश्चित करने के लिए कि इसे कॉपी या संपादित नहीं किया जा सकता है, कोई भी फ़ाइल पर हस्ताक्षर कर सकता है।

    .

  • Programmers need to protect their work just like an artist does. That is why Mulder’s CodeSign application was created. Relying on cryptographic algorithms, this lightweight application can help you generate a key, sign a file and then verify the authenticity of a signature, if necessary.

    There is no standard interface to CodeSign. Instead, you get a lightweight package that contains all the three tools, namely the Key Generator, the File Signer and the File Verifier, each with its own function. Using CodeSign Is highly intuitive, as the application reveals the correct syntax within the console window.

    The Key Generator makes use of the OpenSSL library and uses secure cryptographic routines to create a key, which can then be used for signing a file. You simply must provide a password and let CodeSign do its job.

    The next tool is the File Signer, which can actually sign a file using the signature created by the Key Generator. You only need to provide the correct password and the security key to be able to use the generator.

    Validating a file’s signature requires you to run the dedicated File Verifier and use it to check the authenticity of a signature.

    CodeSign makes use of the power of the OpenSSL library to generate a security key. Using this key, one can sign any file to make sure it cannot be copied or edited.