This repository consist of my attempts at implementing different encryption algorithms in different languages like C, Python, Go and others. This is to explore cryptography and improve my knowledge on them and while doing so learning new features of the above mentioned languages.
Warning
This project is in development! This is not the best implementation of these algorithms and there might be mistakes!
- Caesar's Cipher
- Custom key to encrypt
- Makesure you have all the requriements.
- In your command line run this:
$ ./run- A C language compiler -- (By default it uses gcc but you can use other compilers by chaning the
runexecutable) - A Go language compiler.
- A Rust language compiler -- (Use rustc instead of cargo)
- A Bash interpretter -- (To run shell scripts. Zsh, Fish, etc will also work)
- A Lua interpreter
- A Python interpreter