MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / porta_cipher.py

File porta_cipher.py

ciphers/porta_cipher.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1alphabet = {
2 "A": ("ABCDEFGHIJKLM", "NOPQRSTUVWXYZ"),
3 "B": ("ABCDEFGHIJKLM", "NOPQRSTUVWXYZ"),
4 "C": ("ABCDEFGHIJKLM", "ZNOPQRSTUVWXY"),

Callers

nothing calls this directly

Calls 2

encryptFunction · 0.70
decryptFunction · 0.70

Tested by

no test coverage detected