Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ndleah/python-mini-project
/ TextEncryptor.py
File
TextEncryptor.py
TextEncryptor/TextEncryptor.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#This application uses the ceaser cipher in order to encrypt text
2
def
encrypt(text):
3
result =
""
4
Callers
nothing calls this directly
Calls
2
encrypt
Function · 0.85
decrypt
Function · 0.85
Tested by
no test coverage detected