31Sanskrati / Cryptography_Algorithms

Collection of cryptography algorithms implementation.
MIT License
14 stars 5 forks source link

Organized Directories and Files #9

Closed Ashrick12 closed 4 months ago

Ashrick12 commented 4 months ago

Renamed /SHIFT to /SHIFT_CIPHER and /SUBSTITUTION to /SUBSTITUTION_CIPHER.

Moved SHIFT_CIPHER.py and SUBSTITUTION_CIPHER.py to their respective directories.

Resolves #6 and #5