HarshCasper / NeoAlgo

Bringing all Data Structures and Algorithms under one Roof âš¡
MIT License
876 stars 1.05k forks source link

Implementing Rail Fence Cipher in Python #3873

Closed nidh-ish closed 3 years ago

nidh-ish commented 3 years ago

💥 Proposal

The rail fence cipher (also called a zigzag cipher) is a form of transposition cipher. The plaintext is written in zig-zag manner and the ciphertext is read line by line.

Have you read the Contributing Guidelines on Pull Requests?

Yes

github-actions[bot] commented 3 years ago

Hello @nidh-ish,
Thank you for opening an issue. :partying_face:
To get assigned to this particular issue please use /assign
Check this guide before contributing.

nidh-ish commented 3 years ago

/assign

github-actions[bot] commented 3 years ago

This issue has been assigned to @nidh-ish! It will become unassigned if it isn't closed within 21 days. A maintainer can also add the pinned label to prevent it from being unassigned.