• TinyCrypt是一C的建立应用程序设计成一个简单而安全的命令行程序对于加密或解密的文件的密码。

    TinyCrypt是基于ARC4("据称RC4"),这是相同的算法用于WEP和不下,帮助被更安全的比原来的ARC4:

    ·包括一个数值的20字节(from/dev/urandom)

    ·丢弃的一个最小的1024bytes的ARC4输出,以消除所有已知的非暴力攻击

    ·继续丢弃字节约第二,为了使它更多的CPU密集的解密文件。 这可以让你用更短的码的密码。

  • TinyCrypt है एक C के लिए बनाया आवेदन होने के लिए बनाया गया एक सरल और सुरक्षित कमांड लाइन कार्यक्रम के लिए एन्क्रिप्ट या डिक्रिप्ट फ़ाइलें पासवर्ड के साथ.

    TinyCrypt पर आधारित है ARC4("कथित RC4") ही है, जो में प्रयोग किया जाता एल्गोरिथ्म WEP और निम्न में मदद करने के लिए हो सकता है की तुलना में अधिक सुरक्षित मूल ARC4:

    · भी शामिल है एक अस्थायी रूप से मूल्य के 20 बाइट्स (/dev/urandom)

    · छोड देता है की एक न्यूनतम 1024 बाइट्स की ARC4 उत्पादन को खत्म करने के लिए जाना जाता है सभी गैर-जानवर बल हमलों

    · जारी है discarding बाइट्स के लिए एक दूसरे के बारे में बनाने के क्रम में, यह अधिक सीपीयू गहन डिक्रिप्ट करने के लिए फ़ाइल. यह अनुमति देता है आप का उपयोग करने के लिए कम पासवर्ड है.

  • TinyCrypt is a C built application designed to be a simple and secure Command Line program for encrypting or decrypting files with passwords.

    TinyCrypt is based on ARC4("Alleged RC4"), which is the same algorithm used in WEP and does the following to help be more secure than the original ARC4:

    · Includes a nonce value of 20 bytes (from /dev/urandom)

    · Discards a minimum of 1024 bytes of ARC4 output to eliminate all known non-brute-force attacks

    · Continues discarding bytes for about a second, in order to make it more CPU intensive to decrypt the file. This allows you to use shorter passwords.