Implementing Rail Fence Cipher in Python | Challenge

# Introduction In this challenge we will implement a function `rail_fence_cipher` that performs a fence cipher on a given piece of text. The Rail Fence Cipher is a simple substitution cipher that encrypts and decrypts by placing plaintext characters on a virtual fence according to certain rules, and then reading the characters on the fence according to a certain pattern.

|60 : 00

Click the virtual machine below to start practicing