General Encoder & Decoder
General encoder (and decoder) that can be used for various common encoding methods. Currently included decoding functions:
- Base64
- HEX
- URL
- HTML
- ROT-N (1-25)
- Atbash
- String Reversal
- Multi Tap Phone Keyboard
ALL processing is done client-side using JavaScript. No data is sent to any server nor stored in local or session storage.
Input
Results
This post is licensed under CC BY 4.0 by the author.