Skip to content

This Python project demonstrates how to encrypt and decrypt text using three encryption algorithms: AES (Advanced Encryption Standard), DES (Data Encryption Standard), and RSA (Rivest-Shamir-Adleman). The code provides examples for using these algorithms in various scenarios to ensure secure communication and data protection.

License

Notifications You must be signed in to change notification settings

D-Majumder/Text-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Text-Encryption

project-image

This Python project demonstrates how to encrypt and decrypt text using three encryption algorithms: AES (Advanced Encryption Standard) DES (Data Encryption Standard) and RSA (Rivest-Shamir-Adleman). The code provides examples for using these algorithms in various scenarios to ensure secure communication and data protection. This project serves as an educational tool to understand the implementation and usage of different encryption algorithms in Python. It showcases the fundamental principles of cryptography and provides a practical approach to secure communication.

shieldsshieldsshields

🚀 Demo

https://www.linkedin.com/posts/iamdhrubamajumder_python-internship-techinnovation-activity-7291056415249453056-TDhk?utm_source=share&utm_medium=member_desktop

🧐 Features

Here're some of the project's best features:

  • Generate RSA Keys
  • Encrypt AES and DES Keys Using RSA Public Key
  • Decrypt AES and DES Keys Using RSA Private Key
  • Encrypt and Decrypt a Message Using AES and DES

🛠️ Installation Steps:

1. Install Pycryptodome

pip install pycryptodome

🛡️ License:

This project is licensed under the GNU

💖Like my work?

You can contact me for feedback or suggestions

About

This Python project demonstrates how to encrypt and decrypt text using three encryption algorithms: AES (Advanced Encryption Standard), DES (Data Encryption Standard), and RSA (Rivest-Shamir-Adleman). The code provides examples for using these algorithms in various scenarios to ensure secure communication and data protection.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages