Skip to content

Commit 87f0e22

Browse files
authored
Update crypto.py
1 parent c7416de commit 87f0e22

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Cryptography/crypto.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,16 @@ def Reset():
7171
mode.set("")
7272
Result.set("")
7373

74-
# Message
74+
7575
Label(
7676
root, font='arial 12 bold', text='MESSAGE'
7777
).place(x=60, y=60)
7878
Entry(
7979
root, font='arial 10', textvariable=Text, bg='ghost white'
8080
).place(x=290, y=60)
8181

82-
# key
82+
83+
#key
8384
Label(root, font='arial 12 bold', text='KEY').place(x=60, y=90)
8485
Entry(
8586
root, font='arial 10', textvariable=private_key , bg='ghost white'

0 commit comments

Comments
 (0)