You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cryptography/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ The objective of this project is to encode and decode messages using a common ke
8
8
## PROJECT REQUISITES
9
9
To build this project we will use the basic concept of python, Tkinter, and base64 library.
10
10
11
-
### -Tkinter is a standard GUI python library.
11
+
- Tkinter is a standard GUI python library.
12
+
12
13
### -base64 module provides a function to encode the binary data to ASCII characters and decode that ASCII characters back to binary data.
13
14
### -Tkinter is a standard GUI python library base64 module provides a function to encode the binary data to ASCII characters and decode that ASCII characters back to binary data.
0 commit comments