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

File onepad_cipher.py

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

Source from the content-addressed store, hash-verified

1import random
2
3
4class Onepad:

Callers

nothing calls this directly

Calls 3

OnepadClass · 0.85
encryptMethod · 0.45
decryptMethod · 0.45

Tested by

no test coverage detected