Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated the README.md instructions.
  • Loading branch information
ab6459 committed Aug 2, 2022
1 parent 20c527a commit 3949f16
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Expand Up @@ -13,14 +13,9 @@ need to know the following:
- Basic Linux Command Line Input (CLI)
- Data Representation

## Introduction
## Instructions

This is a simple tool that can do some useful things. Often in cyber security yoo will work with different
representations of data. For example, when creating payloads for exploits you might switch between ASCII and binary
values. In ASCII the value for a capital letter `A` is `65`, and `65` in hexadecimal is `41`.
For a detailed overview on what is expected to be undertaken for this project, please follow the instructions at the
following URL:

In order to complete this project, you will need to provide an implementation for the following functions/methods:

- Basic Task: as_ASCII
- Intermediate Task: User Input
- Advanced Task: Wrapping
- [Project: Transcoder](https://github.coventry.ac.uk/pages/CUEH/4061CEM/labs/projects/transcoder/)

0 comments on commit 3949f16

Please sign in to comment.