Skip to content

Cesar cipher in assembly language with MIPS-32 architecture

Notifications You must be signed in to change notification settings

weirygon/CesarCrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CesarCrypto

The CesarCrypto is an cryptography software that uses the Cesar cipher technique, it was developed in assembly language using the MIPS-32 architecture and the MARS IDE, the software is able to encrypt and decrypt .txt files and also as text typed directly into the terminal. The software uses the ASCII table to encrypt and decrypt, it uses the decimal range 33 to 126.

Table ASCII

How to use

Open the CesarCrypto.asm file in the MARS IDE and run.

Download MARS IDE

http://courses.missouristate.edu/kenvollmar/mars/download.htm

Releases

No releases published

Packages

No packages published