Search

External Platforms & Social Media

misc Articles


Steganographic Tool

This tool spreads the text bytes across 4 channels, spread across two pixels each. It is not very efficient, but allows the hiding of text in images with very little color change. Nothing is uploaded, everything is done in your browser. Explanation The character bytes are packed into the 2 …

Arbitrary Base Conversion

Using floating point division, modulus (finding the remainder), and floor rounding, it is possible to convert any number from base 10, into base n. Beyond base 10, we need to assign other symbols to the digit, or include delimiters, in order to convert back into base 10. For example, hexadecimal …