Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.9 KB

File metadata and controls

38 lines (21 loc) · 1.9 KB

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