MCPcopy 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
19def encryptChar(target):
20 # encrytion algorithm
21 target = ((target + 42) * key) - 449
22 return target
23
24
25def decryptChar(target):

Callers 3

encryptFunction · 0.85
readAndEncryptFunction · 0.85
EncryptionTool.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected