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 8187071

Browse files
Update README.md
1 parent 68450bc commit 8187071

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

‎Cryptography/README.md‎

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
### This objective of this project is to encode and decode messages using a common key. This project will be built using the Tkinter and base64 library.
2-
3-
### 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-
5-
### Project Prerequisites-
6-
7-
### To build this project we will use basic concept of python, Tkinter, and base64 library.
8-
9-
### 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.
1+
### TITLE- Cryptography
2+
### 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.
3+
### PROJECT REQUISITES- To build this project we will use basic concept of python, Tkinter, and base64 library.
4+
### -Tkinter is a standard GUI python library.
5+
### -base64 module provides a function to encode the binary data to ASCII characters and decode that ASCII characters back to binary data.
6+
### -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.
7+
### PROJECT STRUCTURE- These are the step to build message encode – decode python project-
8+
### -Import module
9+
### -Create display window
10+
### -Define function
11+
### -Define labels and buttons
12+
### AUTHOR NAME- ANUSHKA CHITRANSHI
13+
### GITHUB PROFILE- https://github.com/codebuzzer01

0 commit comments

Comments
(0)

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