Skip to content

vtrenton/transposition-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Transposition Cipher

The goal of this program is to map a set of characters in a grid, strip the spaces and then flip the x and y axis. This will transpose the chars to which will create a cipher text. Very simple cryptography. I refactored this to use a struct instead of just pure functions but i keep both approaches here since they both seem to work.

About

A program that transpositions letters in a grid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages