MCPcopy 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
2def encrypt(text):
3 result = ""
4

Callers

nothing calls this directly

Calls 2

encryptFunction · 0.85
decryptFunction · 0.85

Tested by

no test coverage detected