Skip to content

Develop an audio player embedded with encryption / decryption functions. The encryption and decryption function must be performed automatically once saving or playing an audio file. The program is required to support audio raw file format, e.g., *.wav.

Notifications You must be signed in to change notification settings

Waariss/Secured-Audio-Player-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secured Audio Player

Develop an audio player embedded with encryption / decryption functions. The encryption and decryption function must be performed automatically once saving or playing an audio file. The program is required to support audio raw file format, e.g., *.wav.

Live Demo

Installation

  • Create a new Vite project using the command:
npm init vite@latest my-project --template react
  • Change to the project directory:
cd my-project
  • Initialize a new Git repository:
git init
  • Add the remote repository from GitHub:
git remote add origin https://github.com/Waariss/Secured-Audio-Player-.git
  • Pull the existing code from the GitHub repository:
git pull origin main
  • Install the required dependencies:
npm install react react-dom crypto-js @babel/core @babel/preset-env @babel/preset-react
  • Run the Vite development server:
npm run dev

Dependencies

This project relies on the following dependencies:

Interface Design

UI

Team Member

  • Waris Damkham 6388014
  • Chanisara Kotrachai 6388087

About

Develop an audio player embedded with encryption / decryption functions. The encryption and decryption function must be performed automatically once saving or playing an audio file. The program is required to support audio raw file format, e.g., *.wav.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published