Smjrifle Text Converter – Experimental Personal Project
Project Overview:
Smjrifle Text Converter is a cross-platform Java application that allows users to convert and decode text between multiple formats, including ASCII, Binary, Octal, Hex, Base64, and various hash algorithms. The tool was designed as a personal experiment to explore text encoding, decoding, and hash computations in a simple, user-friendly interface.
Key Features:
- Multi-format Conversion: Convert text to ASCII, Binary, Octal, Hex, Base64, and various hash algorithms.
- Decoding Support: Decode text from the above formats back to readable strings.
- Cross-Platform Compatibility:
- Windows: Run via the
.jarfile. - Linux: Run via terminal command or a shell script for double-click execution.
- Windows: Run via the
- User-Friendly Setup: Guidance for executable permissions and integration with file browsers for ease of use.
- Customizable & Extendable: Open to improvements, suggestions, and feature expansions.
Technical Notes:
- Built in Java for cross-platform execution.
- Can be executed from terminal or via shell script on Linux for convenience.
- Compatible with Windows and Linux systems with Java Runtime installed.
Impact:
Smjrifle Text Converter demonstrates early experimentation with data encoding, cryptography basics, and cross-platform application development, offering a versatile tool for text manipulation and learning purposes.
