GithubHelp home page GithubHelp logo

cs-cw2's Introduction

Computer Security 2020-21 Coursework 2

Idea: Gained practical experience into an introduction to cryptography and learned the ideas of crafting a man-in-middle attack using existing Python libraries and functions.

Final Grade: 100% (A1)

Programming Language: Python

Some Commands Used:

Asymmetric Encryption with GPG

Decryption Message: gpg -d coded.asc > decoded.txt

Recieve Specific Key: gpg --keyserver keys.gnupg.net --recv-key 96CB3DC2AFCA575FEA2AAB3F000B2EDC21F6F23D

Encrypt File: gpg --recipient (user) --encrypt (filename)

Other commands can be found in the coursework document.

Spoofing Email Sender

mailx -r "[email protected]" -s s1840358 "s1840358" [email protected]

Code Organization:

While the majority of files for Section 1 and 2 are located in the main directory, section 3 is located in mitm folder.

  • Coursework 2 Document: Coursework instruction document
  • mitm: Contains files and Python libraries for execution of man-in-the-middle (mitm) attack.
  • feedback.txt: Coursework grading feedback

cs-cw2's People

Contributors

jhowewowe avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.