Custom encoder and decoder program which takes input from the user and convert it into a secret code and also do the opposite
The custom encoder and decoder program is program created using python that converts the input message into numbers and vice versa
The program is consisted of two parts encoding and decoding, for the encoding part the program takes the message from the user and convert it into numbers these numbers are the index number of the list already present in the program consisting all the alphabets which can be upgraded with new inputs.
And for the decoding part, user has to enter the index number he gets by encoding the message, by this step user can get the message back using the same list.
In this program, it first asks the user either he wants to encode or decode the input.
TECHNOLOGY/ PROGRAM:- PYTHON
PLATFORM:- VISUAL STUDIO CODE
Submitted by SAGAR GHUGUSKAR (SAGAR)
Download packets of source code on Coders Packet
Comments