Tuesday, 1 June 2021

Encryption - Decryption Tool

                               Encrypt - Decrypt using Python With GUI

Cryptography means changing the text of a message so that people who don’t know your secret never understand your message. In this project, I will create a GUI application to encrypt and decrypt using Python.

How to Encrypt and Decrypt using Python?

To encrypt and decrypt with Python, you need to create a program in which it will first ask you if you want to encrypt a message or decrypt it. Then the program should receive a message from the user.

If the user chooses to encrypt the message, the user’s message must be transformed into a secret code. But if the user chooses to decrypt the message, your program should be able to convert a secret code into a meaningful text.

For this task, you must write a program that rearranges the order of letters in user input so that it cannot be understood by anyone. This can be done by putting the letters in even and odd positions.

Then we have to swap the first two letters with the next two and so on. The code to convert encrypted text to decrypted text can be done by reversing the letters according to user input.








0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home