Hide secret messages in blockchain transactions, export & import blockchains
Export your blockchain and share it, or import one to decode!
Steganography is the art of hiding information within other information. Unlike encryption (which scrambles data), steganography hides the existence of the message itself. On blockchain, secret messages can be hidden in transaction data, allowing covert communication that's visible on-chain but only decipherable to those who know the encoding method.
Convert each character to its 2-digit hex value.
Example: "Hi" â 4869
Standard encoding used in web and emails.
Example: "Hello" â SGVsbG8=
Convert to 8-bit binary representation.
Example: "A" â 01000001
Decimal ASCII values separated by commas.
Example: "Hi" â 72,105
Simple reversal of character order.
Example: "Hello" â olleH
Each block in your blockchain contains: