Hey Hacker News! This message has a hidden message inside it called a textmark. Find out what it is at textmark.io, use the find textmark tool. We created textmark to allow you to protect your valuable content or send hidden messages to friends, the skies the limit. Just copy and paste this message into the "find textmark" box.
Looks like the system adds a number of non-printing unicode characters into the string. In this thread title, for example, the textmark is stored in the phrase "message has a hidden message inside." (Thanks, textdiff!)
Specifically, it adds non-printing unicode characters repeatedly. I'd guess these form a unique series, which is mapped to a record in the textmark database.
If I wanted to automatically remove the textmark from a text, in order to steal your content, I would write a script to automatically remove any non-printing unicode characters that appear in it. This StackOverflow answer includes a script achieving precisely that task: https://stackoverflow.com/a/11598864/6226586
I was thinking the same things like you. Looks like they don't event hide the actual message. They basically hide some sort of ID that points a row in the database. After some research I've made a web-app which can hide any message into any text.
If you wanna look it's on GitHub. Here are the links.
Hi there, great idea. Sort of like text stenography.
Is the message really hidden in this message? Or are you just doing the lookup your database of hidden messages based on the hash of the public message?
Regarding the website UX - after I pasted the message to your text field I thought the hidden message is the youtube video. But that didn't make sense to me and only later I understood the message is above the video.
If you are interested in more UX feedback, feel free to visit https://usability.testing.exchange which is a free community platform built exactly for this purpose.
Also, looking at the payment options - I'm missing a pay-per-message approach. For your consideration.
Hey textmark.io! Steganography is so cool, but ensure ownership without a robust crypto system is a little bit pretentious ... And in some cases, dangerous!
Looks like the system adds a number of non-printing unicode characters into the string. In this thread title, for example, the textmark is stored in the phrase "message has a hidden message inside." (Thanks, textdiff!)
Specifically, it adds non-printing unicode characters repeatedly. I'd guess these form a unique series, which is mapped to a record in the textmark database.
If I wanted to automatically remove the textmark from a text, in order to steal your content, I would write a script to automatically remove any non-printing unicode characters that appear in it. This StackOverflow answer includes a script achieving precisely that task: https://stackoverflow.com/a/11598864/6226586