Monday, August 4, 2008

playfair cipher

a long awaited code....enjoy

Sunday, August 3, 2008

djikstra(shortest path)

this is a program for djikstra(shortest path) problem. It takes care of only 3 nodes. U r free to modify the code according to your needs.

Thursday, July 17, 2008

one time pad

this is the code for one time pad
for mono-alphabetic u only need to remove the white space in the array and also the code written for it in the if conditions placed in the loops.

Crc-checking

code for Crc-checking

BitStuffing

this is the working code for Bit Stuffing encoding