Skip to content

EncodeX

Latest

Choose a tag to compare

@sorumstylXjava sorumstylXjava released this 05 Sep 13:30
· 2 commits to master since this release
8181709

Encodex v1.0.0

Initial release of Encodex — a developer toolkit for Android with a collection of utilities for encoding, decoding, data formatting, hashing, and common developer tasks.

Features

Encoding & Decoding

  • Base64 Encode / Decode
  • URL Encode / Decode
  • HTML Entity Encode / Decode
  • Hex Encode / Decode
  • Binary Encode / Decode
  • Unicode Code Point ↔ Text

Data Tools

  • JSON Formatter
  • JSON Minifier
  • JSON Validator
  • JWT Decoder
    • Decode JWT Header
    • Decode JWT Payload
    • Read token information
    • Signature verification is not included

Hash Generator

Supported algorithms:

  • MD5
  • SHA-1
  • SHA-256
  • SHA-384
  • SHA-512

Utilities

  • UUID v4 Generator
  • Unix Timestamp Converter
    • Seconds
    • Milliseconds
    • Timestamp → Date
    • Date → Timestamp
  • Regex Tester

General

  • Copy results
  • Clear input/output
  • Swap input and output where applicable
  • Search tools
  • Favorites
  • History
  • Material 3 interface
  • Light and dark theme support

Privacy

Core developer utilities process data locally on the device.

Encodex does not require an account to use the core tools.

Requirements

  • Android device
  • Android version supported by this release

Notes

This is the first public release of Encodex. Some features are still being improved and additional developer utilities will be added in future releases.

What's Next

Planned improvements include:

  • More developer utilities
  • Improved tool search
  • Better editor experience
  • Additional formatting and conversion tools
  • UI and performance improvements

Encodex
Developer tools for Android.