Thư viện tri thức trực tuyến
Kho tài liệu với 50,000+ tài liệu học thuật
© 2023 Siêu thị PDF - Kho tài liệu học thuật hàng đầu Việt Nam

Working with Database and Security in Java - Cryptography docx
Nội dung xem thử
Mô tả chi tiết
Working with Database and Security in Java Assignment
© 2007 Aptech Ltd Version 1.0 Page 1 of 2
Cryptography
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