Hello and thanks for your interest in this API. Here’s some quick documentation:
You can encode messages by passing both public
and private
parameters, e.g.:
GET https://neatnik.net/steganographr/api/?public=It+sure+is+hot+today&private=meet+me+behind+the+office+at+4+pm
The response will be the encoded text, e.g.:
It sure is hot today
You can decode messages by passing the decode
parameter, e.g.:
GET https://neatnik.net/steganographr/api?decode=It+sure+is+hot+today
The response will be the private message, e.g.:
meet me behind the office at 4 pm
You can use an interactive version of the service at https://neatnik.net/steganographr/. If you have any questions, feel free to contact adam@neatnik.net.