This program written in x86 Assembly, encrypts and decrypts a message using Caesar Cipher cryptography.
Install NASM with:
sudo apt-get install -y nasmWith NASM and MINGW confirmed to be installed, proceed with compilation for your system architecture:
nasm -f win32 main.asm -o main
gcc main.objif this repository was useful to you, please leave it a star.