x86 ASM

x86 ASM Program

I made this program in x86 assembly, as part of a Computer Science test.

It takes in a string with size 6, and as you can see from the gif, it outputs the original string, the encrypted string and the decrypted string. And all of this, in ASM x86, as part of a showcase of my comprehension of Low Level Assembly code.

In terms of timescales, it took me about 6 days of work to finish this project, from start to finish.

You can download the .exe and have a go at it yourself by clicking here :D ...

and you can have a look at the GitHub repository by clicking here :D

Also, you should have an encryption dump file with a record of your past string that has been encrypted, after closing the CLI.

© LUIGI DEY