Skip to content

pecific007/encryption_algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encryption Algorithms:

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!

Algorithms:

  • Caesar's Cipher
  • Custom key to encrypt

How to use:

  • Makesure you have all the requriements.
  • In your command line run this:
$ ./run

Requirements:

  • A C language compiler -- (By default it uses gcc but you can use other compilers by chaning the run executable)
  • 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

About

This repository consists of my attempts to implement diferent encryption algorithms in different languages like C, Python, Go and others

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors