Releases: MilliOnTealeaves/MuEncode
Release Notes v2.3
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
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+Oto open a fileCtrl+Sto save the output as a fileCtrl+Shift+Vto paste the input from your clipboardCtrl+Shift+Cto copy the outputCtrl+Ito focus on the input field
Ctrl+RorCtrl+Enterto run the encoderCtrl+Mto switch between encoding and decoding modesCtrl+Eto select ‘Encode’Ctrl+Dto select ‘Decode’Ctrl+1, 2, 3, or 4to select different encodingsCtrl+Tabto clear both input and output
Ctrl+HorF1to open the help page
Tweaks and improvements
UI tweaks
- More descriptive text for AES label
v2.1
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]
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
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.