Navigation
The Beast
grendelsdomain.com
IP: 76.24.28.26
Status: checking...
Project: Fun With Crypto
Status: On and Off

Description: This is more of a hobby then a project. A collection of small programs I have written for fun which explore some aspects of Cryptography.

What that means is I wrote them in a matter of hours, so the source is not exactly the cleanest thing in the world. But it's just for fun, and they do work.



Steganography: The art of hidden writing.

This project was inspired by the movie "Along came a spider". In the movie they talked about the kids passing messages to each other in class that were hidden in digital images.

While I don't know if children of that age could accomplish this, it turns out this is actually relatively simple.

This program will take a Bitmap and encode ASCII text from a text file into the image data. Then you can pass the innocuous looking image to some one who can then run the program on it again to extract the message.

Here is a the product compiled for Win32, and of course, source included: Steganography.zip



XOR Encryption: While trivial to implement, XOR Encryption can range from laughably easy to break, to very difficult. It all depends on the key length.

If you were to use an 8 bit key to encrypt an ASCII file (each ASCII character is 8 bits), then the encrypted result would be vulnerable to frequency analysis.

But if a key of sufficient length (best case scenario is a key of the length of the data to be encrypted) is used, it is essentially a one-time pad which there is no efficient method of breaking.

Here is a the product compiled for Win32, source included:
xOrEncryption.zip




Links:
Steganography.zip
xOrEncryption.zip

Attributes:
Language: C++


Images
No Images