arosspope / cipher-crypt

A cryptographic tomb of ciphers forgotten by time.
Apache License 2.0
42 stars 8 forks source link

Rail-fence cipher #4

Closed dex-r closed 7 years ago

dex-r commented 7 years ago

Hi, I had a railfence cipher implementation in one of my projects, so i've cleaned it up a bit and added it here. It currently performs the transposition on all input characters without removing any spaces or punctuation or anything.

arosspope commented 7 years ago

Thanks for contributing :smile: