In computer systems, printable characters include not only 62 alphanumeric characters (0-9, a-z and A-Z) but also non-alphanumeric characters (e.g. *, \, ^, %). Base64 is a commonly used encoding scheme that represents binary data in an ASCII string format. However, for Base64, non-alphanumeric characters (e.g. *, \, ^, %) are problematic for filenames and URLs. For example, "+" is error-prone in URL and "/" is not allowed in filenames. To address this issue, we propose a new method, Base62x, as an alternative approach to Base64. The proposed method is more effective in application development and fully compatible with symbol-sensitive applications, such as, file systems, IP addresses and safe transmission of non-ASCII over the Internet.
Features
- base62x
- urlencode/urldecode
- number base
- alphnumeic
- base64
Follow Base62x
nel_h2
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
highly recommended for safe transfering data over internet. a better replacement for conventional base64.