Skip to content
View Odyhibit's full-sized avatar

Block or report Odyhibit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Odyhibit/README.md
  • 👋 Hi, I’m Josh Bloom

    Here, you will find my code solutions. Please note that not all solutions provided have corresponding problems.

    For example, you will find my answers to questions like What if XOR was a mathematical operator? Can you use the Bacon cipher to hide messages the same length as the cover text? What would it look like to use Most Significant Bit steganography? How many bits of information can you hide in an image before it becomes noticeable? How few bits need to be changed to hide a message in an image? (turns out very few)

    There is a set of scripts that will continuously download new NPM packages and run YARA rules to try and find malicious packages.

Pinned Loading

  1. matrix_steganography matrix_steganography Public

    Use error correction backwards to hide info while changing fewer bits.

    JavaScript

  2. NPMspy NPMspy Public

    Observe new NPM packages, looking for suspicious code.

    Python 3 4

  3. Any-bits-Steganography Any-bits-Steganography Public

    You pick the bits, and what file to hide. Use LSB, MSB, or whatever.

    Python 2

  4. five_strips_of_bacon five_strips_of_bacon Public

    Using 5 simultaneous bacon ciphers. The hidden message can be the same length as the cover text.

    Python 2 1

  5. FontRecognitionAI FontRecognitionAI Public

    PureBasic

  6. base64_paint base64_paint Public

    HTML