You are on page 1of 5

Lab Report Group Member: Michael Kong , Chong Zhi Jie, Ng Wei Kheng Cryptography

Software required: HashCalc and Advanced Encryption Package Pro Using Advanced Encryption Package Pro to encrypt a file. Step 1: Create a plain text file and save it with the extension .txt.

Step 2: Open Advanced Encryption Package Pro and import the text file.

Step 3: Create a password and select an algorithm to encrypt your file.

Step 4: Click the Encrypt Now! button to get an encrypted file with an .aep extension.

Step 5: To get the read of the .aep file, click the .aep file and key in the password.

Using HashCalc to show how hashing works. Step 1: Open HashCalc and import the same text file used above.

Step 2: Click Calculate and the hashes of the text file will appear in the text boxes below.

Web Server
Software required: XAMPP Web Server Step 1: Go to the XAMPP website and download XAMPP web server.

Step 2: Install the XAMPP web server onto your computer.

Step 3: Once installed, look for a folder named htdocs and create another folder named test inside.

Step 4: Create a PHP file with the name index.php with the following text in the picture below: <?php echo <h4>PHP rocks!</h4>; ?>

Step 5: Start the XAMPP web server and turn on Apache Web Server.

Step 6: Open your web browser and key in the following URL: <localhost/test/> Step 7: The text PHP rocks! should appear in your web browser.

You might also like