Working with Database and Security in Java AssignmentCryptography 1 Kidszone School wants to store the information of students and their parents in their database.. This will help them
Trang 1Working with Database and Security in Java Assignment
Cryptography
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
Trang 2Working with Database and Security in Java Assignment
Figure 5.2: Message Decryption form