Widget

Embed a cipher translator

Drop a working Morse or binary translator straight into your blog, classroom page or project with a single line of HTML. It runs entirely in the visitor's browser.

Live preview

This is exactly what your visitors will see and use.

... --- ...
Powered by CipherPad

Morse translator snippet

Copy this into your page where you want the widget to appear.

<iframe
  src="https://cipherpad.dev/widget?cipher=morse"
  width="100%" height="320" style="border:0;max-width:520px"
  title="Morse code translator by CipherPad"
  loading="lazy"></iframe>

Binary translator snippet

<iframe
  src="https://cipherpad.dev/widget?cipher=binary"
  width="100%" height="320" style="border:0;max-width:520px"
  title="Binary translator by CipherPad"
  loading="lazy"></iframe>
The widget keeps a small "Powered by CipherPad" credit link. That link is all we ask in return for a free, unlimited, privacy-first tool.

Frequently asked questions

Is the widget free?

Yes, completely. There is no fee, no account and no usage limit. Embed it on as many pages as you like.

Does it send my visitors' text anywhere?

No. Like the rest of CipherPad, the widget encodes and decodes in the browser. No text is uploaded.

Can I change the height or width?

Yes. Adjust the width and height attributes on the iframe to fit your layout. The widget is responsive down to narrow columns.

Need raw data instead of a widget? Use the free JSON API.