MCPcopy 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
58def main():
59 print(encodeBase64("WELCOME to base64 encoding"))
60 print(decodeBase64(encodeBase64("WELCOME to base64 encoding")))
61
62
63if __name__ == '__main__':

Callers 1

base64_cipher.pyFile · 0.70

Calls 2

encodeBase64Function · 0.85
decodeBase64Function · 0.85

Tested by

no test coverage detected