'''Originally Posted By: nealk'''
4.<br>Neal Kemp & Scott Kwong<br><br>Steganography is when a message is hidden within another and that hidden message is only supposed to be known by sender and receiver. An example of steganography would be adjusting the lower order bits of an image in order to conceal a message. Watermarking is when a message is written within another and is supposed to be known by sender, receiver, and anyone else. An example of watermarking is when a photographer puts his logo in the bottom corner of the photos he takes.
'''Originally Posted By: Erni'''
This is the answer for problem 5<br><br>Group: <br>Erni Ali, Su Sandi, Sreenidhi P Muralidharan<br><br>5. Based on the formula taken from the book on chapter 7, we got the equation that: <br><br>Work needed = (size of the dictionary/probability)<br> (appx.)~= 10million / (1/8) <br> ~= 10^7 /(1/8)<br> ~= 8 x 10^7
'''Originally Posted By: aviraj.mukh'''
<hr>
'''Originally Posted By: aida'''
Christopher Cook<br>Kurt Anderson<br>Aida Khosroshahi<br><br>2. Briefly describe how one round of the Tiger hash function works.<br><br>The input X is padded to a multiple of 512 bits and written as X = (X_0, X_1, &hellip;, X_{n-1}), each X_i is 512 bits. Each F_m consists of 8 inner rounds. W is 512 bits and is written as W = (W_0, W_1, &hellip;, W_7), where each W_i is 64 bits. Each round takes a, b, c, and W_i as input and produces a, b, and c with the following equations:<br><br>c = c xor W_i<br>a = a-(S_0[c_0] xor S_1[c_2] xor S_2[c_4] xor s_3[c_6])<br>b = b+ (S_3[c_1] xor S_2[c_3] xor S_1[c_5] xor S_0[c_7])<br>b = b.m<br><br>where c_i is the ith byte of c and each S_i is an S-box mapping 8 bits to 64 bits.<br><br>
'''Originally Posted By: andy'''
Andy Quach and Danny Ng<br><br>9 .Explain how a TCP Ack scan can be used to port scan through a packet filter.<br><br>A TCP ACK scan can be used to port scan through a packet filter by sending a packet that has the ACK bit set, without the prior two steps of the TCP three-way handshake.The packet will violate the TCP protocol since the initial packet in any connection must have the SYN bit set but the packet filter has no concept of state and it will assume that this packet is part establishing a connection and let it through provided that it is sent through an open port. The attacker keeps on doing this until an RST packet is sent back to the attacker signifying the open port in the firewall.
'''Originally Posted By: CViernes'''
<hr>
'''Originally Posted By: noel.rmrz'''