|
1 | 1 | # CRYPTOGRAPHY
|
2 | 2 |
|
3 | 3 |
|
4 | | -### 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 | +## DESCRIPTION |
| 5 | +The 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. |
| 6 | + |
5 | 7 |
|
6 | 8 | ### PROJECT REQUISITES- To build this project we will use basic concept of python, Tkinter, and base64 library.
|
7 | 9 | ### -Tkinter is a standard GUI python library.
|
|
0 commit comments