21 lines
409 B
Markdown
21 lines
409 B
Markdown
# CutieDecryptor
|
|
Basic Substitution Cypher decryption script.
|
|
|
|
---
|
|
|
|
## Notes:
|
|
|
|
Due to a limitation with Replit, everything must be contained in root dir.
|
|
"parser" clashes with stdlib parser, therefore all libraries are prefixed with "Cutie".
|
|
|
|
---
|
|
|
|
#### Python Versions:
|
|
|
|
Designed using Python 3.11.6
|
|
|
|
Scripts should maintain backwards compatibility with Python 3.3.1
|
|
|
|
---
|
|
|
|
Copyright: Cutieguwu and JellieJayde |