Skip to content

Symmetric Encryption and Decryption Algorithm for encrypting the plain text.

License

Notifications You must be signed in to change notification settings

srimani-programmer/Message_Encryption_And_Decryption

Repository files navigation

Message-Encryption-And-Decryption

  1. A simple Encryption and Decryption tool to Encrypt and decrypt our confidential, sensitive, and important text data.
  2. This tool will help to encrypt our text data with the help of symmetric cryptographic algorithm. and the encrypted data can also be decrypted with the help of this tool.
  3. Both sender and receiver can use this tool to encrypted and decrypted their data to transfer from one place to another with high confidentiality.

Script Main Window

Encryption

  1. While entering the data to the file that want to encrypt.
  2. Press CTRL + D after input message is given completely.

Generated Files after Encryption:

Original and Encrypted files:

Given information by user.

Cipher text generated.

Decryption

1.Image while decryption is done.

Generated Original file after Decryption:

Original generated text:

Dependencies:

  1. python v3.6.6 is required.

Disclaimer:

Please read the license information carefully before using it commercially.

Releases

No releases published

Packages

No packages published

Languages