Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Development
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Tools
 Visual Basic & VB.NET
 XML
New Code
Spire.BarCode for .NET 1.0
Joyfax Server 8.70.0618
iLister Classifieds Script 6.2.0
X360 Multiple Video Player ActiveX OCX 2.97
Advanced Email2RSS Professional 3.56.84
beenverified 0.1.0
RubyTrailers v0.1a
Hex Nut Puzzle 1.0
pilabels 1.0
Didactic GUI 1.0
entropy, joint entropy and conditional entropy function for n variables 1.0
Sound Transmission Class STC 1.0
simulate fast Tanner LDPC codec with quasi-circular generator matrices 1.0
SigPlot 1.0
Fiber modes 1.0
Top Code
Free PHP Gallery 1.0
Singleton Classes in PHP 1.0
SliceMaker Deluxe V3.5
Room Booking Calendar in ASP.NET MVC3 Razor 2.0
Event Calendar with Entity Framework: Quick Guide and Sample 2.2
Senna One-Page Html5 Template 1.0
DHTMLX JavaPlanner 1.1
Magento One Step Checkout 1.5
DHTMLX Scheduler .NET for ASP.NET 2.2
Toggling Elements with JavaScript 0.1
AzSDK PDF Split Merge ActiveX DLL 3.00
iScripts Daily Deals 2.0
iScripts ReserveLogic 3.0
iScripts EasySnaps 1
iScripts Backuper 2.0
Top Search
Post Message To Twitter From Php Script
Photo Add Comment Php
Asp Net Projects With Free Source Code
Admin Login Php Code
Login Php Expiration Date
Mini Projects For Computer Science Students
Free Java Projects For Students
Projects In C Language With Code
Php Projects With Source Code
Free Download Php Projects For Online Shopping
Zynga Bonus Chips Tk
Free Html Projects
Mini Project In Dbms Using Frontend Vb Backend Sql
Mini Projects In C Language
Mini Projects On Computer Graphics Using Opengl
Related Search
Data Encryption Standards Algorithm In C
Data Encryption Standards Algorithm
Data Encryption Standard Program In C Language
Data Encryption Standard Code In C Language
Data Encryption Standarddes Algorithm In Matlab
Data Encyption Standad Algorithm In C
Data Mining Bclassification Algorithm In C
International Data Encryption Algorithm In C
Data Encryption Algorithm In C
Data Encryption Standards Source Code In C
Rsa Algorithm For Encryption And Decryption In C
Encryption Algorithm In C
Des Encryption Algorithm In C
Data Compression Using Huffmans Algorithm In C
Source Code For Des Encryption Algorithm In C
 Data Encryption Standards Algorithm In C 

Code 1-20 of 60   Pages: Go to  1  2  3  Next >>  page  


Encryption is the process of transforming information or data using an algorithm to make it unreadable to anyone except those who implements it, usually referred to as a key. In our case in order to add more security we add with a constant number....

Advertisement



An XML API for Ruby written in C, using only Ruby native data types internally. Parses/generates XML, automatically pretty printing and en-/de- coding characters. Transmutates XML attributes to/from objects. Find node paths via strings or regex...



XML transformation using Xslt in C# is an ASP.NET tutorial in which author elaborates the step by step procedure for XML transforming by using Xslt, which helps in transferring data into several formats.The author gives procedure for loading XML...



The attached model implements a Sobel edge detection algorithm in Embedded MATLAB.

This demo shows how to read in an image operate on the serialized data and reconstruct the image back from serialized data after applying Sobel...



An SVG framework in C# and an SVG-GDI+ bridge is an article through which programmers can gain knowledge about SvgNet, which is a C# library that facilitates the process of creating SVG images. Here the author explains about various classes that...



FTP Server in C# is a simple article in which author deals with FTP server in C#, which has multi threading facility to handle multiple client. The author describes elaborately about the execution process of FTP model with the help of example. The...



A beginner's guide to threading in C# is an easy to learn tutorial in which the author discusses about the principles of multi threading, which helps in executing multiple operations at a same time. The author offers details about how the multi...



Boxing and Unboxing of Value Types in C#: What You Need to Know? is a web based tutorial in which author elaborates the concepts of boxing and unboxing value types. The author also explains the problem that occur while programming boxing and...



Create Dynamic ASP.NET Excel Workbooks In C# is a web based article in which author discusses about generating excel work book using C# in ASP.NET applications. Here author explains about the method CreateExcelWorkbook and GenerateCSVReport which...



Creating and Using Custom Attributes in C# is a web based tutorial in which the author gives you the method for definining your own attributes in C#. Attributes are declared for the methods and properties of the class. The author gives you the...



Exception Handling in C# is a tutorial which gives the solution to catch the run time errors and to eliminate it through exception. There are many standard exceptions which is available in ASP.NET framework. The author describes about the main...



Find Files in C# is a web based tutorial in which author explains about the procedure for searching the files in the hard disk using .NET application, which is written in C#. Here the author uses System.IO namespace for retrieving the classes from...



Handling Exceptions in C# is a web based tutorial through which the programmers can gather details about error handling by using C#. The author describes the procedure to create a own error handling class, which can be called as Exception class....



Handling optional parameters in C# is an article which provides you some information about using the optional parameters in the user defined functions of C#. You can accomplish this operation by creating a class that encapsulates all the possible...



How do I create a string in C# is an article in which author demonstrates the procedure for constructing string using string builder. Here the author offers a code snippet, which helps in performing the above said process. ASP.NET programmers and...



Optional Parameters in C# is a tutorial which provides you some information about using the optional parameters in the functions of C#. The author explains the procedure with sample programs. This is a simple and easy to learn tutorial.



Overloading Strings in C# is a web based tutorial in which author discusses about using string in C#. The author describes the method of using SuperStringFunction() in string processing. The author provides code for performing various operation in...



Properties in C# : A new cover on old book is a tutorial which gives you more information about the properties in C#. Properties in C# helps you to get and put the values in fields of a class and thus it protects the fields. These properties...



Remoting in C# is a tutorial in which the programmers can get an idea about remoting in .NET, which offers network services. This tutorial gives information about remoting objects which can be accessed remotely by network application. Here the...



Testing a Full-Text Search Stemmer in C# is an informative article in which the author discusses about testing the output of the stemmer component in C#. You can use the stemmer component for FREETEXT queries and CONTAINS queries using the...