We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7416de commit 87f0e22Copy full SHA for 87f0e22
1 file changed
Cryptography/crypto.py
@@ -71,15 +71,16 @@ def Reset():
71
mode.set("")
72
Result.set("")
73
74
-# Message
+
75
Label(
76
root, font='arial 12 bold', text='MESSAGE'
77
).place(x=60, y=60)
78
Entry(
79
root, font='arial 10', textvariable=Text, bg='ghost white'
80
).place(x=290, y=60)
81
82
-# key
83
+#key
84
Label(root, font='arial 12 bold', text='KEY').place(x=60, y=90)
85
86
root, font='arial 10', textvariable=private_key , bg='ghost white'
0 commit comments