Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ encryptChar
Function
encryptChar
EncryptionTool.py:19–22 ·
view source on GitHub ↗
(target)
Source
from the content-addressed store, hash-verified
17
18
19
def
encryptChar(target):
20
# encrytion algorithm
21
target = ((target + 42) * key) - 449
22
return
target
23
24
25
def
decryptChar(target):
Callers
3
encrypt
Function · 0.85
readAndEncrypt
Function · 0.85
EncryptionTool.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected