Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ main
Function
main
ciphers/base64_cipher.py:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
return
r[0: len(r) - len(p)]
57
58
def
main():
59
print(encodeBase64(
"WELCOME to base64 encoding"
))
60
print(decodeBase64(encodeBase64(
"WELCOME to base64 encoding"
)))
61
62
63
if
__name__ ==
'__main__'
:
Callers
1
base64_cipher.py
File · 0.70
Calls
2
encodeBase64
Function · 0.85
decodeBase64
Function · 0.85
Tested by
no test coverage detected