/openCyph

This project focuses on steganography, allowing users to encoded secret messages into specified payloads.

Primary LanguagePythonMIT LicenseMIT

openCyph

This project is used to complement CSC2004 - Cyber Security Fundamentals, Assessed Coursework 1 This project focuses on steganography, allowing users to encoded secret messages into specified payloads.

API Reference

Get all items

  GET /getImage
Parameter Type Description
type string Required. coverObject or stegoObject

Get item

  POST /startStego
Parameter Type Description
tbc tbc Required. tbc

add(num1, num2)

Takes two numbers and returns the sum.

Acknowledgements

Badges

MIT License

Tech Stack

Client: React

Server: Python3

Run Locally

Clone the project

  git clone https://github.com/yxchia98/openCyph/

Go to the project directory

  cd openCyph

Install dependencies

  npm install

Start the server

  npm run start

Start API server

  python3 app.py

License

MIT