- Add history (store only decoded/ASCII values)
- Add options for each encoder
-
Hex
- Allow separator selection
- Allow prefix selection
-
Base64
- Generalize in
BaseN
- Allow custom charset (String or RegExp)
- Allow charset selection from predefined charsets
- Standard
- URL-safe
- All (bruteforce)
- Research for more ...
- Generalize in
-
- Add encoders
-
RotX
-
URL
-
XOR
-
- Add insights about current decoded data
- Length in characters
- Length in bytes
- Length in words (spaces)
- CRC32
- Hashes
- MD5
- SHA-1
- SHA-256
- SHA-512