Chennaipy / libcipher

A library of cipher functions, derived from the book "Hacking Secret Ciphers with Python".
9 stars 13 forks source link

Add Transposition Cipher Decryption #6

Closed bravegnu closed 9 years ago

bravegnu commented 9 years ago

Add the function decrypt() to the module transpos that implements the Transposition Cipher Decryption. Reference implementation: https://inventwithpython.com/hacking/chapter9.html

gnurenga commented 9 years ago

I like to take up this activity

shrayasr commented 9 years ago

:+1:

bravegnu commented 9 years ago

Closed by #12