The source code for the PC1 encryption algorithm in Delphi, C, C++.The PC1 algorithm is a stream cipher secure against linear and differential cryptanalysis. You can use 128 or 256 bits keys.
DevPower Encryption.NET provides high security through encryption to users applications. This component is written in c# . It supports many algoritms like DES, TripleDES,and RC2. Using crytograph in .NET component avoids the complexity during the...
Encryption Algorithm Simulation Script is an useful javascript and is a handy tool for webmasters to protect their source and other content pages. This module uses two parameters with encryption algorithm that uses an array to produce an effective...
End-to-End Encryption is an applet designed for secure e-commerce on the Internet. This applet can securely transfer data from one point to its intended destination by encrypting the data at the browser level through an applet and decrypts the...
Exploring XML Encryption, Part 1 is an ASP.NET tutorial through which programmers can learn about process of XML based encryption, which helps in securing the application, when data exchange takes place in the data structure. This tutorial teaches...
File Encryption is an useful article for the users to learn the method of encrypting the web application by using symmetric algorithm technique. The author discuuses about various classes that is offered by the .NET framework inorder to include it...
Free Encryption Software gives you the protective methods to secure your text content of any size. A simple user interface form is provided where you can input the entire text body to encrypt it with a key option and you can also decrypt the...
Source Code Encryption Wizard is a freeware JavaScript that can encrypt your source code, which can only be viewed with your permission. It is recommended that only those things, which require to be encrypted are to be encrypted and not the whole...
Source Code Encryption Wizard - Automated is multi-platform compatible. Scramble the source of any chunk of code, or the entire webpage, using this creative script. The encrypted code will still be interpreted properly by the browser, just...
Learn the basics to XOR encryption and write your own program. Some programming knowledge is required such as C/C++ languages. This program does exactly as the C program does, but you are able to see how it |