UTSAVS26 / PySnippets

Collection of reusable Python code snippets for all.
https://sites.google.com/view/pysnippets/
MIT License
28 stars 74 forks source link

Code Review and Enhancements for Cipher Implementations #308

Open smog-root opened 2 hours ago

smog-root commented 2 hours ago

I would like to request a code review and suggestions for enhancements on the following cipher implementations in you'r project:

I'm expecting a gssoc-ext with level label. @UTSAVS26

1. Affine Cipher (affine_cipher.py):

2. Caesar Cipher (caesar_cipher.py):

Potential Improvements:

3. Playfair Cipher (playfair_cipher.py):

github-actions[bot] commented 2 hours ago

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

yashksaini-coder commented 2 hours ago

thx for pointing out the problems in my code @smog-root buddy, appreciate the efforts