Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
321 stars 366 forks source link

Columnar Transposition Cipher #986

Closed Vidip-Ghosh closed 1 year ago

Vidip-Ghosh commented 1 year ago

Columnar Transposition involves writing the plaintext out in rows, and then reading the cipher text off in columns one by one.

I would like to write a code of Columnar Transposition in Python. Please assign me this issue under SSOC 2.0

Kumar-laxmi commented 1 year ago

Assigned! @Vidip-Ghosh : C, C++, Java & Python