CIPHERWHEEL.mp4
-
Encipher
:- Press
E
then enter a key, press enter and start typing the text to encipher. - Text has to be ALL UPPERCASE.
- Press
Decipher
:- Press
D
then enter a key, press enter and start typing the text to decipher. - Text can be uppercase or lowercase.
- Press
Start processing
:- Embed
@
to the end of your text so that the program can start text processing.
- Embed
- Notes:
- You will find the processed (i.e. enciphered / deciphered) text in
output.txt
file- In case of running from tasm, you will find it in "..\GUI Turbo Assembler\BIN" folder.
- In case of running the executable with DOSBox, you will find it in the same directory as the executable.
- You can enter numbers, new lines, or even special characters (except for
@
as I am using it as a start sign). this will not break my code. :D
- You will find the processed (i.e. enciphered / deciphered) text in