MCPcopy Create free account
hub / github.com/geekcomputers/Python / encrypt

Function encrypt

vigenere_cipher.py:28–29  ·  view source on GitHub ↗
(message, key)

Source from the content-addressed store, hash-verified

26
27
28def encrypt(message, key):
29 return vigenere(message, key)
30
31
32def decrypt(message, key):

Callers

nothing calls this directly

Calls 1

vigenereFunction · 0.85

Tested by

no test coverage detected