TheAlgorithms / Python

All Algorithms implemented in Python
https://thealgorithms.github.io/Python/
MIT License
194.56k stars 45.66k forks source link

Transposition cipher #11844

Open SimranLahrani842 opened 1 month ago

SimranLahrani842 commented 1 month ago

Feature description

Would like to add transposition cipher in cipher folder.The Transposition Cipher Technique is an encryption method used to encrypt a message or information. This encryption method is done by playing with the position of letters of the plain text.

dhir4j commented 1 month ago

Transposition cipher already exists.