Skip to content

brycepollack/simple-cipher

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors