University | University of Wollongong (UOW) |
Subject | CSCI368: Network Security |
Objectives
On completion of this assignment you should be able to:
- Understand some basic techniques for building a secure channel.
- Understand network programming.
Write (Java or C/C++) UDP programs allowing two parties to establish a secure communication channel. For simplicity, let us call the programs “Host” and “Client”, which are executed by Alice and Bob, respectively.
Alice and Bob share a common password PW, which contains at least 6 alphanumeric characters. Alice/Host stores the password in the hashed form (i.e., H(PW) where H denotes the SHA-1 hash function) and Bob/Client
memorizes the password. They want to establish a secure communication channel that can provide data confidentiality and integrity. They aim to achieve this goal via the following steps: (1) use the shared password to establish a shared session key; (2) use the shared session key to secure the communication.
Step 1 is done via the following key exchange protocol:
1: B → A: “Bob”
2: A → B: E(H(PW), p, g, ga mod p)
3: B → A: E(H(PW), gb mod p)
4: A → B: E(K, NA)
5: B → A: E(K, NA+1, NB)
6: A → B: E(K, NB+1) or “Login Failed”
In the above protocol, p and g are the parameters for the Diffie-Hellman key exchange, E denotes the RC4 stream cipher. The shared key K is computed as K = H(gab mod p) where a and b are random numbers selected by Alice
and Bob in each session. NA (resp. NB) denotes a nonce selected by A (resp. B).
Hire a Professional Essay & Assignment Writer for completing your Academic Assessments
Native Singapore Writers Team
- 100% Plagiarism-Free Essay
- Highest Satisfaction Rate
- Free Revision
- On-Time Delivery
After establishing the session key, step 2 is achieved as follows:
1. whenever Alice wants to send a message M to Bob, Alice first computes hash = H(K||M||K), and then computes C = E(K, M||hash) and sends C to Bob. Here || denotes the string concatenation.
2. upon receiving a ciphertext C, Bob first runs the decryption algorithm to obtain M||hash = D(K, C). After that, Bob computes hash’ = H(K||M||K) and checks if hash = hash’. If the equation holds, then Bob accepts M; otherwise, Bob rejects the ciphertext.
3. the same operations are performed when Bob sends a message to Alice.
Implementation guidelines
- Place Host and Client in two separate directories: Alice and Bob.
- Generate the Diffie-Hellman parameters (p, g), choose a password PW for Bob, and save (p, g, H(PW)) in a text file under the directory of Alice. This completes the setup of the Host. You can use an individual program to perform the setup.
Remark: the prime p must have at least 32 bits and g must be a generator of the group Z*p. You can use a crypto library or some open source code to generate the Diffie-Hellman parameters.
- Alice executes Host.
– Host reads the parameters and the hashed password from the file.
– Host is running and listening to the opened port (you need to select a port for your code). - Bob executes Client.
– Client asks for a password PW from user input (via keyboard).
– Client sends a connection request “Bob” to Host.
– Client is ready and listens to the port. - Host generates a random a, and sends E(H(PW), p, g, ga mod p) to Client.
- Client generates a random b, computes gb mod p, and sends E(H(PW), gb mod p) to Host. Client computes the shared key K.
- Upon receiving the ciphertext from the Client, Host decrypts it using H(PW) to obtain gb mod p and
computes the shared key K. Host picks a nonce NA and sends E(K, NA) to Client. - Client performs the decryption to get NA, picks a nonce NB, and sends E(K, NA+1, NB) to Host.
- Host performs the decryption and checks the response NA+1. If the response is correct, Host sends E(K, NB+1) to the client; otherwise, it sends “Login Failed” to the Client and terminates the current connection.
- The client checks the response NB+1. If the response is not correct, Client terminates the connection. Otherwise, the handshake is successful and the Client starts the conversation with the Host.
- If the handshake is done successfully
– Either Alice or Bob can send a message encrypted and authenticated by the key K. They type the message on their own terminal. The message is processed by their code (Host or Client) according to step 2 given above.
– The received message is printed on the screen if decryption is successful. Otherwise, an appropriate error message is displayed on the screen.
– To terminate the connection, either party should type “exit”.
Coding requirement:
You need to write the codes for implementing Host and Client. Some sample code for UDP will be provided, but you can also use other open-source code as you like. You can use a crypto library or some open-source code to implement the encryption and hashing functions and the Diffie-Hellman key exchange, including the generation of the Diffie-Hellman parameters. You should cite the source if you use a downloaded code.
How to run?
Your programs should run according to the protocol. Host and Client should be executed on different windows. For the convenience of marking, please use the local IP: 127.0.0.1 for the submitted version. For simplicity, there is
no GUI required in this assignment. That is, messages are simply typed on the sender’s window and printed on the receiver’s window. The looping should continue until the connection is terminated.
Get faultless computer science assignment help if you have concerned about the CSCI368 Network Security assignment. At Singapore assignment help We provide affordable assignment writing services for your networking, data management, and information security. Also, our professional experts present homework help for java programming at a low price and help you to secure a high rank in your assignment.
Looking for Plagiarism free Answers for your college/ university Assignments.
- Engaging Youth with IBM Skills Build Assignment: Designing Innovative Strategies for Skill Development and Career Growth
- BUS368 Innovation Management and Digital Transformation Assignment: Managing Innovation in Foldable, Trifold, and Stretchable Display Technologies
- BUS366 Assignment: Process Improvement and Recruitment Optimization Using Lean Six Sigma Methodology
- HBC203 Statistics and Data Analysis for the Social and Behavioural Sciences TMA-01: A Comparative Analysis of Workplace Wellbeing Interventions and Their Impact on Employee Productivity
- BCAF003 Business Accounting Assignment: A Comprehensive Study on Bank Reconciliation, Cash Controls, Inventory Valuation, and Financial Analysis
- MGT201 Managing Self and Others Assignment: Exploring Generational Challenges and Leadership Styles to Enhance Wellbeing Using the PERMA Model
- EBM3005 Energy Management and Audit Assignment: Energy Performance Evaluation of a Water-Cooled Central Chilled Water Plant and Air Distribution System Using Live Audit and BMS Data
- HRM331 Talent Management Assignment: Strategic Prioritization of Employee Engagement Areas to Retain Gen Z Talent at Innova Code
- BUS357 Starting and Managing a Business Assignment: Business Feasibility Assessment Report for “Travel With Host” – A Personalised Travel Platform
- Communication Studies Individual Assignment: Professional Job Application in Response to a Real-World Job Advertisement