Skip to content

Ctrl-AltElite/TransposCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TransposCipher

A simple transpositional cipher

Demo of Runner

1679772900105

Demo of Cracker

1679772952313

Run Locally

Clone the project

  git clone https://github.com/Ctrl-AltElite/TransposCipher.git

Go to the project directory

  cd TransposCipher

Install dependencies (only instructions for linux)

  sudo-apt install gcc make

Compile

  make

Run Runner

  ./cipher

Run Cracker

  ./cracker

Notes

Running the cipher runner with the -h argument will show you the possible alphabets to be used. By default the alphabet with id 2 is used. This includes all latin letters, lowercase and uppercase, without digits.

About

A simple transpositional cipher

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors