Coder Social home page Coder Social logo

stegtool's Introduction

README - Code Submission


Source code located in 'trunk/SteganographyTool'

List Of Files:

  • src/main/java
    • StartUp.java
  • src/main/java/analysis
    • ChiSquare.java
    • Histogram.java
    • SteganalysisTest.java
  • src/main/java/controller
    • DecodeController.java
    • EncodeController.java
    • MainController.java
    • SteganalysisController.java
  • src/main/java/cryptography
    • Cyptography.java
  • src/main/java/manipulation
    • BitStream.java
    • BitStreamException.java
    • Codec.java
    • CoverFileFilter.java
    • Encoder.java
    • MessageTooLargeException.java
    • Utils.java
    • WorkFile.java
  • src/main/java/manipulation/image
    • ImageEncoder.java
    • MesageTooLargeException.java
  • src/main/java/manipulation/image/JPEG
    • Component.java
    • DataUnit.java
    • Huffman.java
    • JPEGCodec.java
    • MCU.java
  • src/main/java/manipulation/sound
    • AudioEncoder.java
    • AudioPlayer.java
    • PausablePlauer.java
  • src/main/java/manipulation/sound/MP3
    • Frame.java
    • Header.java
    • MP3Codec.java
  • src/main/java/views
    • AudioPreview.java
    • ChiSquareChart.java
    • DecodeView.java
    • EncodeView.java
    • HistogramChart.java
    • ImagePreview.java
    • MainFrame.java
    • SteganalysisView.java
  • src/main/test/java/steganographyToolTests
    • TestEmbedding.java
    • TestNavigation.java
    • TestSteganalysis.java
    • Utils.java

Development Environment

The code supplied is in the format of a Spring Tool Suite Project.

Programs required:

The project can be imported into a STS workspace via:

  1. Installing STS
  2. Installing the Gradle plugin:
    • Open Dashboard ('Help/Dashboard')
    • Open Extension Manager ('IDE EXTENSIONS')
    • Install the plugin ('Language and Framework Tooling/Gradle (STS) Legacy Support')
  3. Import the project 'code/trunk/SteganographyTool':
    • 'File/Import' -> Gradle (STS)/Gradle (STS) Project
    • Select the project root folder 'SteganographyTool'
    • Select Build Model
    • Select Generated project 'SteganographyTool'
    • Select Finish
  4. Resolve any dependencies, if missing:
    • Install Gradle
    • Using a command line, navigate to the project root folder
    • Run the command 'gradle eclipse'

Executable

The executable for the application is in the form of a .jar ('code/SteganographyTool.jar').

This can be run via:

  1. Double clicking the executable in a file browser
  2. Running from command line, via command: 'java -jar .\StegonagraphyTool.jar'

This can be generated from STS:

  1. Ensure the development environment is set up correctly (see above)
  2. Open 'File/Export'
  3. Select 'Java/Runnable JAR File', and 'Next'
  4. Select 'StartUp' in the 'Launch Configuration' dropdown
  5. Select 'Extract required libraries into generated JAR' in 'Library handling'
  6. Select the desired output location, and generate the jar via 'Finish'

Documentation

The code itself contains comments and javadocs, the later can be found at 'code/trunk/SteganographyTool/build/docs/javadoc', the root being 'index'.

To generate the javadocs:

  1. Run the command 'gradle javadoc' in the root folder from a command line

stegtool's People

Contributors

aallott avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

dinef guo-alex

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.