Skip to content

UmraFathima/File-Encryption-Decryption-using-Python-and-Pycryptodome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Getting Started

"This project involved building a secure file encryption and decryption system using the Advanced Encryption Standard (AES) algorithm in Python. Leveraging the pycryptodome library, the system ensures data confidentiality by encrypting files with randomly generated keys, which can later be decrypted to restore the original data. The project focused on secure data transmission and storage, providing an efficient and robust solution for protecting sensitive information."

Installation

  • Python 3.x
  • pycrypto

You can install the missing dependencies thorugh pip

Contributing

  1. Fork it
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages