encryption & decryption of sound presentation

14

Upload: muhammad-saif-ul-islam

Post on 16-Jul-2015

202 views

Category:

Engineering


5 download

TRANSCRIPT

Page 1: Encryption & decryption of sound presentation
Page 2: Encryption & decryption of sound presentation

GROUP INTRODUCTION

• M SAIF UL ISLAM

• HABAB NISAR

• BILAL RAFIQUE

• HASEEB RAZA

Page 3: Encryption & decryption of sound presentation

ENCRYPTION

• Encryption is the conversion of electronic data into another form,

called ciphertext, which cannot be easily understood by anyone

except authorized person.

• The primary purpose of encryption is to make digital data private

and confidential.

• Normally it is done with the help of a key or an algorithm.

Page 4: Encryption & decryption of sound presentation

DECRYPTION

• Decryption is the process of transforming data that has been

rendered unreadable through encryption back to its unencrypted

form.

• In decryption, the system extracts and converts the garbled data and

transforms it to texts and images that are easily understandable by

everyone.

• Decryption may be accomplished manually or automatically. It may

also be performed with a set of keys or passwords.

Page 5: Encryption & decryption of sound presentation

OVERVIEW

Page 6: Encryption & decryption of sound presentation

PRINCIPLE

o Conversion of 1d array to 2d array

Page 7: Encryption & decryption of sound presentation

COMMANDS USED

• Imread

Syntax:

PROJECTPIC=IMREAD('PROJECTPIC.JPG');

• Imshow

Syntax:

IMSHOW('PROJECTPIC.JPG');

Page 8: Encryption & decryption of sound presentation

• Wavread

• Wavwrite

• Audiorecorder

• Uigetfile

• Inputdlg

• Deploy tool

Page 9: Encryption & decryption of sound presentation

GRAPHICAL USER INTERFACE (GUI)

In computing, a graphical user interface (GUI, sometimes

pronounced "gooey" (or "gee-you-eye")) is a type of interface that

allow users to interact with electronic devices through graphical

icons.

Page 10: Encryption & decryption of sound presentation

GUIDE COMMAND

In matlab we use guide command to make gui..

Page 11: Encryption & decryption of sound presentation
Page 12: Encryption & decryption of sound presentation

FIN

AL

LAY

OU

T

Page 13: Encryption & decryption of sound presentation

USES:

There are very vast applications/uses of encryption and decryption for which this app is helpful few of them are given below:

secure data transfer.

Military intelligence purposes.

Safe communication.

Page 14: Encryption & decryption of sound presentation

QUESTION ARE WELCOMED…