1) Live capturing from non-secured http and secured https:In this task, student would need to create a simple html page contains a following statement. Capture this page's data as in Figure 1 and Figure 2. Provide all snapshots of your process and explain the different outcomes from both methods of with SSL and without SSL enforced for a web address. 2) Database secure storage with MySQL:In this task student needs to implement a MySQL server in your installed Linux in assignment 1. Create a simple database with 3 fields: ID, Username and Password as in Figure 3 below: Figure 3 To secure the password field as shown in Figure 4, student needs to search from http://mysql.com to provide a solution for this requirement. Figure 4 Each of your tasks would include following questions as well.a) What you did;b) What problems you encountered and how you solved them;c) How much time you spent on each part of the exercise