View Single Post
Old Oct 17th, 2005, 9:56 PM   #1
Jessehk
The Oblivious One
 
Jessehk's Avatar
 
Join Date: May 2005
Location: Ontario, Canada
Posts: 642
Rep Power: 4 Jessehk is on a distinguished road
Any constructive criticism on a primitive text encryptor?

files can be found here:

http://hakuch.tripod.com/jesse/encrypt.cpp
http://hakuch.tripod.com/jesse/encryptM.cpp
http://hakuch.tripod.com/jesse/encrypt.h

I am in the process of making a text encryptor. Yes, I know my method of doing it it primitve, and probably useless, but I will buld from it.

Basically, user enters a word, for example, hello

for each letter of that word, a random number from 1 to 9 is generated.

That letter is incremented by that number, and the number is save to the key variable.

The user then gets the key, and the scrambled word.

I am working on a de-encryptor which will hopefully allow the user to read a key and scrambled message from a file, and also create the readable files.

Any suggestions or constructive criticism?
__________________
Dr. Zoidberg: [ecstatic] I'm going to a movie... with FRIENDS!
Jessehk is offline   Reply With Quote