Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
alphabet = {
2
"A"
: (
"ABCDEFGHIJKLM"
,
"NOPQRSTUVWXYZ"
),
3
"B"
: (
"ABCDEFGHIJKLM"
,
"NOPQRSTUVWXYZ"
),
4
"C"
: (
"ABCDEFGHIJKLM"
,
"ZNOPQRSTUVWXY"
),
Callers
nothing calls this directly
Calls
2
encrypt
Function · 0.70
decrypt
Function · 0.70
Tested by
no test coverage detected