Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Steganographic Support #206

Merged
merged 1 commit into from
May 15, 2022

Conversation

phutelmyer
Copy link
Contributor

As a capstone project for the University of Minnesota, we added 3 algorithms to Strelka: Beyond End-of-file, Least Significant Bit, and Noise Floor. There was one additional dependency of OpenCV2. A version of OpenCV was already included, but was not the correct version for our implementation.

We created several images that were designed to cause the tests to flag the image in the resulting strelka.log file. These were tested repeatedly to ensure Strelka doesn't crash and produces the correct output.

  • Add .gitatributes file to fix LE issues

Describe the change
Include a summary of the change (with required dependencies), any issues it fixes, and relevant motivation and context.

Describe testing procedures
Describe the tests that you ran to verify your changes (including test configurations) and instructions so we can reproduce the tests. To assist in testing, the project maintainers may ask for file samples.

Sample output
If this change modifies Strelka's output, then please include a sample of the output here.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of and tested my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

As a capstone project for the University of Minnesota, we added 3 algorithms to Strelka: Beyond End-of-file, Least Significant Bit, and Noise Floor. There was one additional dependency of OpenCV2. A version of OpenCV was already included, but was not the correct version for our implementation.

We created several images that were designed to cause the tests to flag the image in the resulting strelka.log file. These were tested repeatedly to ensure Strelka doesn't crash and produces the correct output.
- Add .gitatributes file to fix LE issues
This was referenced May 15, 2022
@phutelmyer phutelmyer merged commit 6278d09 into target:master May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants