Skip to content

v1.0

Choose a tag to compare

@MilliOnTealeaves MilliOnTealeaves released this 17 Mar 07:28
· 36 commits to master since this release

First release!

Features

Morse Code

Full conversion between morse code and plain text

  • Use space as a character delimiter
  • Use / as a space delimiter
  • Supports multi-line conversion
  • Supports alphanumeric characters, punctuation, and commonly used symbols

Character shift

Converts text between morse code and plain text with a randomly selected character shift (a -> b, b -> c, etc.)
More secure than pure morse code

Multi-shift

Shifts characters multiple times a random amount each time

AES Encryption

μEncode fully supports AES ciphering and deciphering via a key and IV.

  • If either the key field or the IV field are left blank or invalid, μEncode generates a new key and IV
  • Full UTF-8 support

Clipboard Integration

  • Supports quick saving of output to clipboard
  • Toggle automatic clipboard output

Full UI via Windows Forms!

User-friendly, easy to use, keyboard accessible.