Skip to content

rishisim/Encryption_Decryption_Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Encrypt/Decrypt Messages

A simple Encryption/Decryption Python Program. Encrypt or Decrypt messages using the terminal in Visual Studio Code.

How It Works

Type in the message you want to encrypt in the terminal, and the program will output the secret message.

Input:
This is a secret message.

Output:
Gsrh rh z hvxivg nvhhztv-

Decrypting a message works the same.

Input:
Gsrh rh z hvxivg nvhhztv?

Output:
This is a secret message.

Limitations:

  1. Many special characters are not encrypted/decrypted, and they stay the same in both the input and output.
  2. The conversion data is fixed (check conversionData.py) and does not change with every message that is encrypted/decrypted.

About

A simple Encryption/Decryption Python Program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages