Skip to content

Commit 2a8043b

Browse files
authored
Update README.md
1 parent 8187071 commit 2a8043b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Cryptography/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
### TITLE- Cryptography
1+
### TITLE- CRYPTOGRAPHY
2+
23
### DESCRIPTION- This objective of this project is to encode and decode messages using a common key. In this project, users have to enter the message to encode or decode. Users have to select the mode to choose the encoding and decoding process. The same key must be used to process the encoding and decoding for the same message.
4+
35
### PROJECT REQUISITES- To build this project we will use basic concept of python, Tkinter, and base64 library.
46
### -Tkinter is a standard GUI python library.
57
### -base64 module provides a function to encode the binary data to ASCII characters and decode that ASCII characters back to binary data.
68
### -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.
9+
710
### PROJECT STRUCTURE- These are the step to build message encode – decode python project-
811
### -Import module
912
### -Create display window
1013
### -Define function
1114
### -Define labels and buttons
15+
16+
17+
1218
### AUTHOR NAME- ANUSHKA CHITRANSHI
1319
### GITHUB PROFILE- https://github.com/codebuzzer01

0 commit comments

Comments
 (0)