Skip to content

"Algorithm Encryption Project" A Python project that demonstrates AES encryption using the pycryptodome library. It includes functionality for encrypting and decrypting text with AES, alongside a simple key management system for generating encryption keys. This project serves as an example of secure data protection techniques.

Notifications You must be signed in to change notification settings

RudraSehgal7/Encryption-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encryption-Project

This Python project implements encryption using the AES (Advanced Encryption Standard) algorithm to securely protect sensitive text data. It includes a simple, unified interface for encrypting and decrypting text, along with key management features for generating encryption keys. The project demonstrates key concepts of cryptography, including symmetric encryption, key generation, and data security. It is built using the pycryptodome library, providing a secure method for handling text encryption and decryption in Python.

About

"Algorithm Encryption Project" A Python project that demonstrates AES encryption using the pycryptodome library. It includes functionality for encrypting and decrypting text with AES, alongside a simple key management system for generating encryption keys. This project serves as an example of secure data protection techniques.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages