This encrypter takes in a cipher and a message as .txt files and uses the cipher to encrypt the message. There are 2 versions: a C version and an assembly (ARM64) version.
Command line arguments: Arm version: ./encrypter (-d|-e) -b <cipher_file> <encryption_file> C version: ./Cencrypter (-d|-e) -b <cipher_file> <encryption_file>