Mystic Crypt UI
Mystic Crypt UI is a cross-platform Java desktop application for managing passwords, cryptographic keys, encrypted notes, and checksum verification.
Features
- Organize passwords and secure notes in a structured tree layout
- Generate private and public key pairs (1024 / 2048 / 4096 bit)
- Verify downloads using checksum algorithms (e.g. MD5, SHA variants)
- Obfuscate and de-obfuscate text using a customizable mapping
- Runs on Windows, Linux, and macOS (Java required)
Download & installation
The latest version, installers, and release artifacts are available on GitHub:
Mystic Crypt UI — GitHub Releases
Build from source
git clone https://github.com/astrapi69/mystic-crypt-ui.git
cd mystic-crypt-ui
./gradlew build
# The JAR will be located under:
# build/libs/mystic-crypt-ui-<version>.jar
Alternative installer
A platform-independent IzPack installer is also available: Mystic Crypt Installer on SourceForge
Requirements
- Java Runtime Environment (JRE) 8 or newer
- Ability to run desktop applications on your operating system
Project & source code
Mystic Crypt UI is open source. You can browse the code, report issues, or contribute via GitHub: