Tải bản đầy đủ (.pdf) (2 trang)

Working with Database and Security in Java - Cryptography (tt) doc

Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (19.24 KB, 2 trang )

Working with Database and Security in Java Assignment
© 2007 Aptech Ltd Version 1.0 Page 1 of 2
C
C
r
r
y
y
p
p
t
t
o
o
g
g
r
r
a
a
p
p
h
h
y
y



Sr. No.


Assignment Question
1 Kidszone School wants to store the information of students and their parents in
their database. This will help them to better administer and control the new
student registration process as well as manage already existing records of
enrolled students.

The School Management Board has chosen your company to provide a solution
for the same. Consider yourself to be a part of the team that implements the
solution for designing the application.

Create a GUI based Java Swing application that will incorporate encryption and
decryption of user. Any message that is secret can be encoded by the
encryption key. An encryption key should be created for the purpose that can
be used to encrypt the secret message by clicking on Send button (Refer to
Figure 5.1). Similarly, the receiver should be able to decrypt the encoded
message and view the decoded message by using the same encryption key
(Refer to Figure 5.2).

The interface of the Encryption and Decryption forms should resemble the
following:



Figure 5.1: Message Encryption form

Working with Database and Security in Java Assignment
© 2007 Aptech Ltd Version 1.0 Page 2 of 2


Figure 5.2: Message Decryption form



×