pyGuru123/Decrypto

Scytale Cipher python Implementation

pyGuru123 opened this issue · 1 comments

1> Implement a Scytale Cipher encryption and decryption method and wrap it inside a class ScytaleCipher
2> save it to scytale_cipher.py
3> put the file inside decrypto/src folder
4> submit a PR.

Sample implementation : https://github.com/pyGuru123/Decrypto/blob/main/decrypto/src/binary_cipher.py
strictly follow above implementation and PEP8 Guidelines

added