|
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