We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ae8f2 commit 3a77380Copy full SHA for 3a77380
ciphers/Onepad_Cipher.py
@@ -1,5 +1,7 @@
1
from __future__ import print_function
2
3
+import random
4
+
5
6
class Onepad:
7
def encrypt(self, text):
0 commit comments