-
Notifications
You must be signed in to change notification settings - Fork 1
/
intro.txt
61 lines (44 loc) · 1.48 KB
/
intro.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
INTRODUCTION
The system deals with security during transmission
of data. Commonly used technologies are
cryptography. This system deals with implementing
security using Stegnography. In this end user
identifies an image which is going to act as the
carrier of data. The data file is also selected and
then to achieve greater speed of transmission the
data file and image file are compressed and sent.
Prior to this the data is embedded into the image
and then sent. The image if hacked or interpreted
by a third party user will open up in any image
previewed but not displaying the data. This protects
the data from being invisible and hence be secure
during transmission. The user in the receiving end
uses another piece of code to retrieve the data from
the image.
This project is developed using graphics in ‘JAVA’
language. The options available are displayed in a
menu format, like in an online editor. Clicking on
any particular menu item through mouse or through
keyboard a dropdown menu is displayed, listing all
the options available under that menu item and the
user can select the needed actions according to their
wish.
The Menu Bar consists of the following contents
• Data
• Utility
• Help
• Exit
Data
This menu consists of the following submenu content.
Embed
Deembed
Authenticate
Utility
This menu consists of the following submenus
Compression
De Compression
Help
This menu consists of the following submenus
About
Contents
Information