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?
