Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

implementing voice encryption using aes

Status
Not open for further replies.

dipika singh

Newbie level 6
Joined
Nov 9, 2012
Messages
12
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,350
i want to implement a voice encryption system using aes 128 encryption technique.
project_diagram.jpg

pls suggest me.. how can i proceed to implement this. i hv done the implementation of aes 128 but rest is to be implemented. pls guide me.
 

If u r planning to do it in an fpga aes encryption and decryption cores are available at opencoress website u can use them, also for voice part u can convert them into data segments using wavread command in matlab and feed it to fpga or modelsim in case of simulation. good luck
 

i hv implemented aes encryption and decryption and converted the voice signal into digital (hexadecimal no.) using matlab into a text file. bt i dont knw how to read that text file for implementation on fpga. if u hv any ideas.. plzz suggest me.
 

store the text file in the block ram provided inside fpga using readmemh command, from there u can fetch data for encryption
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top