https://github.com/roger-29/dat159-crypto
⛓ Cryptography
https://github.com/roger-29/dat159-crypto
cryptography java
Last synced: 10 months ago
JSON representation
⛓ Cryptography
- Host: GitHub
- URL: https://github.com/roger-29/dat159-crypto
- Owner: roger-29
- License: mit
- Created: 2019-10-05T15:19:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T12:20:18.000Z (over 6 years ago)
- Last Synced: 2025-06-08T17:40:30.830Z (about 1 year ago)
- Topics: cryptography, java
- Language: Java
- Size: 2.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptography
> DAT159
By Sondre Gjellestad and Arne Molland
## Task 1
After setting up the certificate, the connection works.



## Task 3
Here is the result in WireShark.


## Task 4 | Tamper with the Message (Integrity)
After setting up the proxy certificates, we've set a breakpoint like this:

After tampering with the message this is the response from the server.

## Question
Can we impersonate HttpsClientProxySSLRSA in this setup? If so, we would need it's private key in order to sign messages correctly.