Skip to content

A Python project for encrypting and decrypting audio files using the AES encryption algorithm. This project demonstrates how to handle audio files, apply encryption to secure the data, and subsequently decrypt it to retrieve the original audio.

Notifications You must be signed in to change notification settings

saro-sadeghi/audio-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Audio Encryption in Python

This project demonstrates how to encrypt and decrypt audio files using the AES encryption algorithm in Python. The main goal is to ensure the security of audio data during transmission or storage.

Features

  • Encrypt audio files to prevent unauthorized access
  • Decrypt encrypted audio files to retrieve the original audio
  • Save encryption keys securely in a separate file
  • Handle WAV audio format

Requirements

  • Python 3.x
  • pydub library for handling audio files
  • cryptography library for encryption and decryption

Installation

Install the required libraries using pip:

pip install pydub cryptography numpy

About

A Python project for encrypting and decrypting audio files using the AES encryption algorithm. This project demonstrates how to handle audio files, apply encryption to secure the data, and subsequently decrypt it to retrieve the original audio.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published