Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 87f0e22

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎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)

AltStyle によって変換されたページ (->オリジナル) /