Skip to content

Releases: MilliOnTealeaves/MuEncode

Release Notes v2.3

26 Jun 23:52
4898575

Choose a tag to compare

Release Notes

New Features

Drag-and-drop!

Drag and drop text files into the input field to make it extra easy to encode long blocks of text. Dropping a text file opens it in the input text field just like when opening a file, so you can make last-minute changes before encoding.

Better AES key pair management

You can now easily save key and IV pairs for an easier using AES when messaging other people. Opening an AES keypair file generated by μEncode will replace the current pair with the newly provided encryption data.

This also supports dragging and dropping such keypair files for easier use.

Tweaks and Improvements

UI tweaks to AES panel

Concealing the AES pair is now more intuitive, making the app more secure to use in crowded areas where others could see the encryption information. Save and Open buttons have also been added to facilitate using AES with files containing the encryption data.

v2.2

04 Jun 08:34

Choose a tag to compare

Release Notes

New features

Keyboard shortcuts!

With keyboard shortcuts, it’s easier than ever to navigate through the program and quickly encode and decode messages. Keyboard shortcuts added:

  • Ctrl+O to open a file
  • Ctrl+S to save the output as a file
  • Ctrl+Shift+V to paste the input from your clipboard
  • Ctrl+Shift+C to copy the output
  • Ctrl+I to focus on the input field

  • Ctrl+R or Ctrl+Enter to run the encoder
  • Ctrl+M to switch between encoding and decoding modes
  • Ctrl+E to select ‘Encode’
  • Ctrl+D to select ‘Decode’
  • Ctrl+1, 2, 3, or 4 to select different encodings
  • Ctrl+Tab to clear both input and output

  • Ctrl+H or F1 to open the help page

Tweaks and improvements

UI tweaks

  • More descriptive text for AES label

v2.1

04 May 06:38

Choose a tag to compare

Release Notes

New Features

μEncode's very own help page!

Added a help page to the program, accessible by clicking the μ logo in the bottom-left corner of the program. This opens in your default browser as a html page with a quick reference guide for the μEncode’s functions.

v2.0: UI refresh [major update]

02 May 06:14

Choose a tag to compare

Version 2: Encoding Boogaloo

μEncode gets a facelift! (Brand-new UI: this one scales!)

No matter how large your text wall is, see it all easily with μEncode’s new UI, scalable and fullscreen-able!

Also new:

  • Improved UI consistency
  • Collapsible AES options panel
  • Better error handling
  • Textboxes get scrollbars if the text inside them is too long

New Features

Open Files

You can now open a file in the app! Just click on “Open File” and select a file to open. Works best with text files.

Save Output to File

Finally, you can now also save the output of the program to a file!

“Switch when done”

This nifty feature allows you to choose if you want μEncode to switch from encoding to decoding, and vice versa, after converting. Useful for converting back and forth!

v1.0

17 Mar 07:28

Choose a tag to compare

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.