tusharjuneja06 / simplejavaprogram

add ur java programs as a contribution to hacktoberfest 2020
1 stars 35 forks source link

Add Column Transposition Cipher in Java #41

Closed pooja2405 closed 3 years ago

pooja2405 commented 3 years ago

The Columnar Transposition Cipher is a form of transposition cipher just like Rail Fence Cipher. Columnar Transposition involves writing the plaintext out in rows, and then reading the ciphertext off in columns one by one.