Module cipher_crypt::railfence

source ·
Expand description

The Railfence Cipher is a transposition cipher. It has a very low keyspace and is therefore incredibly insecure.

This implementation currently transposes all input characters including whitespace and punctuation.

Structs