Skip to content

Python script utilizing cypher mapping to run "cypher encrypted" Python scripts

Notifications You must be signed in to change notification settings

keventhen4/PythonCypher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonCypher

Python script utilizing cypher mapping to run "cypher encrypted" Python scripts

Required Files:

  • processScript.py,
  • cypherMap.py
  • script.txt

Guide:

Use and edit the tables in cypherMap.py to help you write a Python script (but with a cipher). The table in cypherMap.py and script in script.txt are examples, feel free to adjust them to your liking. If you have questions you can contact me on Discord at @keventhen4.

Comments:

processScript utilizes cypherMap to map characters in script and creates (or edits) a file "compiled.txt" with transcribed code. Imagine substitution cipher but with an adjustable table for which characters to use as replacements. Currently unfinished and full of errors (Ex when transcribing, some characters in strings are picked up as keywords and are transcribed).

About

Python script utilizing cypher mapping to run "cypher encrypted" Python scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages