Encrypting and decrypting a text with assembly. Project for the university course Computer Architectures Practicum
- Install DOSBox
- Copy
proj.asmtotasm/BIN - Start DosBox
- run
mount <name> <absolute_path> - run
[name]: - run
tasm <file_name> - run
link <file_name> - run program with
<file_name>
After starting the program press 1 to encrypt or 2 to decrypt. Three different ecnryption algorithms are used to create three encryption levels, meaning that you can encrypt 3 times. Input should be written in input.txt. Output is in output.txt.