Quote:
Originally Posted by Lotherein
actually no, .C3 is not custom made by tq. its actually from windows 3.1 which is before windows 95, by what several of the searches ive done came up with. but what i do know is that it specializes with ASCII code only. seems to always knock me off track when im trying to do something since im not fluent in ASCII coding so i cant seem to proceed any further.
|
Ok thanks for the update, i am taking wild guesses with most of my answers.
I can code a program to convert but really haven't a clue about decryption
With this .C3 format, would it be like the enigma machines from WW2?
E.G.
take the name LEE
L becomes %
E becomes ]
%]] = the encrypted form
Lee = the decrypted form
Is this how it would work or is this an outdated methodology?
You can still see that there is a structure to the ascii in the .C3 files, would this indicate that it would be a simple letter swapping routine similar to above?