This is a secret-image. Your ssb client probably can't display this yet, because I only just implemented this feature, and the pull requests are not yet merged, but once it is, you'll be able to view this.
Normally you don't publish secret blobs to public messages! I'm just doing it this way to show everyone how it works. If this was in a private message, recipients of that private message would know the key. But when it's requested from pubs etc, those requests are made without the key, so the pub doesn't ever get to see the plain text!
to view this, you need these:
- use this ssb-markdown in your client
- probably make a small change to that client like this
- run this fork of ssb-ws https://github.com/ssbc/ssb-ws/pull/9
There are no clients that currently support creating secret-blobs, but you can use ssb-secret-blob to do it from the terminal.
This is an exciting new feature! but I think we should discuss this change a little before we actually merge these!